Releases: epoch8/datapipe
Releases · epoch8/datapipe
v0.11.11-post1
- Fix
sqlite
extra specification
v0.11.11
- Add formatting through
traceback_with_variables
inevent_logger
- Add exception traceback to debug log output
- Install sqlite from
pysqlite3-binary
package; Addsqlite
extra; Update examples; Adddocs/sqlite.md
document - Update type annotations for
mypy >= 0.991
v0.11.10
- Fix
RedisStore
andTableDataSingleFileStore
.read_rows
in case when nonexistent rows are requested, align behavior withTableStoreDB
- Add test for nonexistent rows read
v0.11.9
- 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
forDatatableTransformStep
- Add check for indexes uniqueness in
DataTable.store_chunk
v0.11.9-alpha.5
- 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
forDatatableTransformStep
v0.11.9-alpha.2
- New method
DataTable.reset_metadata()
- Add
idx
logging on errors
v0.11.8
- Fix metadata columns in case of empty
get_metadata
v0.11.7
- Fix
DataTable.get_data
for large batches - Refactored implementation for chunked storage in
MetaTable
andTableStoreDB
- Switched default Python version to 3.9
- Fix
DataTable.get_data
indices in returned DataFrame
v0.11.7-alpha.2
- 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
- Fix
RedisStore.read_rows