Releases: epoch8/datapipe
Releases · epoch8/datapipe
v0.14.1
v0.14.1-alpha.1
- Refactor metadata handling into
datapipe.meta
submodule - Add
Required
qualifier forinputs
v0.14.0
Major changes:
- Enable Python 3.12 support
DatatableTansform
can becomeBatchTransform
with empty indices- SQLAlchemy tables can be used directly without duplication in Catalog
datapipe.compute.Table
can be used directly without Catalog
See "Migration from v0.13 to v0.14" for more details
v0.14.0-alpha.2
Changes:
- Enable Python 3.12 support
DatatableTansform
can becomeBatchTransform
with empty indices- SQLAlchemy tables can be used directly without duplication in Catalog
datapipe.compute.Table
can be used directly without Catalog
See "Migration from v0.13 to v0.14" for more details
https://epoch8.github.io/datapipe/migration-v013-to-v014.html
v0.13.14
v0.13.13
- Add
ComputeStep.get_status
method - Remove restriction for Pandas < 2.2
v0.13.12
- Add processing of an empty response in
QdrantStore
- Add optional
index_schema
toQdrantStore
- Add redis cluster mode support in
RedisStore
v0.13.11
- Remove logging to database (
datapipe_events
table) fromEventLogger
v0.13.10
- Fix compatibility with SQLalchemy < 2 (ColumnClause in typing)
- Fix compatibility with Ray and SQLalchemy > 2 (serialization of Table)
v0.13.9
- Adapter
PILFile
now accepts np.ndarray image TableStoreFiledir
now supportsinsert_rows
anddelete_rows
in case of multiple suffixes in template