From fba160c411212e287649ee84774c60518e7174e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Tue, 18 Jun 2024 12:58:46 +0200 Subject: [PATCH 1/2] Release notes for 0.5.0 --- CHANGES.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 54480b5..f3ba3aa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,18 @@ Changes ======= +0.5.0 (2024-06-DD) +------------------ + +* The ``CRF.predict()`` and ``CRF.predict_marginals()`` methods now return a + numpy array, as expected by newer versions of scikit-learn. + +* Fixed the parameters of a call to the + ``sklearn.metrics.classification_report()`` function from the + ``flat_classification_report()`` function. + +* ``sequence_accuracy_score`` now works with numpy arrays. + 0.4.0 (2024-06-18) ------------------ From 2a234090043c1ecc423548985161d898298dd5cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Tue, 18 Jun 2024 13:04:31 +0200 Subject: [PATCH 2/2] Set the release date --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f3ba3aa..d14afdf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -0.5.0 (2024-06-DD) +0.5.0 (2024-06-18) ------------------ * The ``CRF.predict()`` and ``CRF.predict_marginals()`` methods now return a