Releases: aquariumbio/pydent
Releases · aquariumbio/pydent
Pydent 0.0.30
Addresses authentication issues with the newest version of Aquarium
Pydent 0.0.29
This fixes a bug where empty where
queries return None, instead of an empty array
Pydent v0.0.28
Fixes a typo in Upload.data that prevented access to the data in the upload.
Pydent 0.0.27
Very minor change that removes an annoying print statement that happens when models are not found
Pydent 0.0.26
- create samples with instantiated field_values
- association files via Uploads and DataAssociations
- fixes bugs with downloading files
Pydent 0.0.25
This version fixes two bugs:
- prompt-toolbox dependency removed to fix ipython compatibility. Interactive login is likely not used, so prompt-toolbox is likely an unnecessary dependency
- Item.data field no longer errors out when data associations are non-JSON (as happens with older items). In cases where data field is not a JSON, value is simply deseriazed as is.
Pydent 0.0.24
Pydent version with working tests, CI, PyPI release
Pydent v0.0.1 Initial working version
This is the preliminary version of Pydent developed by Eric Klavins. We are replacing this with another version that uses existing libraries, and has tests and documentation.