aiidateam / disk-objectstore

An implementation of an efficient "object store" (actually, a key-value store) writing files on disk and not requiring a running server
https://disk-objectstore.readthedocs.io
MIT License
15 stars 8 forks source link

Release of version 0.4.0 #90

Closed giovannipizzi closed 4 years ago

giovannipizzi commented 4 years ago

This is a major release, partially backwards-incompatible, that add most features to be used in production, and has already been benchmarked against very big containers (millions of objects, hundreds of GB of size).

codecov[bot] commented 4 years ago

Codecov Report

Merging #90 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #90   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines         1199      1199           
=========================================
  Hits          1199      1199           
Impacted Files Coverage Δ
disk_objectstore/container.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1589096...9aa52ca. Read the comment docs.