Skip to content

Releases: heikomuller/histore

Release 0.4.1

28 Apr 11:17
d600052
Compare
Choose a tag to compare

This release includes:

  • Handle empty CSV files properly.

Release 0.4.0

27 Apr 10:21
92a7db6
Compare
Choose a tag to compare

This release contains the following changes:

  • Add more compact archive serialization option.
  • Add option to select archive serializer (#27).
  • Add option to commit dataset snapshot from a data stream.
  • Add histore.archive.reader.SnapshotReader (a histore.document.base.Document implementation) to read dataset snapshots.
  • Add close method to histore.archive.reader.ArchiveReader interface.
  • Change behavior of histore.document.schema.to_schema() to take existing Column objects into account.
  • Direct update of archive snapshots via apply() and histore.document.operator.DatasetOperator.
  • Require archives to be created from initial snapshot if primary key is used.
  • Add histore.document.json.base.JsonDocument to read serialized Json documents.
  • Use user's cache directory as the default parent directory for archive managers.
  • Remove option for partial merge.
  • Rename type-hint Schema to DocumentSchema.
  • Add empty document class histore.document.mem.Schema.
  • Change format of serialized archive JSON files.
  • Change internal representation of timestamps.

Release 0.3.1

22 Feb 18:12
606fa10
Compare
Choose a tag to compare

This release includes the following changes:

  • Disable type inference when checking out dataset snapshot as data frame (#24)

Release 0.3.0

09 Feb 15:26
5a042fa
Compare
Choose a tag to compare

This release includes:

  • Add support for archive rollback.

Release 0.2.2

17 Nov 23:03
2308d80
Compare
Choose a tag to compare
  • Add default Json encoder and decoder for ArchiveFileStore.
  • Add optional operation descriptor to snapshots (#21).

Release 0.2.1

11 Nov 23:26
7285ba4
Compare
Choose a tag to compare
  • Fix bug when adding snapshot from file without primary key (#19)

Release 0.2.0

10 Nov 21:00
Compare
Choose a tag to compare
  • Include wrapper for CSV files
  • Commit CSV files directly to a HISTORE archive

Release 0.1.5

06 Nov 15:41
1f3ffbc
Compare
Choose a tag to compare
  • Add getitem and get() method to SnapshotListing

Release 0.1.4

07 Oct 13:57
4df4b00
Compare
Choose a tag to compare
  • Add index position information to column class (#11)

Release 0.1.3

05 Oct 13:22
f9cce73
Compare
Choose a tag to compare
  • Add archive manager that maintains descriptors in a relational database (#8)