Package: python-gplearn / 0.4.2-5

Metadata

Package Version Patches format
python-gplearn 0.4.2-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
sphinx 8.0.patch | (download)

doc/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 port to sphinx 8.0

The old `intersphinx_mapping` format has been removed; it must now map
identifiers to (target, inventory) tuples.

001 fix test amd64.patch | (download)

gplearn/tests/test_genetic.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 allow minor variations in assertion
 Adjusts the assertion in test_transformer_iterable to
 allow small variations in fitted_iter values. Prevents
scikit learn 1.6 1.patch | (download)

gplearn/tests/test_examples.py | 2 1 + 1 - 0 !
gplearn/tests/test_fitness.py | 40 17 + 23 - 0 !
gplearn/tests/test_functions.py | 85 29 + 56 - 0 !
gplearn/tests/test_genetic.py | 165 106 + 59 - 0 !
gplearn/tests/test_utils.py | 8 5 + 3 - 0 !
5 files changed, 158 insertions(+), 142 deletions(-)

 stop using private sklearn.utils._testing

scikit learn 1.6 2.patch | (download)

gplearn/genetic.py | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

 use sklearn.utils.validation.validate_data where available

Fixes: #303, #304

scikit learn 1.6 3.patch | (download)

.github/workflows/build.yml | 2 1 + 1 - 0 !
doc/rtd-pip-requirements | 2 1 + 1 - 0 !
gplearn/genetic.py | 71 58 + 13 - 0 !
gplearn/tests/test_estimator_checks.py | 11 10 + 1 - 0 !
gplearn/utils.py | 8 8 + 0 - 0 !
setup.py | 3 2 + 1 - 0 !
6 files changed, 80 insertions(+), 17 deletions(-)

 handle estimator checking changes in scikit-learn 1.6