Skip to content

Latest commit

 

History

History
364 lines (188 loc) · 24.3 KB

CHANGELOG.md

File metadata and controls

364 lines (188 loc) · 24.3 KB

Changelog

0.15.1 (2024-11-05)

Bug Fixes

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

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)

0.14.0 (2024-10-12)

Features

Bug Fixes

0.13.0 (2024-10-07)

Features

  • client: support namespace and requester (#217) (f524739)
  • client: support target namespace and extra header (#215) (19563ac)

0.12.1 (2024-09-12)

Bug Fixes

  • ray: fix misaligned message and image length (#211) (dd8ceeb)

0.12.0 (2024-09-11)

Features

  • artifact: update get_file_catalog input parameter default values (#203) (f5da73f)
  • ray: implement model local run and adopt latest task spec (#196) (5b67b56)
  • ray: support multimodal embedding input (#204) (e150ad1)

Bug Fixes

0.11.0 (2024-09-04)

Features

  • artifact: updated proto and client code (#193) (e6e54b1)

Bug Fixes

  • vdp: fix trigger pipeline release input (#198) (db5224e)

0.10.2 (2024-07-31)

Features

  • artifact: updated proto and added client code (#185) (51942bd)
  • client: adopt latest api spec (#168) (d33c050)

Bug Fixes

  • client: added some parameter default values for artifact (#192) (ab624f4)
  • specs: deleted out-dated resources (#183) (be86e69)

Miscellaneous Chores

  • release: release v0.10.2 (f15a1a9)

0.10.1 (2024-06-29)

Features

Miscellaneous Chores

  • release: release v0.10.1 (2a88d53)

0.10.0 (2024-06-05)

Features

  • client, resources: adopt latest api spec (#145) (bafa292)
  • dockerfile: separate config and weights into different layers (#156) (8d25fc3)
  • ray: support cuda version and fix user root permission (#158) (cd1fa69)

Bug Fixes

Documentation

  • readme: update workflow name (ba36a91)

0.9.0 (2024-04-30)

Features

  • ray: implement standalone executable and optional system packages (#141) (c897080)

0.8.1 (2024-04-29)

Bug Fixes

0.8.0 (2024-04-25)

Features

  • deps: upgrade ray version (cc61b85)
  • ray: adapt to native docker client instead of docker sdk (#138) (7d19ccb)
  • ray: add accelerator and custom resource support (#118) (f974f98)
  • ray: add llava 13b to predeploy list (3fd5914)
  • ray: add metadata and infer constructor for llm tasks (#137) (be122d1)
  • ray: generate sha256 as tag if not presented (#120) (6abb538)
  • ray: inject accelerator type at runtime (#121) (f78a2d0)
  • ray: support containerized model serving (#116) (ad0f250)
  • ray: support custom accelerator type (#134) (ae6c139)
  • ray: use env for resource and deprecate deploy/undeploy (#124) (a58bc50)
  • ray: use tmp folder for image building (#122) (9512cec)

Bug Fixes

  • deps: downgrade ray to avoid grpc servicer issue (#128) (9ead421)
  • dockerfile: avoid build hang at ARG statement (#130) (f02a27c)
  • ray: fix etrypoint module not found (#126) (f1ed83d)
  • ray: fix missing default resource value (#129) (b2f564a)
  • ray: fix multi-platform build stage (6f358fd)
  • ray: support target platform for image building (#127) (f4825fc)

0.7.1 (2024-02-22)

Bug Fixes

  • ray: update default resources allocation for test (#102) (1aaa905)

Miscellaneous Chores

  • release: release v0.7.1 (b7dec13)

0.7.0 (2024-01-30)

Features

  • ray: determine ram usage by file size (#89) (7a0023d)
  • ray: determine vram usage by file size (#87) (71e84e6)

Bug Fixes

0.6.0 (2024-01-12)

Features

  • connector,operator,component: adopt jsonscema validation and dataclass type hint (#74) (0c47e51)
  • helpers: add wrapper func for protobuf message (#85) (279bd1e)
  • resource: adopt dataclass as config in component for type hinting (#79) (8c25bd1)
  • resources: support recipe update in pipeline resource (#83) (89431fa)

Bug Fixes

  • resources: fix resource schema path (#76) (25f4418)

Documentation

  • notebook: update notebook (e5da642)

0.5.0 (2024-01-02)

⚠ BREAKING CHANGES

  • ray: retire non-decorator deploy and update scaling config (#67)

Features

  • model: Update Text-Generation Task Schema to Align with OpenAI Standards (#69) (703789a)

Bug Fixes

  • model: fix image decoding issue (#71) (5c571b2)
  • ray: allow cwd as runtime env (#66) (00c0497)
  • ray: avoid agressive downscale and non upscale (#70) (f159314)

Documentation

  • notebooks: add async example (49ca895)

Code Refactoring

  • ray: retire non-decorator deploy and update scaling config (#67) (89ef078)

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)

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)

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)

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)

0.2.1 (2023-10-27)

Miscellaneous Chores

  • release: release v0.2.1 (871d7b9)

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)

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)