Skip to content

Commit

Permalink
Merge pull request #298 from guillermo-navas-palencia/develop
Browse files Browse the repository at this point in the history
Release 0.19.0
  • Loading branch information
guillermo-navas-palencia committed Jan 15, 2024
2 parents 3754085 + 6a2c528 commit aebe16b
Show file tree
Hide file tree
Showing 37 changed files with 2,325 additions and 1,529 deletions.
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
# -- Project information -----------------------------------------------------

project = 'optbinning'
copyright = '2019 - 2023, Guillermo Navas-Palencia'
copyright = '2019 - 2024, Guillermo Navas-Palencia'
author = 'Guillermo Navas-Palencia'

# The short X.Y version
version = '0.18.0'
version = '0.19.0'
# The full version, including alpha/beta/rc tags
release = '0.18.0'
release = '0.19.0'


# -- General configuration ---------------------------------------------------
Expand Down
21 changes: 18 additions & 3 deletions doc/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
Release Notes
=============

Version 0.19.0 (2024-01-16)
---------------------------

Improvements:

- Adjust plot size (`Issue 244 <https://github.com/guillermo-navas-palencia/optbinning/issues/244>`_).
- Save optimal binning object in JSON format (`Issue 96 <https://github.com/guillermo-navas-palencia/optbinning/issues/96>`_).
- Plot IV/WoE metric in binning table plot for binary and continuous target.

Bugfixes:

- Keep pandas.DataFrame index in transform method (`Issue 286 <https://github.com/guillermo-navas-palencia/optbinning/issues/286>`_).
- Fix BinningProcess's binning_transform_params="bins" (`Issue 266 <https://github.com/guillermo-navas-palencia/optbinning/issues/266>`_).


Version 0.18.0 (2023-09-22)
---------------------------

Bugfixes:

- Fix numpy array object (`Issue 229 <https://github.com/guillermo-navas-palencia/optbinning/issues/229>`_)
- Fix ``show_bin_labels`` (`Issue 262 <https://github.com/guillermo-navas-palencia/optbinning/issues/262>`_)
- Fix ``special_codes_y`` (`Issue 263 <https://github.com/guillermo-navas-palencia/optbinning/issues/263>`_)
- Fix numpy array object (`Issue 229 <https://github.com/guillermo-navas-palencia/optbinning/issues/229>`_).
- Fix ``show_bin_labels`` (`Issue 262 <https://github.com/guillermo-navas-palencia/optbinning/issues/262>`_).
- Fix ``special_codes_y`` (`Issue 263 <https://github.com/guillermo-navas-palencia/optbinning/issues/263>`_).


Version 0.17.3 (2023-02-12)
Expand Down
Loading

0 comments on commit aebe16b

Please sign in to comment.