Skip to content

Releases: mercator-labs/oakstore

v0.2.0

08 Jul 21:04
Compare
Choose a tag to compare
  • changed api to use __setitem__, __getitem__ and __iadd__.
  • updated and added tests
  • running tests in CI now

v0.1.2

08 Jul 18:32
3bacec4
Compare
Choose a tag to compare
  • items now have a single str key, which has to be a valid slug, see _KEY_REGEX
  • added tests for this behavior

v0.1.1

08 Jul 16:30
Compare
Choose a tag to compare
  • added tests
  • improved schema checks and enforcement
  • better metadata inference when creating Store object
  • internal representation of timestamps as pd.Timestamp objects again (used to be as int)
  • filtering of data happens entirely inside dask now

v0.1.0

07 Jul 22:56
Compare
Choose a tag to compare

initial realease