Skip to content

Latest commit

 

History

History
110 lines (61 loc) · 5.58 KB

CHANGELOG.md

File metadata and controls

110 lines (61 loc) · 5.58 KB

Changelog

v0.2.7 (2024-10-12)

Full Changelog

Merged pull requests:

  • Guard against immutable ID not being returned from create collection #35 (ml-evs)
  • Expose update_data_block: public interface for selective block updates #34 (ml-evs)
  • Allow httpx session timeout to be configured #33 (ml-evs)

v0.2.6 (2024-10-08)

Full Changelog

Fixed bugs:

  • Remove item_id before sending request to automatically generate item ID #32 (ml-evs)

v0.2.5 (2024-10-08)

Full Changelog

Implemented enhancements:

  • Request randomly generated ID when creating item with no set ID #31 (ml-evs)

Merged pull requests:

  • Make cheminventory helper more robust to missing barcodes #30 (ml-evs)
  • Update demo deployment URLs to new domain #29 (ml-evs)

v0.2.4 (2024-07-03)

Full Changelog

Merged pull requests:

  • Migrate cheminventory import script to API helper #28 (ml-evs)
  • Enable more ruff rules and refactor #27 (ml-evs)
  • Dealing with collections #26 (ml-evs)
  • Add DuplicateItemError exception type to allow scripts to be re-entrant #25 (ml-evs)

v0.2.3 (2024-06-05)

Full Changelog

v0.2.2 (2024-05-28)

Full Changelog

Implemented enhancements:

  • Neatly redirect to correct API URL when provided with UI URL #21
  • Add tests #2

Closed issues:

  • Incorporate examples from hackathon into example notebook #20
  • Confusion around instance_url and api_key when not passed at start, help strings are messed up and the app context does not store user info properly #4

Merged pull requests:

v0.2.1 (2024-04-15)

Full Changelog

Implemented enhancements:

  • Strip quotes from API keys to avoid confusing errors #14

Closed issues:

  • Fix PyPI publisher auth #12

Merged pull requests:

  • Strip quotes from API keys when present #15 (ml-evs)

v0.2.0 (2024-04-14)

Full Changelog

Implemented enhancements:

  • Generate docs page #1

Closed issues:

  • Rewrite git history to exclude big example notebook #11
  • Add example notebooks and build documentation site #10
  • Cannot do anything with block response #5

v0.1.0 (2024-03-12)

Full Changelog

Closed issues:

  • Make client usable via context manager #7

* This Changelog was automatically generated by github_changelog_generator