What's Changed
- Feature/uv by @CarloLepelaars in #179
Migrate NumerBlox from Poetry to uv.
Migrate Github Actions pipelines to use uv.
Use ruff checks and formatting.
Using guidelines of how FastAPI migrated from Poetry to uv:
https://x.com/tiangolo/status/1839686030007361803
Deprecates convert_to_tf in NumerFrame.get_era_batch.
Tensorflow removed as dev dependency. Plan to move away from Tensorflow entirely and use Keras/JAX for Penalizers speedup and compatibility.
xfail tests in penalizers.py, which still use tensorflow.
Full Changelog: v1.4.0...v1.5.0