v0.84.0 Jun. 4, 2024
Note: the previous v0.84.0 failed to deploy to PyPi due to token issues. The old v0.84.0 release has been deleted and replaced with this one, which includes a fix to the PyPi token issues that occurred with the previous version.
Enhancements
- Reformatted files with updated black version #4395
Fixes
- Fixed token issues related to pypi release github action failing #4446
Changes
- Dropped support for Python 3.8 #4414
- Removed vowpalwabbit #4427
- Uncapped holidays #4428
- Unpinned kaleido #4423
- Unpinned shap and scipy #4436
- Unpinned most pinned dependencies under project.optional-dependencies #4431
Documentation Changes
Testing Changes
- Added ability to run airflow tests in Python 3.9 #4391
- Removed iterative test from airflow runs #4424
- Updated GH actions to improve handling of potentially unsafe variables #4417
- Fixed install test #4423