Releases: LinkageIO/Minus80
Releases · LinkageIO/Minus80
v1.2.0
30 Jan 16:06
Compare
Sorry, something went wrong.
No results found
What's Changed
Update to hatch
Update to github actions
Change default Freezable engine from hdf5 to parquet
Bump requests from 2.31.0 to 2.32.0 in /cloud_functions by @dependabot [bot] in #12
Bump flask-cors from 3.0.9 to 6.0.0 in /cloud_functions by @dependabot [bot] in #14
Bump requests from 2.32.0 to 2.32.4 in /cloud_functions by @dependabot [bot] in #13
Full Changelog : v1.1.0...v1.2.0
v1.0.0
27 Sep 21:30
Compare
Sorry, something went wrong.
No results found
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
17 May 20:40
Compare
Sorry, something went wrong.
No results found
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
02 May 22:25
Compare
Sorry, something went wrong.
No results found
ChangeLog
add check in the installation process to find and install APSW
v0.3.1
02 Apr 20:23
Compare
Sorry, something went wrong.
No results found
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
20 Mar 17:01
Compare
Sorry, something went wrong.
No results found
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
09 Sep 12:52
Compare
Sorry, something went wrong.
No results found
ChangeLog
Fully support AWS
Expand configuration options
Allow for tarred cloud data to use symbolic links
bug fixes and beauty marks
v0.2.2
07 Sep 02:10
Compare
Sorry, something went wrong.
No results found
ChangeLog
generalized buckets for S3
change ordering for delete
various bug fixes and cleanup
v0.2.1
31 Aug 19:06
Compare
Sorry, something went wrong.
No results found
v0.2.0
28 Aug 21:46
Compare
Sorry, something went wrong.
No results found
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%