Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 512 Bytes

CHANGES.md

File metadata and controls

15 lines (8 loc) · 512 Bytes

CHANGELOG

0.5.2 (2024-01-03)

* Stability improvments: polars version update to remove polars depreciation warnings.

* Compatibility verified with Python 3.11, Windows 11 and Linux. 

* Add missing package dependency to Pypi package (numpy).

0.5.0 (2024-01-02)

* First release: CSV and Parquet file support, basic event handling, basic batching, basic merging

* Features: Modular source reader support to easily add new formats such as databases, more file formats, etc.