Skip to content

Commit 8a8d196

Browse files
Update release notes and version to 0.21
1 parent b00530b commit 8a8d196

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
author = 'Guillermo Navas-Palencia'
2323

2424
# The short X.Y version
25-
version = '0.20.0'
25+
version = '0.21.0'
2626
# The full version, including alpha/beta/rc tags
27-
release = '0.20.0'
27+
release = '0.21.0'
2828

2929

3030
# -- General configuration ---------------------------------------------------

doc/source/release_notes.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
Release Notes
22
=============
3-
Version 0.20.? (2025-02-?)
3+
Version 0.21.0 (2025-10-26)
44
---------------------------
55

66
New features:
77

8-
- Added a `.transform()` method to the Scorecard class. (`Discussion 345 <https://github.com/guillermo-navas-palencia/optbinning/discussions/345>`_).
8+
- Add ``transform`` method in scorecard (`Issue 347 <https://github.com/guillermo-navas-palencia/optbinning/issues/346>`_).
9+
- Add ``to_dict`` method for binning table serialization (`Issue 347 <https://github.com/guillermo-navas-palencia/optbinning/issues/371>`_).
10+
- Replace Boston dataset (`Issue 347 <https://github.com/guillermo-navas-palencia/optbinning/issues/372>`_).
911

12+
Bugfixes:
13+
14+
- Use weighted min and max bin size, and correct decision tree hyperparameters when sample_weight is provided (`Issue 347 <https://github.com/guillermo-navas-palencia/optbinning/issues/359>`_).
15+
- Fix ssym for std calculation (`Issue 347 <https://github.com/guillermo-navas-palencia/optbinning/issues/360>`_)..
1016

1117

1218
Version 0.20.1 (2025-02-23)

optbinning/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "0.20.1"
3+
__version__ = "0.21.0"

0 commit comments

Comments
 (0)