Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.7.0](https://github.com/instill-ai/python-sdk/compare/v0.6.0...v0.7.0) (2024-01-30)


### Features

* **ray:** determine ram usage by file size ([#89](https://github.com/instill-ai/python-sdk/issues/89)) ([7a0023d](https://github.com/instill-ai/python-sdk/commit/7a0023d1e2dd6600f69dd2ab08a8e9431a36da2b))
* **ray:** determine vram usage by file size ([#87](https://github.com/instill-ai/python-sdk/issues/87)) ([71e84e6](https://github.com/instill-ai/python-sdk/commit/71e84e68f029daa7b482e300e72f928cacb5e738))


### Bug Fixes

* **ray:** add vram ceiling and override list ([#94](https://github.com/instill-ai/python-sdk/issues/94)) ([5804e4a](https://github.com/instill-ai/python-sdk/commit/5804e4a182e6c3eba7011cf2d879b94b264d214f))
* **ray:** fix application name ([f2bb563](https://github.com/instill-ai/python-sdk/commit/f2bb56369c356619c95b6ef9d3568146c85a1ba7))
* **ray:** fix gpu resource > 1 ([#91](https://github.com/instill-ai/python-sdk/issues/91)) ([b121f56](https://github.com/instill-ai/python-sdk/commit/b121f566011714c208ee804beba2db9f72849a56))
* **ray:** fix ray autoscaling ([#95](https://github.com/instill-ai/python-sdk/issues/95)) ([5bd8c2a](https://github.com/instill-ai/python-sdk/commit/5bd8c2a8b8432d6855854448b4f92ac755b0b020))

## [0.6.0](https://github.com/instill-ai/python-sdk/compare/v0.5.0...v0.6.0) (2024-01-12)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "instill-sdk"
version = "0.6.0"
version = "0.7.0"
description = "python sdk for Instill AI products"

packages = [{ include = "instill" }]
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.0"
".": "0.7.0"
}