All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- (Your new features here)
- (Your changes in existing functionality here)
- (Your soon-to-be removed features here)
- (Your now removed features here)
- Pin minimum
datasetsversion to>=3.0.0to avoid import failures withpyarrow>=21(AttributeError:pyarrow.PyExtensionType). This ensures compatibility when installing via pip/uv in clean CI environments.
- (Your vulnerabilities patched here)
- Versions
0.2.5through0.2.11have been released but are not yet documented in this changelog. - These entries need to be backfilled by reviewing the git commit history for notable changes in each respective version.
- Please update release dates for all versions, including for
0.2.4below.
- Initial setup of project structure and core functionalities.
- (List key features or changes for this version if known, otherwise this is a placeholder)
Note: Future entries should be added at the top, under [Unreleased].
When a new version is released, update the [Unreleased] section to [Version.Number] - YYYY-MM-DD and create a new [Unreleased] section above it.