Skip to content

Releases: LinkageIO/Minus80

v1.0.0

27 Sep 21:30
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

ChangeLog

  • add check in the installation process to find and install APSW

v0.3.1

02 Apr 20:23
Compare
Choose a tag to compare

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
Choose a tag to compare

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
96ce75f
Compare
Choose a tag to compare

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
aa5fd9b
Compare
Choose a tag to compare

ChangeLog

  • generalized buckets for S3
  • change ordering for delete
  • various bug fixes and cleanup

v0.2.1

31 Aug 19:06
70afd15
Compare
Choose a tag to compare

Changelog

  • bug fixes
  • streamline CLI

v0.2.0

28 Aug 21:46
Compare
Choose a tag to compare

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

14 Aug 15:57
Compare
Choose a tag to compare

Changelog

  • require networkx to be version 1.11
  • fixes blaze/odo errors