Skip to content

Releases: datalab-org/datalab-api

v0.2.7

12 Oct 15:39
Compare
Choose a tag to compare

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)

* This Changelog was automatically generated by github_changelog_generator

v0.2.6

08 Oct 23:50
Compare
Choose a tag to compare

What's Changed

  • Remove item_id before sending request to automatically generate item ID by @ml-evs in #32

Full Changelog: v0.2.5...v0.2.6

Changelog

v0.2.6 (2024-10-08)

Full Changelog

Fixed bugs:

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

* This Changelog was automatically generated by github_changelog_generator

v0.2.5

08 Oct 22:44
Compare
Choose a tag to compare

What's Changed

  • Update demo deployment URLs to new domain by @ml-evs in #29
  • Make cheminventory helper more robust to missing barcodes by @ml-evs in #30
  • Request randomly generated ID when creating item with no set ID by @ml-evs in #31

Full Changelog: v0.2.4...v0.2.5

Changelog

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)

* This Changelog was automatically generated by github_changelog_generator

v0.2.4

03 Jul 11:46
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v0.2.3...v0.2.4

Changelog

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)

* This Changelog was automatically generated by github_changelog_generator

v0.2.3

05 Jun 17:36
Compare
Choose a tag to compare

This release simply refreshes the documentation site and adds a rendered example notebook.

Full Changelog: v0.2.2...v0.2.3

Changelog

v0.2.3 (2024-06-05)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator

v0.2.2

28 May 16:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

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:

* This Changelog was automatically generated by github_changelog_generator

v0.2.1

15 Apr 17:08
Compare
Choose a tag to compare

Changelog

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)

* This Changelog was automatically generated by github_changelog_generator

v0.2.0

14 Apr 23:10
Compare
Choose a tag to compare

This is the first PyPI release of the datalab-api package.

What's changed

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

* This Changelog was automatically generated by github_changelog_generator

v0.1.0

12 Mar 13:20
f9a22dc
Compare
Choose a tag to compare

Changelog

This now exists, whereas before it did not.

Both API client and CLI are still experimental.
Usage instructions can be found in the README and may change at any time.

Full Changelog: https://github.com/datalab-industries/datalab-python-api/commits/v0.1.0