From 030f28ebc003d1b552a194156bb929202da3a757 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 06:53:23 +0000 Subject: [PATCH 1/3] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 2ce4e99..92fc43e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 1 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-19689acec6acc1fe55f5b1f80b6029b2115db76aceb76da98a36e22115990af2.yml -openapi_spec_hash: d647b0df96ea892932515aa18f690e2a +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-0e12a473c7a6a0b52e89f497a6fdbd30dd1164a7ede88dce5b66b9bba55c1c9a.yml +openapi_spec_hash: d1991f07668a22ec251e8219b4b68831 config_hash: 8a781867f31df68b9c6fba04c165c647 From 71ef52b1d23c2ea924f4d178aa1201d980030fe4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 02:49:04 +0000 Subject: [PATCH 2/3] feat(api): added reranking endpoint (#47) --- .stats.yml | 4 ++-- src/isaacus/resources/classifications/universal.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.stats.yml b/.stats.yml index 92fc43e..c87e70b 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 1 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-0e12a473c7a6a0b52e89f497a6fdbd30dd1164a7ede88dce5b66b9bba55c1c9a.yml -openapi_spec_hash: d1991f07668a22ec251e8219b4b68831 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-861e8a85f0fb73cf4b7fc6c2b27722072ff33109459e90c17be24af15dfcbd0c.yml +openapi_spec_hash: 644a0383600633ee604bb1e5b9ca025d config_hash: 8a781867f31df68b9c6fba04c165c647 diff --git a/src/isaacus/resources/classifications/universal.py b/src/isaacus/resources/classifications/universal.py index 99a39c1..7342fa3 100644 --- a/src/isaacus/resources/classifications/universal.py +++ b/src/isaacus/resources/classifications/universal.py @@ -64,7 +64,7 @@ def create( timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN, ) -> UniversalClassification: """ - Classify the relevance of a legal document to a query using an Isaacus universal + Classify the relevance of a legal document to a query with an Isaacus universal legal AI classifier. Args: @@ -165,7 +165,7 @@ async def create( timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN, ) -> UniversalClassification: """ - Classify the relevance of a legal document to a query using an Isaacus universal + Classify the relevance of a legal document to a query with an Isaacus universal legal AI classifier. Args: From 6174db78aebeb566480797e17ce44bf41965a334 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 02:49:22 +0000 Subject: [PATCH 3/3] release: 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/isaacus/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10f3091..6b7b74c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b952f..678c0a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.3.0 (2025-04-01) + +Full Changelog: [v0.2.0...v0.3.0](https://github.com/isaacus-dev/isaacus-python/compare/v0.2.0...v0.3.0) + +### Features + +* **api:** added reranking endpoint ([#47](https://github.com/isaacus-dev/isaacus-python/issues/47)) ([71ef52b](https://github.com/isaacus-dev/isaacus-python/commit/71ef52b1d23c2ea924f4d178aa1201d980030fe4)) + ## 0.2.0 (2025-03-30) Full Changelog: [v0.1.6...v0.2.0](https://github.com/isaacus-dev/isaacus-python/compare/v0.1.6...v0.2.0) diff --git a/pyproject.toml b/pyproject.toml index b64e5db..8197914 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "isaacus" -version = "0.2.0" +version = "0.3.0" description = "The official Python library for the isaacus API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/isaacus/_version.py b/src/isaacus/_version.py index d48a923..cdb0102 100644 --- a/src/isaacus/_version.py +++ b/src/isaacus/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "isaacus" -__version__ = "0.2.0" # x-release-please-version +__version__ = "0.3.0" # x-release-please-version