Skip to content

Releases: solvebio/solvebio-python

v2.2.1

18 Oct 22:04
Compare
Choose a tag to compare
  • Fixes an issue where the Task resource did not use the local SolveClient

v2.2.0

18 Oct 21:37
Compare
Choose a tag to compare
Bump version: 2.1.0 → 2.2.0

v1.17.0

08 May 14:05
Compare
Choose a tag to compare

This release adds support for expressions and annotations.

Bug fixes:

  • Fix an issue where a manually set api_host was not used by client #162
  • Fix the last message on DatasetMigration.follow() #159

v1.16.0

21 Apr 19:03
Compare
Choose a tag to compare

This release adds support for:

  • Dataset migrations
  • Query exclude_fields parameter
  • Ability to follow dataset imports and commits
  • New dataset export functionality (server-side)

The release also fixes issues with retrying failed requests and failures encountered during some large file uploads.