Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 1.04 KB

Changelog

0.0.7 Nov 9 2020

  • Add ability to fetch artifacts names and indices (gorarakelyan)

0.0.6 Nov 5 2020

  • Add ability to continue writing to uncommitted artifacts (gorarakelyan)

0.0.5 Nov 1 2020

  • Resolve compatibility issues with python 3.5.0 (gorarakelyan)

0.0.4 Aug 13 2020

  • Change offset index type to dictionary (gorarakelyan)
  • Enable offset indexing mechanism for fast retrieval (gorarakelyan)

0.0.3 Apr 16 2020

  • Enable parallel artifact read and write (gorarakelyan)

0.0.2 Apr 13 2020

  • Enable iteration over storage open artifacts (gorarakelyan)
  • Add gzip compression algorithm (gorarakelyan)
  • Add appending mode to the record writer (gorarakelyan)
  • Add main storage to handle artifacts — artifact_storage (gorarakelyan)
  • Add initial implementation of record_storage (narekgharibyan)
  • Update data and offset files format docs (gorarakelyan)
  • Add docs describing record file format (gorarakelyan)
  • Add docs directory to keep format specifications (gorarakelyan)
  • Add project initial skeleton (gorarakelyan)