Skip to content

Latest commit

 

History

History
93 lines (61 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

93 lines (61 loc) · 2.45 KB

Changelog

v2.0.0 (2024-10-04)

  • Changed facets from function to argument during execution
  • Changed count from function to argument during execution
  • Added support for request options: group_by, group_by_return_type, sort, return_explain_metadata, scoring_strategy
  • Added automatic determination of search service for attribute queries
  • Added methods to explore attribute schemas
  • Updated documentation and README
  • Updated schema files (version 1.47.6)

v1.6.0 (2024-06-06)

  • Automatic fetching of latest schema files
  • Updated local schema files (used as fallback if offline)
  • Fix expected search behavior for sequence motif search

v1.5.1 (2024-02-19)

  • Updated documentation
  • Updated schema files

v1.5.0 (2024-02-07)

  • Added support for faceted queries
  • Added support for retrieving the scores of results (via results_verbosity)

v1.4.2 (2023-10-17)

  • Added support for count queries

v1.4.1 (2023-09-14)

  • Bug fix

v1.4.0 (2023-08-02)

  • Added support for structure motif search
  • Added support for chemical similarity search
  • Adjusted arguments for structure similarity search
  • Documentation and code update

v1.3.0 (2023-07-31)

  • Added support for structure similarity search
  • File upload feature of structure similarity search supported
  • Documentation and code update

v1.2.0 (2023-07-11)

  • Added support for sequence search and sequence motif search
  • Updated Terminal class to allow for various types of searches
  • Documentation and code update

v1.1.0 (2023-06-20)

  • Added support for including computed structure models (CSMs) in search (via results_content_type)
  • Added support for chemical attribute search
  • Documentation and code cleanup

v1.0.0 (2023-06-08)

  • Project forked from sbliven/rcsbsearch into RCSB PDB GitHub organization as rcsbsearchapi
  • Updated schema from v1 to v2
  • Additional bug fixes

v0.2.3 (2021-04-28)

  • Fix mug with missing schema files when installed via pip
  • Add jupyter notebooks
  • Try rcsbsearch live with binder

v0.2.2 (2021-04-06)

  • Remove in operator syntax (incompatible with python spec)
  • Fix import error due to schema change
  • Ship schema with the package for stability and performance

v0.2.1 (2020-06-18)

  • Test release process

v0.2.0 (2020-06-18)

  • Add fluent syntax (originally called builder syntax)
    • Add PartialQuery helper
  • Improve docs & automated testing

v0.1.0 (2020-06-03)

  • Ship it!
  • Support for text searches