Skip to content

Releases: instill-ai/python-sdk

v0.4.0

11 Dec 02:23
cda05d1
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

0.4.0 (2023-12-11)

⚠ BREAKING CHANGES

  • client: support asyncio and add better client type hint (#55)

Features

  • client: support asyncio and add better client type hint (#55) (aa41246)
  • org: adopt organization endpoints for VDP (#60) (0c313d6)
  • ray: add io helpers for llm tasks (#59) (1876a20)
  • ray: add nested decorators (#63) (900dda8)
  • ray: add text to image io helper (#58) (0430977)

Bug Fixes

  • clients,resources: fix resource creating will get None type (#57) (4516d46)
  • makefile: fix wheel build missing submodule (9aa73eb)
  • ray: fix missing ray init (#64) (db0b5c4)

Documentation

  • notebooks: update notebooks to adopt latest ray decorators (52b90c6)

v0.3.2

29 Nov 14:09
c552f11
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

0.3.2 (2023-11-29)

Bug Fixes

  • client: fix async pipeline trigger and get user (#53) (c86274b)
  • ray: fix mismatched grpcio version (024471a)
  • ray: fix model weight file extension (4f3a40c)

v0.3.1

08 Nov 19:48
2d83526
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

0.3.1 (2023-11-08)

Bug Fixes

  • ray: fix wrong scope of actor config (85dd1f1)

Documentation

  • readme: update readme for optional config file (4efd5d6)

v0.3.0

07 Nov 21:51
a5d0331
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

0.3.0 (2023-11-07)

⚠ BREAKING CHANGES

  • client: fix wrongful delete of resources and connection not close (#42)

Features

  • ray: add help functions for ray model (#40) (39b2cc7)

Bug Fixes

  • client: fix wrongful delete of resources and connection not close (#42) (d32fb83)
  • config,pipeline: allow no config file and fix required pipeline recipe (#43) (5290868)

v0.2.1

27 Oct 16:48
be350b3
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

0.2.1 (2023-10-27)

Miscellaneous Chores

  • release: release v0.2.1 (871d7b9)

v0.2.0

15 Oct 14:56
a4624bd
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

0.2.0 (2023-10-15)

⚠ BREAKING CHANGES

  • config: update config file extension
  • config: update config file path to avoid collision (#35)

Documentation

Code Refactoring

  • config: update config file extension (9b0f17f)
  • config: update config file path to avoid collision (#35) (0b5b3bd)

v0.1.0

01 Oct 14:26
82a4de4
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

0.1.0 (2023-10-01)

Features

  • auth: adopt Instill Core auth (#16) (86c0e85)
  • auth: support api-token for instill cloud authentication (#6) (e041510)
  • component,recipe: support better component/recipe creation (#22) (857e260)
  • config: adopt pydantic for yaml config validation (#9) (8903975)

Bug Fixes

Documentation

  • contributing,readme: update docs and workflow for contributing (#12) (6fb0c84)
  • readme,notebook: add a notebook example (9f8d728)
  • readme: add usage in README (#24) (5af5f42)