Skip to content

Releases: epoch8/datapipe

v0.11.11-post1

20 Jan 18:36
Compare
Choose a tag to compare
  • Fix sqlite extra specification

v0.11.11

14 Jan 20:33
Compare
Choose a tag to compare
  • Add formatting through traceback_with_variables in event_logger
  • Add exception traceback to debug log output
  • Install sqlite from pysqlite3-binary package; Add sqlite extra; Update examples; Add docs/sqlite.md document
  • Update type annotations for mypy >= 0.991

v0.11.10

27 Dec 19:52
Compare
Choose a tag to compare
  • Fix RedisStore and TableDataSingleFileStore .read_rows in case when nonexistent rows are requested, align behavior with TableStoreDB
  • Add test for nonexistent rows read

v0.11.9

26 Dec 16:03
Compare
Choose a tag to compare
  • New method DataTable.reset_metadata()
  • Add idx logging on errors
  • Add specialized implementation for DataStoreFiledir when file contents are not needed
  • Add trace span for getting ids to process
  • Add protocol in TableStoreFiledir._read_rows_fast
  • try/except for DatatableTransformStep
  • Add check for indexes uniqueness in DataTable.store_chunk

v0.11.9-alpha.5

16 Nov 13:22
Compare
Choose a tag to compare
  • New method DataTable.reset_metadata()
  • Add idx logging on errors
  • Add specialized implementation for DataStoreFiledir when file contents are
    not needed
  • Add trace span for getting ids to process
  • Add protocol in TableStoreFiledir._read_rows_fast
  • try/except for DatatableTransformStep

v0.11.9-alpha.2

03 Nov 13:09
d22b1c8
Compare
Choose a tag to compare
  • New method DataTable.reset_metadata()
  • Add idx logging on errors

v0.11.8

31 Oct 20:59
e159cff
Compare
Choose a tag to compare
  • Fix metadata columns in case of empty get_metadata

v0.11.7

30 Oct 21:51
Compare
Choose a tag to compare
  • Fix DataTable.get_data for large batches
  • Refactored implementation for chunked storage in MetaTable and TableStoreDB
  • Switched default Python version to 3.9
  • Fix DataTable.get_data indices in returned DataFrame

v0.11.7-alpha.2

22 Oct 18:01
5a85d01
Compare
Choose a tag to compare
  • Fix DataTable.get_data for large batches
  • Refactored implementation for chunked storage in MetaTable and
    TableStoreDB
  • Switched default Python version to 3.9

v0.11.6

19 Oct 12:50
ebb268c
Compare
Choose a tag to compare
  • Fix RedisStore.read_rows