Skip to content

Releases: epoch8/datapipe

v0.14.1

16 Dec 19:54
Compare
Choose a tag to compare
  • Refactor metadata handling into datapipe.meta submodule
  • Add Required qualifier for inputs

v0.14.1-alpha.1

02 Sep 09:12
7670ab5
Compare
Choose a tag to compare
v0.14.1-alpha.1 Pre-release
Pre-release
  • Refactor metadata handling into datapipe.meta submodule
  • Add Required qualifier for inputs

v0.14.0

29 Aug 18:40
Compare
Choose a tag to compare

Major changes:

  • Enable Python 3.12 support
  • DatatableTansform can become BatchTransform 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

14 Aug 15:23
Compare
Choose a tag to compare
v0.14.0-alpha.2 Pre-release
Pre-release

Changes:

  • Enable Python 3.12 support
  • DatatableTansform can become BatchTransform 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

11 Aug 07:36
6602a40
Compare
Choose a tag to compare

v0.13.13

30 Jun 14:23
Compare
Choose a tag to compare
  • Add ComputeStep.get_status method
  • Remove restriction for Pandas < 2.2

v0.13.12

26 Jun 13:38
085ac5c
Compare
Choose a tag to compare
  • Add processing of an empty response in QdrantStore
  • Add optional index_schema to QdrantStore
  • Add redis cluster mode support in RedisStore

v0.13.11

25 Jun 14:07
91bafbe
Compare
Choose a tag to compare
  • Remove logging to database (datapipe_events table) from EventLogger

v0.13.10

16 Jan 12:37
59dec99
Compare
Choose a tag to compare
  • Fix compatibility with SQLalchemy < 2 (ColumnClause in typing)
  • Fix compatibility with Ray and SQLalchemy > 2 (serialization of Table)

v0.13.9

16 Jan 07:31
b061dd5
Compare
Choose a tag to compare
  • Adapter PILFile now accepts np.ndarray image
  • TableStoreFiledir now supports insert_rows and delete_rows in case of multiple suffixes in template