Skip to content

Commit 2bec2ca

Browse files
authored
MNT support older cython types' reduce (#453)
* fixes for cython objects * chnagelog * trigger CI * reduce -> reduced
1 parent 765fec3 commit 2bec2ca

File tree

6 files changed

+160
-121
lines changed

6 files changed

+160
-121
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
# ci-min-deps,
2121
# ci-sklearn11,
2222
# ci-sklearn12,
23-
# ci-sklearn13,
24-
# ci-sklearn14,
23+
ci-sklearn13,
24+
ci-sklearn14,
2525
ci-sklearn15,
2626
ci-sklearn16,
2727
ci-sklearn17

docs/changes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ v0.11
1313
-----
1414
- Correctly restore ``default_factory`` when saving and loading a ``defaultdict``.
1515
:pr:`433` by `Adrin Jalali`_.
16+
- Support more loss functions implemented in Cython in scikit-learn.
17+
:pr:`453` by `Adrin Jalali`_.
18+
- Fixes for scikit-learn=1.6 release.
19+
:pr:`447` by :user:`Tamara Atanasoska <TamaraAtanasoska>`.
1620

1721
v0.10
1822
-----

0 commit comments

Comments
 (0)