Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Mar 15:06
· 16 commits to master since this release
  • 🔪 BREAKING CHANGE: In an effort to make fr24 more lightweight, polars is no longer a required dependency. If you use .to_polars(), .write_table(), .scan_table() (any operations that involve CSV/Parquet (de)serialisation), you will need to explicitly install fr24[polars]. There are no changes to the API otherwise.
  • upgrade protobuf from 5.28 to 6.33
  • add isqx type hints for units and quantity types
  • fix json types grpcEnabled (27fd471)

Full Changelog: v0.2.4...v0.3.0