Skip to content

Version 2.4.0

Latest
Compare
Choose a tag to compare
@InnocentBug InnocentBug released this 20 May 21:20
· 5 commits to main since this release

Version 2.4.0

New Features

  • cript.API searches work as intended.
  • SDK initiated searches can be controlled and interrupted for large queries.

Known Issues and Bugs

  • Saving projects is not supported. Temporarily, you can use get_expanded_json to store a JSON representation of projects, which can be uploaded into CRIPT at a later time.
  • Permission settings in CRIPT do not influence the behavior of the SDK objects.
  • Tests that require valid tokens (like saving or searching) are not included in CI/CD tests.
  • BigSMILES searches can contain duplicates.

Bug Fixes

  • Search is now matched with the API requirements.

Breaking Changes

  • The Paginator interface changed to reflect the backend requirements.