Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT support older cython types' reduce #453

Merged
merged 4 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
# ci-min-deps,
# ci-sklearn11,
# ci-sklearn12,
# ci-sklearn13,
# ci-sklearn14,
ci-sklearn13,
ci-sklearn14,
ci-sklearn15,
ci-sklearn16,
ci-sklearn17
Expand Down
4 changes: 4 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ v0.11
-----
- Correctly restore ``default_factory`` when saving and loading a ``defaultdict``.
:pr:`433` by `Adrin Jalali`_.
- Support more loss functions implemented in Cython in scikit-learn.
:pr:`453` by `Adrin Jalali`_.
- Fixes for scikit-learn=1.6 release.
:pr:`447` by :user:`Tamara Atanasoska <TamaraAtanasoska>`.

v0.10
-----
Expand Down
Loading
Loading