Skip to content

Releases: instill-ai/python-sdk

v0.18.0

24 Jun 01:51
e2ab113
Compare
Choose a tag to compare

0.18.0 (2025-06-24)

Features

  • cli,model,llm-runtime: unify LLM runtimes (#285) (9950b8a)

Miscellaneous

  • deps-dev: bump setuptools from 74.1.2 to 78.1.1 (#279) (33fda4f)
  • deps-dev: bump tornado from 6.4.2 to 6.5.1 (#280) (0caa2fe)
  • deps: bump protobuf from 4.25.3 to 4.25.8 (#286) (4b122cf)
  • deps: bump requests from 2.32.3 to 2.32.4 (#282) (970f693)
  • domain: update production domain (3f0efe0)
  • mypy: fix make check errors (971e640)
  • pacakge: upgrade versions (4e45717)
  • poetry: lock ray version on 2.47.0 (da75851)
  • release v0.18.0 (f267cad)
  • release-please: update config.json (#281) (13cbace)

Tests

v0.17.2

17 May 02:06
34cf514
Compare
Choose a tag to compare
v0.17.2 Pre-release
Pre-release

0.17.2 (2025-05-17)

Bug Fixes

  • ray: make non-editable work with dynamic pkg import (#277) (0bd4807)

v0.17.1

17 May 00:33
d393cf2
Compare
Choose a tag to compare
v0.17.1 Pre-release
Pre-release

0.17.1 (2025-05-17)

Bug Fixes

  • ray: fix dynamic package loading issue (#275) (c812d14)

v0.17.0

18 Apr 00:06
c7885e8
Compare
Choose a tag to compare
v0.17.0 Pre-release
Pre-release

0.17.0 (2025-04-15)

Features

  • cli: enhance CLI functionality and add Docker support (#268) (8fa8fed)
  • ray: add high scale config (#261) (ccf24b2)

Bug Fixes

  • client, const: add secure argument to latest SDK client (#271) (1355086)
  • ray: align autoscale config (#263) (c07b787)
  • ray: fix config not applied (0bc15de)
  • ray: override max replica (7e456ca)
  • ray: update high scale model config (#264) (1086e6d)

v0.16.2

19 Feb 22:03
084904c
Compare
Choose a tag to compare
v0.16.2 Pre-release
Pre-release

0.16.2 (2025-02-19)

Bug Fixes

  • ray: add -y for apt package installation (#255) (d58787b)

v0.16.1

17 Feb 10:11
465317a
Compare
Choose a tag to compare
v0.16.1 Pre-release
Pre-release

0.16.1 (2025-02-17)

Bug Fixes

  • ray: remove timezone for compatibility issue (#253) (d242f44)

v0.16.0

18 Dec 06:39
8aeaf3b
Compare
Choose a tag to compare
v0.16.0 Pre-release
Pre-release

0.16.0 (2024-12-06)

Features

  • cli: support multi-gpus when running inference locally (#249) (6760651)
  • proto: update protogen (#240) (5fd0db1)
  • vdp: return dict type instead of proto type in trigger pipeline (#242) (8e6b3a7)

Bug Fixes

  • cli: align timezone between host and model container (#247) (aa84a1c)
  • cli: fix curl script (444b210)
  • cli: replace fix wait time with curl loop (#245) (3f62de1)
  • cli: update run command shmsize (#246) (d08cf37)

v0.15.1

06 Nov 05:32
1b5d6f0
Compare
Choose a tag to compare
v0.15.1 Pre-release
Pre-release

0.15.1 (2024-11-05)

Bug Fixes

  • ray: fix semantic segmentation task parser (#237) (652c548)

v0.15.0

23 Oct 01:55
019a775
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

0.15.0 (2024-10-22)

Features

  • ray: support shorter downscale config for test models (#234) (954f94b)

Bug Fixes

  • vdp: allow empty input for recipe parameter (#229) (033ca6c)
  • vdp: fix create pipeline input parameters (#225) (3fd0538)
  • vdp: fix create/update connection input parameters (#230) (f3d0bec)
  • vdp: fix update pipeline mask (#236) (2107a40)
  • vdp: fix update pipeline parameter (#233) (b19a59c)
  • vdp: rename create pipeline input parameters (#228) (2220438)

v0.14.0

12 Oct 02:17
a91cceb
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

0.14.0 (2024-10-12)

Features

Bug Fixes