Skip to content

Releases: climatepolicyradar/cpr-sdk

v5.1.0

Choose a tag to compare

@THOR300 THOR300 released this 10 Jun 12:31
31f6030

What's Changed

Full Changelog: v5.0.0...v5.1.0

v5.0.0

Choose a tag to compare

@THOR300 THOR300 released this 09 Jun 08:30
01c3e08

What's Changed

Full Changelog: v4.3.0...v5.0.0

v4.3.0

Choose a tag to compare

@jesse-c jesse-c released this 29 Jan 15:53

What's Changed

Full Changelog: v4.2.2...v4.3.0

v4.2.2

Choose a tag to compare

@THOR300 THOR300 released this 29 Jan 10:44
e0b7d9f

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

Choose a tag to compare

@jesse-c jesse-c released this 19 Nov 11:37

What's Changed

  • refactor(search): Add explicit error handling for missing documents and fields by @jesse-c in #246

Full Changelog: v4.2.0...v4.2.1

v4.2.0

Choose a tag to compare

@jesse-c jesse-c released this 05 Nov 11:06

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

Choose a tag to compare

@THOR300 THOR300 released this 03 Nov 14:49
d16ffeb

What's Changed

  • Adding optional existing document ids field to enable stats creation from PipelineUpdates by @THOR300 in #244

Full Changelog: v4.0.1...v4.1.0

v4.0.1

Choose a tag to compare

@jesse-c jesse-c released this 29 Oct 17:15

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

Choose a tag to compare

@jesse-c jesse-c released this 29 Oct 15:20

Added

  • Allow up to Python v3.13 (#239)

Changed

  • 🤖 Update vespa test files (#240)
  • 🤖 Update vespa test files (#241)
  • Removed unused code (#239)
  • Removed explicit, transitive, dependency Numpy (#239)

Fixed

  • Convert iterator to expected list (#239)

Full Changelog: v3.0.0...v4.0.0

v3.0.0

Choose a tag to compare

@jesse-c jesse-c released this 28 Oct 15:10

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 None instead 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 familiesresults. Type hints go from SearchResponseSearchResponse[Foo] (#238)

Fixed

  • Fix codeowners for version.py file by (#236)

Full Changelog: v1.24.0...v3.0.0