From 6a2c5280d05c4b855051c76d8828433c005beac7 Mon Sep 17 00:00:00 2001 From: GUI Date: Mon, 15 Jan 2024 23:10:15 +0100 Subject: [PATCH] Fix formatting --- doc/source/release_notes.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/release_notes.rst b/doc/source/release_notes.rst index b9ff8f2..1c90c1d 100644 --- a/doc/source/release_notes.rst +++ b/doc/source/release_notes.rst @@ -6,14 +6,14 @@ Version 0.19.0 (2024-01-16) Improvements: - - Adjust plot size (`Issue 244 `_) - - Save optimal binning object in JSON format (`Issue 96 `_) + - Adjust plot size (`Issue 244 `_). + - Save optimal binning object in JSON format (`Issue 96 `_). - Plot IV/WoE metric in binning table plot for binary and continuous target. Bugfixes: - - Keep pandas.DataFrame index in transform method (`Issue 286 `_) - - Fix BinningProcess's binning_transform_params="bins" (`Issue 266 `_) + - Keep pandas.DataFrame index in transform method (`Issue 286 `_). + - Fix BinningProcess's binning_transform_params="bins" (`Issue 266 `_). Version 0.18.0 (2023-09-22) @@ -21,9 +21,9 @@ Version 0.18.0 (2023-09-22) Bugfixes: - - Fix numpy array object (`Issue 229 `_) - - Fix ``show_bin_labels`` (`Issue 262 `_) - - Fix ``special_codes_y`` (`Issue 263 `_) + - Fix numpy array object (`Issue 229 `_). + - Fix ``show_bin_labels`` (`Issue 262 `_). + - Fix ``special_codes_y`` (`Issue 263 `_). Version 0.17.3 (2023-02-12)