Skip to content

v0.14.6

Choose a tag to compare

@elephantum elephantum released this 16 Dec 19:27
· 105 commits to master since this release
  • Allow DataTable objects directly in ComputeStep.input_dts parameter (auto-wraps in ComputeInput)
  • Add backward compatibility for DataTable API in BatchTransformStep
  • Add optional force_vectors_to_ram parameter to QdrantStore
  • Moved calculating checksum from MetaTable to TableStore
  • Added PandasParquetFile adapter for TableStoreFiledir to store pandas DataFrames in parquet
  • Added hash_row for BytesFile and PILFile
  • Added use_adapter_hash parameter in TableStoreFiledir for backward compatibility
  • Support for Python 3.13 and Python 3.14
  • Support for Numpy 2.0
  • Removed dependency on iteration-utilities