Skip to content

Releases: softmin/ReHLine-python

Release Note for 0.04

04 Sep 06:19
Compare
Choose a tag to compare

What's Changed

Major Changes:

  • @statmlben Revised Classes:

    • ReHLine: This class is designed for manually setting up problems, providing users with greater flexibility and control.
    • plqERM_ridge: This class focuses on solving Empirical Risk Minimization (ERM) problems, enhancing the library's capabilities in this area.
  • @statmlben Documentation Improvements:

    • Extensive enhancements have been made to the documentation, ensuring clearer guidance and support for users.

Minnor Changes:

  • add epsilon-insensitive loss for SVR by @Aoblex in #5
  • Add a linear term to rehline.cpp by @aorazalin in #4

New Contributors

Full Changelog: v0.0.3...v0.0.4

Release Note for 0.03

03 May 01:52
e0a8cf6
Compare
Choose a tag to compare

Version 0.03

New Features

  • Wheel Package Support for Linux and Windows:
    • Added pre-built wheel packages for Linux and Windows operating systems.
    • This simplifies the installation process and eliminates the need for manual compilation.

Thank you @JiantingFeng for contributing the GitHub Action file.

What's Changed

New Contributors

Full Changelog: v0.1...v0.0.3

rehline-python v0.1

18 Oct 08:40
Compare
Choose a tag to compare

We are delighted to announce a new GitHub release of "ReHLine", a dedicated solver for Regularized Composite ReLU-ReHU Loss Minimization.