Releases: AI21Labs/ai21-python
v2.2.0-rc.1
v2.2.0-rc.1 (2024-03-27)
Chore
- chore(deps): bump python-semantic-release/python-semantic-release (#81)
Bumps python-semantic-release/python-semantic-release from 8.7.2 to 9.3.0.
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asaf Gardin <147075902+asafgardin@users.noreply.github.com> (c94966b)
- chore(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14 (#77)
Bumps pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14.
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asaf Gardin <147075902+asafgardin@users.noreply.github.com> (7f3ea4a)
Documentation
- docs: Updated todo (
05e4f67)
Feature
- feat: Merge pull request #84 from AI21Labs/feat_chat_completion_support
feat: support chat completion in studio SDK (428ad98)
- feat: support chat completion in studio SDK (
debb61a)
Fix
-
fix: all import (
d200d0e) -
fix: circualr imports (
debe0de) -
fix: alias (
e7aac37) -
fix: model name (
ad2e205) -
fix: CR (
2a2e1d3) -
fix: CR (
2e7b836) -
fix: Added deprecation warning (
21d3da8) -
fix: imports (
4f4a291) -
fix: Added all (
76d2fad)
Refactor
-
refactor: imports and file structure (
a59e503) -
refactor: Moved chat message to different packages (
ca5499f)
Test
-
test: Added a unittest (
4bf975e) -
test: integration test for library files (#83)
-
fix: integration test for file
-
refactor: Simplified
-
fix: chat tests (
3a50669)
Unknown
- revert: ruff (
27911dd)
v2.1.3
v2.1.3 (2024-03-27)
Chore
-
chore(deps-dev): bump black from 22.12.0 to 24.3.0 (#80)
-
chore(deps-dev): bump black from 22.12.0 to 24.3.0
Bumps black from 22.12.0 to 24.3.0.
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
- refactor: lint fixes
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asaf Gardin <147075902+asafgardin@users.noreply.github.com>
Co-authored-by: Asaf Gardin <asafg@ai21.com> (5986522)
- chore(deps): bump python-semantic-release/python-semantic-release (#85)
Bumps python-semantic-release/python-semantic-release from 9.3.0 to 9.3.1.
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (aea5963)
- chore(deps): bump python-semantic-release/python-semantic-release (#81)
Bumps python-semantic-release/python-semantic-release from 8.7.2 to 9.3.0.
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asaf Gardin <147075902+asafgardin@users.noreply.github.com> (c94966b)
- chore(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14 (#77)
Bumps pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14.
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asaf Gardin <147075902+asafgardin@users.noreply.github.com> (7f3ea4a)
Fix
-
fix: Fix readme gaps (#87)
-
docs: Added contextual answers examples and shared a link to our examples folder
-
fix: Fixed main link in our readme
-
docs: Examples section (
da3afed)
Test
v2.1.2
v2.1.1
v2.1.1 (2024-02-25)
Fix
-
fix: add logit bias to studio, sagemaker (#70)
-
fix: add logit bias, fix studio completion
-
fix: adjust tests
-
fix: add logit bias integration test
-
fix: update studio completion example
-
fix: fix studio completion example
-
fix: fix studio completion example
-
fix: remove logit bias from bedrock
-
fix: add logit bias to sagemaker completion, add params string
-
fix: adjust tests
-
fix: add logit bias integration test
-
fix: update studio completion example
-
fix: fix studio completion example
-
fix: update code with new not_giving approach (
b0b5bc1)
v2.1.0
v2.1.0 (2024-02-25)
Feature
-
feat: support NOT_GIVEN type (#69)
-
feat: support NOT_GIVEN type
-
fix: test when penalty is not passed
-
fix: fix import, make more variants of penalty
-
refactor: completion test refactor
-
fix: rename endpoints
-
fix: uncomment skip
Co-authored-by: Asaf Gardin <asafg@ai21.com> (c7fd28a)
Fix
-
fix: Pass default model_id in bedrock client (#72)
-
fix: Pass default model_id in bedrock client
-
fix: Added validation for model_id
-
fix: Added validation for model_id (
e849d78) -
fix: Pass model id in Bedrock client init (#71)
-
feat: Moved model_id in bedrock to init
-
test: Added tests to check model id
-
fix: bedrock example
-
refactor: rename test params (
409e818)
v2.0.5
v2.0.5 (2024-02-21)
Fix
-
fix: penalties in Sagemaker and Bedrock (#67)
-
fix: penalties in sagemaker
-
fix: don't pass None penalties to Bedrock
-
fix: remove some default arge, and some unused args from bedrock model
-
test: Added bedrock integration tests for penalties check
-
ci: Integration tests on push
-
fix: answer test
Co-authored-by: etang <etang@ai21.com> (d7c912f)
v2.0.4
v2.0.4 (2024-02-18)
Documentation
Fix
v2.0.3
v2.0.3 (2024-02-07)
Documentation
-
docs: add code snippet notebook (#58)
-
add code snippet notebook
-
docs: add code snippet notebook
Co-authored-by: Joshua Broyde <joshuabroyde@Joshua-Broyde-PMGQ73FQ16.local>
Co-authored-by: asafgardin <147075902+asafgardin@users.noreply.github.com> (139d05f)
Fix
v2.0.2
v2.0.2 (2024-02-04)
Chore
- chore(deps): bump python-semantic-release/python-semantic-release (#49)
Bumps python-semantic-release/python-semantic-release from 8.3.0 to 8.7.2.
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: asafgardin <147075902+asafgardin@users.noreply.github.com> (aac9932)