Releases: datalab-org/datalab-api
v0.2.7
Changelog
v0.2.7 (2024-10-12)
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
What's Changed
Full Changelog: v0.2.5...v0.2.6
Changelog
v0.2.6 (2024-10-08)
Fixed bugs:
* This Changelog was automatically generated by github_changelog_generator
v0.2.5
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)
Implemented enhancements:
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
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)
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
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)
* This Changelog was automatically generated by github_changelog_generator
v0.2.2
What's Changed
- Get previous version when creating release changelog by @ml-evs in #16
- Add package description for PyPI by @ml-evs in #18
- Updates from hackathon by @ml-evs in #19
- Testing and CI setup by @ml-evs in #23
- Incorporate examples from hackathon into example notebook by @BenjaminCharmes in #22
New Contributors
- @BenjaminCharmes made their first contribution in #22
Full Changelog: v0.2.1...v0.2.2
Changelog
v0.2.2 (2024-05-28)
Implemented enhancements:
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:
- Testing and CI setup #23 (ml-evs)
- Incorporate examples from hackathon into example notebook #22 (BenjaminCharmes)
- Updates from hackathon #19 (ml-evs)
- Add package description for PyPI #18 (ml-evs)
* This Changelog was automatically generated by github_changelog_generator
v0.2.1
Changelog
v0.2.1 (2024-04-15)
Implemented enhancements:
- Strip quotes from API keys to avoid confusing errors #14
Closed issues:
- Fix PyPI publisher auth #12
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator
v0.2.0
This is the first PyPI release of the datalab-api
package.
What's changed
- Methods added for data block creation, manipulation and plotting
- Better optional display of datalab JSON responses
- Docs site with an example notebook deployed at https://datalab-python-api.readthedocs.io/en/stable
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
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