Releases: climatepolicyradar/cpr-sdk
Releases · climatepolicyradar/cpr-sdk
Release list
v5.1.0
v5.0.0
What's Changed
- 🤖 Update vespa test files by @cpr-tech-admin in #251
- Feature/pla 1384 deprecate embeddings from vespa query layer by @THOR300 in #255
Full Changelog: v4.3.0...v5.0.0
v4.3.0
v4.2.2
What's Changed
- feat(deps): bump actions/checkout from 5 to 6 in the all group by @dependabot[bot] in #247
- Feature: Removing pipeline objects that are deprecated or migrated. by @THOR300 in #250
Full Changelog: v4.2.1...v4.2.2
v4.2.1
v4.2.0
What's Changed
- feat(deps): bump actions/setup-python from 5 to 6 in the all group by @dependabot[bot] in #243
- feat(search): Add classifiers profile(s) models and searching by @jesse-c in #245
Full Changelog: v4.1.0...v4.2.0
v4.1.0
v4.0.1
v4.0.0
v3.0.0
Added
- Add failing semantic search test for CCC (#235)
- Add new model for concepts v2 (#237)
- Add searching for concepts v2 (#238)
- Introduced a function for extracting schema names for Vespa responses (#237)
- Added result monad (#237)
Changed
- The default query string field is now
Noneinstead of an empty string. This is a functionally equivalent change for how searches happen (#237) - Search responses are now generic in their included results. The field has been renamed from
families→results. Type hints go fromSearchResponse→SearchResponse[Foo](#238)
Fixed
- Fix codeowners for version.py file by (#236)
Full Changelog: v1.24.0...v3.0.0