File tree Expand file tree Collapse file tree 6 files changed +15
-7
lines changed
resources/classifications Expand file tree Collapse file tree 6 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.2 .0"
2
+ "." : " 0.3 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-19689acec6acc1fe55f5b1f80b6029b2115db76aceb76da98a36e22115990af2 .yml
3
- openapi_spec_hash : d647b0df96ea892932515aa18f690e2a
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-861e8a85f0fb73cf4b7fc6c2b27722072ff33109459e90c17be24af15dfcbd0c .yml
3
+ openapi_spec_hash : 644a0383600633ee604bb1e5b9ca025d
4
4
config_hash : 8a781867f31df68b9c6fba04c165c647
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.3.0 (2025-04-01)
4
+
5
+ Full Changelog: [ v0.2.0...v0.3.0] ( https://github.com/isaacus-dev/isaacus-python/compare/v0.2.0...v0.3.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** added reranking endpoint ([ #47 ] ( https://github.com/isaacus-dev/isaacus-python/issues/47 ) ) ([ 71ef52b] ( https://github.com/isaacus-dev/isaacus-python/commit/71ef52b1d23c2ea924f4d178aa1201d980030fe4 ) )
10
+
3
11
## 0.2.0 (2025-03-30)
4
12
5
13
Full Changelog: [ v0.1.6...v0.2.0] ( https://github.com/isaacus-dev/isaacus-python/compare/v0.1.6...v0.2.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " isaacus"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
description = " The official Python library for the isaacus API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "isaacus"
4
- __version__ = "0.2 .0" # x-release-please-version
4
+ __version__ = "0.3 .0" # x-release-please-version
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def create(
64
64
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
65
65
) -> UniversalClassification :
66
66
"""
67
- Classify the relevance of a legal document to a query using an Isaacus universal
67
+ Classify the relevance of a legal document to a query with an Isaacus universal
68
68
legal AI classifier.
69
69
70
70
Args:
@@ -165,7 +165,7 @@ async def create(
165
165
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
166
166
) -> UniversalClassification :
167
167
"""
168
- Classify the relevance of a legal document to a query using an Isaacus universal
168
+ Classify the relevance of a legal document to a query with an Isaacus universal
169
169
legal AI classifier.
170
170
171
171
Args:
You can’t perform that action at this time.
0 commit comments