Skip to content

Releases: krassowski/data-vault

v0.4.5

01 Feb 19:09
702edd8
Compare
Choose a tag to compare

What's Changed

  • Performance: use 7z to open files
  • Performance: check integrity of a single file on read, not of entire archive
  • Fix order of docstring
  • Fix compatibility with new IPython version
  • Migrate CI to GitHub Actions by @krassowski in #19
  • Allow to pass with a warning when CRC == 0 by @krassowski in #18

v0.4.2

17 Feb 16:54
Compare
Choose a tag to compare
  • Allow to access methods and attributes
  • Do not require variable to be present in namespace to delete it from store

v0.4.1

07 Mar 23:56
8e439d6
Compare
Choose a tag to compare

Documentation updates only

v0.4

04 Feb 16:19
Compare
Choose a tag to compare

Improvements to memory optimisation of imported frames:

  • numbers and booleans are no longer categorised (by default, both can be enabled, although the booleans categorisation is unlikely to be ever beneficial)
  • memory savings reporting is now disabled by default (can be switched on with report_memory_gain switch)