From eb45fb9dd8aec35282385b273a96e6314e695035 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:44:20 +0000 Subject: [PATCH] chore(main): release 0.8.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ pyproject.toml | 2 +- release-please/manifest.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c3b78..13e73d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [0.8.0](https://github.com/instill-ai/python-sdk/compare/v0.7.1...v0.8.0) (2024-03-11) + + +### Features + +* **deps:** upgrade ray version ([cc61b85](https://github.com/instill-ai/python-sdk/commit/cc61b8541c9545ca2b6768c519242af6f6b9df93)) +* **ray:** add deployment handle return for ray CLI ([#107](https://github.com/instill-ai/python-sdk/issues/107)) ([5423b4d](https://github.com/instill-ai/python-sdk/commit/5423b4dff2c7c9101aaf471eda61ecefaded0d37)) +* **ray:** expose cpu/gpu resource allocation config ([#110](https://github.com/instill-ai/python-sdk/issues/110)) ([c5fb1a7](https://github.com/instill-ai/python-sdk/commit/c5fb1a7c2525203054565107e5421a07f1609dd7)) +* **ray:** separate build and push functionality ([#113](https://github.com/instill-ai/python-sdk/issues/113)) ([5bd79f9](https://github.com/instill-ai/python-sdk/commit/5bd79f91b078d0dcc8dae13428c5f84abdc1adaf)) +* **ray:** support containerized model build and push ([#108](https://github.com/instill-ai/python-sdk/issues/108)) ([d353927](https://github.com/instill-ai/python-sdk/commit/d3539276e89ec9ea0c8d7465f3947ae78d151e7c)) + + +### Bug Fixes + +* **dockerfile:** copy all files in the same model dir ([#109](https://github.com/instill-ai/python-sdk/issues/109)) ([3a5fad5](https://github.com/instill-ai/python-sdk/commit/3a5fad59091cd1d65a10b34834afabaf73caf877)) +* **ray:** add forcerm to avoid missing packages ([eda8b89](https://github.com/instill-ai/python-sdk/commit/eda8b897eaa25d5f5856c5b0902901abb7c2a0b1)) +* **ray:** show build logs and add pip timeout ([#111](https://github.com/instill-ai/python-sdk/issues/111)) ([e0c9f91](https://github.com/instill-ai/python-sdk/commit/e0c9f91d6cd1e40b54c86a244247da8c02fb5df1)) + + +### Documentation + +* **readme,notebook:** update description ([#112](https://github.com/instill-ai/python-sdk/issues/112)) ([ad263f6](https://github.com/instill-ai/python-sdk/commit/ad263f67105911ef3981aeece99645c8534c184d)) + ## [0.7.1](https://github.com/instill-ai/python-sdk/compare/v0.7.0...v0.7.1) (2024-02-22) diff --git a/pyproject.toml b/pyproject.toml index e9778a9..c201223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "instill-sdk" -version = "0.7.1" +version = "0.8.0" description = "python sdk for Instill AI products" packages = [{ include = "instill" }] diff --git a/release-please/manifest.json b/release-please/manifest.json index 13708fa..64f3cdd 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.8.0" }