Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.48 KB

File metadata and controls

41 lines (28 loc) · 1.48 KB

Changelog

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.

[Unreleased]

Added

  • (Your new features here)

Changed

  • (Your changes in existing functionality here)

Deprecated

  • (Your soon-to-be removed features here)

Removed

  • (Your now removed features here)

Fixed

  • Pin minimum datasets version to >=3.0.0 to avoid import failures with pyarrow>=21 (AttributeError: pyarrow.PyExtensionType). This ensures compatibility when installing via pip/uv in clean CI environments.

Security

  • (Your vulnerabilities patched here)

[Internal Note - Action Required]

  • Versions 0.2.5 through 0.2.11 have 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.4 below.

[0.2.4] - YYYY-MM-DD

Added

  • 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.