Release Notes - APLR Version 10.14.0
·
7 commits
to main
since this release
This release focuses on streamlining dependencies and improving the plotting functionality within the library.
🚀 Enhancements
- Removed
pandasDependency for Plotting: Theplot_affiliation_shapemethod inAPLRRegressorhas been refactored to usenumpyexclusively for data manipulation. This change removes thepandasdependency for users who want to use the optional plotting features, leading to a lighter and more focused installation.
🔧 Dependency Updates
- The optional dependency for plotting is now solely
matplotlib>=3.0.pandasis no longer required or installed with the[plots]extra. - The plotting functionality has been verified to be fully compatible with
matplotlibversions 3.0 and newer.
✅ Compatibility
- The refactored plotting code maintains compatibility with
numpy>=1.11.