| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-16 | 637 Bytes | |
| v0.14.6 source code.tar.gz | 2025-12-16 | 625.8 kB | |
| v0.14.6 source code.zip | 2025-12-16 | 676.7 kB | |
| Totals: 3 Items | 1.3 MB | 0 | |
- Allow
DataTableobjects directly inComputeStep.input_dtsparameter (auto-wraps inComputeInput) - Add backward compatibility for DataTable API in BatchTransformStep
- Add optional
force_vectors_to_ramparameter toQdrantStore - 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