Debian Patches

Status for sklearn-pandas/2.2.0-6

Patch Description Author Forwarded Bugs Origin Last update
scipy-test.patch fix tests for current scipy scipy has made changes to its class hierarchy, update the tests to match

===================================================================
Steve Langasek <steve.langasek@ubuntu.com> no debian 2022-08-20
fix-tests.patch no
six.patch [PATCH] Drop use of six
This package has an undeclared requirement on six, but since Python 2 is
long unsupported, remove it and just use the Python 3 idiom.
Steve Kowalik <steven@wedontsleep.org> no 2025-01-08
scikit-learn-1.7.patch Fix ImportError with sklearn 1.7.0+ by replacing tosequence
- Remove deprecated sklearn.utils.tosequence import (removed in sklearn 1.7)
- Convert steps to list at start of __init__ to handle all input types
- Replace tosequence(steps) with direct list assignment
- Fixes compatibility with scikit-learn >= 1.7.0
- Maintains backward compatibility with older sklearn versions
- Add regression tests for list, tuple, and generator inputs
- Verify steps attribute is always a list type

The tosequence utility was deprecated in sklearn 1.5 and removed in 1.7.
Using list() directly provides the same functionality without depending
on sklearn internals.

Fixes #267
Aditya Mehra <adityamehra@mac.mynetworksettings.com> yes debian upstream other, https://github.com/scikit-learn-contrib/sklearn-pandas/pull/269 2025-10-19

All known versions for source package 'sklearn-pandas'

Links