Releases: LinkageIO/Minus80
Releases · LinkageIO/Minus80
v1.0.0
Changelog
- complete overhaul to API
- moved all API calls to a sub-namespace inherited by freezable objects
- moved API handlers to their own file implementations
- added support to arbitrary JSON storage using TinyDB
- Changed over to HDF5 for columnar storage
- Added support for tagging and versioning (https://www.linkage.io/making-history-with-minus80/)
- Added cloud login system
v0.3.3
Change Log
- Fixed some cloud bugs when pulling raw data to an output file
- Added test coverage
- Added method to delete bcolz dataset
- Expose tools during normal import
v0.3.2
ChangeLog
- add check in the installation process to find and install APSW
v0.3.1
ChangeLog
- Change APSW dependency installation so support version with R*Trees
- Update CI tests to support GCP
- Bump python support to 3.7+
- Minor CLI updates
v0.3.0
ChangeLog
- Implement cloud functions for GCP
- add some sample management functions in Cohort
- Add some support functions to crawl hosts looking for Accession data
- Add some support functions to fuzzy match filenames with Accession names
- Add async methods to add some concurrency when crawling hosts
- Add supprot to install via pip
- Revert installation process to pre-install APSW with pip
- Suspend some tests for CLI and Cloud Functions
v0.2.3
ChangeLog
- Fully support AWS
- Expand configuration options
- Allow for tarred cloud data to use symbolic links
- bug fixes and beauty marks
v0.2.2
ChangeLog
- generalized buckets for S3
- change ordering for delete
- various bug fixes and cleanup
v0.2.0
Changelog
- Streamlined Freezable class
- Re-organized how data is stored internally
- Fully implemented cloud functions
- Implemented a SQLite based dictionary for persistent key:value pairs
- Extended CLI functionality
- Increased code coverage to 100%
v0.1.5
Changelog
- require networkx to be version 1.11
- fixes blaze/odo errors