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.
0.1.1 - 2025-10-07
- Support for monotonic constraints (both increasing and decreasing) in solvers
- Monotonic constraint documentation and tutorials
- Various bug fixes and improvements
0.1.0 - 2025-06-10
- Full scikit-learn compatibility with
plq_Ridge_Classifierandplq_Ridge_Regressor - Integration with scikit-learn
Pipeline - Support for
GridSearchCVand standard evaluation metrics
- Improved documentation and tutorials
0.0.7 - 2025-06-10
- Multi-class classification support
- ElasticNet penalty support for
plqERM - ElasticNet penalty support for ReHLine solver
- Various bug fixes and improvements
0.0.6 - 2025-01-14
- Matrix factorization support with
plqMF_Ridgeclass make_mf_datasetfunction for matrix factorization datasets
- Updated dependencies
0.0.5 - 2024-10-31
- Additional features and improvements
- Documentation improvements and code formatting
0.0.4 - 2024-09-03
- Additional features and improvements
- Dependency updates
0.0.3 - 2024-04-24
- Core solver improvements and bug fixes
0.0.1 - 2023-10-18
- Initial release of ReHLine Python package
- ReHLine solver for regularized composite ReLU-ReHU loss minimization
- Support for convex piecewise linear-quadratic loss functions
- Linear equality and inequality constraints support
- Ridge regression and classification estimators