Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Releases: climatepolicyradar/data-access

0.5.8

03 Apr 16:27
Compare
Choose a tag to compare

What's Changed

  • Compile sensitive terms up front for performance by @olaughter in #170

Full Changelog: v0.5.7...v0.5.8

0.5.7

03 Apr 10:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.6...v0.5.7

0.5.6

27 Mar 15:52
Compare
Choose a tag to compare
  • Refactors the search request parameters to work better with web searches from the backend

0.5.5

27 Mar 09:37
9e0b9e9
Compare
Choose a tag to compare

This Release:

  • Integrates a method on the ParserOutput model to allow instantiation of the object from flat json.
  • This is as we flatten our json structures when pushing to hugging face.

0.5.4

26 Mar 11:11
cbbb1e2
Compare
Choose a tag to compare

This Pull Request:

  • Updates the numpy sub dependency to allow slightly lower versions.

0.5.3

25 Mar 17:40
Compare
Choose a tag to compare
  • Adds a previous_continuation_token to allow navigating backwards through grouped searches
  • Switches sorting to use vespa instead of running a sort in post processing

0.5.2

21 Mar 15:44
Compare
Choose a tag to compare
  • Enable all results based searches

0.5.1

19 Mar 14:28
Compare
Choose a tag to compare
  • Makes continuation tokens optional for searches again, following a validation issue that effectively meant they where a required field

0.5.0

19 Mar 13:26
Compare
Choose a tag to compare
  • Adds the ability to get the next set of family or passage level results in searches via continuation tokens. Note that this is a minor breaking change, as the field name has changed from continuation_token to continuation_tokens, it also no longer accepts a string, only a list

0.4.9

13 Mar 10:06
Compare
Choose a tag to compare
  • Fixed issue with search where different filter types would be searched as an OR, rather than an AND
  • Adds counts for families and passages to query result