Skip to content

Commit

Permalink
Update release notes and README. Ready release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermo-navas-palencia committed Jan 14, 2021
1 parent a9e8071 commit c4d2cbc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ Print overview information about the options settings, problem statistics, and t
.. code-block:: text
optbinning (Version 0.8.0)
Copyright (c) 2019-2020 Guillermo Navas-Palencia, Apache License 2.0
optbinning (Version 0.9.0)
Copyright (c) 2019-2021 Guillermo Navas-Palencia, Apache License 2.0
Begin options
name mean radius * U
Expand Down Expand Up @@ -309,8 +309,8 @@ and the number of selected variables after the binning process.
.. code-block:: text
optbinning (Version 0.8.0)
Copyright (c) 2019-2020 Guillermo Navas-Palencia, Apache License 2.0
optbinning (Version 0.9.0)
Copyright (c) 2019-2021 Guillermo Navas-Palencia, Apache License 2.0
Begin options
target target * U
Expand Down
22 changes: 22 additions & 0 deletions doc/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Release Notes
=============

Version 0.9.0 (2021-01-14)
--------------------------

New features:

- Optimal piecewise polynomial binning.
- New plotting option for binning table for binary and continuous target. Parameter ``style`` allows to represent the binning plot with the actual scale, i.e., actual bin widths.

Improvements:

- Improve computation of p-values and binning table analysis for ``ContinuousOptimalBinning``.

Tutorials:

- Tutorial: optimal piecewise binning with binary target
- Tutorial: optimal piecewise binning with continuous target

Bugfixes:

- Fix sample weights bug: `Issue 64 <https://github.com/guillermo-navas-palencia/optbinning/issues/64>`_


Version 0.8.0 (2020-09-18)
--------------------------

Expand Down

0 comments on commit c4d2cbc

Please sign in to comment.