scikit-base 0.10.0__tar.gz → 0.10.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {scikit_base-0.10.0/scikit_base.egg-info → scikit_base-0.10.1}/PKG-INFO +6 -5
- {scikit_base-0.10.0 → scikit_base-0.10.1}/README.md +1 -1
- {scikit_base-0.10.0 → scikit_base-0.10.1}/pyproject.toml +5 -4
- {scikit_base-0.10.0 → scikit_base-0.10.1/scikit_base.egg-info}/PKG-INFO +6 -5
- {scikit_base-0.10.0 → scikit_base-0.10.1}/scikit_base.egg-info/requires.txt +5 -1
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/__init__.py +1 -1
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/base/_pretty_printing/tests/test_pprint.py +7 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/tests/test_base.py +6 -6
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/tests/test_deep_equals.py +3 -9
- {scikit_base-0.10.0 → scikit_base-0.10.1}/LICENSE +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/docs/source/conf.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/scikit_base.egg-info/SOURCES.txt +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/scikit_base.egg-info/dependency_links.txt +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/scikit_base.egg-info/top_level.txt +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/scikit_base.egg-info/zip-safe +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/setup.cfg +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/_exceptions.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/_nopytest_tests.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/base/__init__.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/base/_base.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/base/_meta.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/base/_pretty_printing/__init__.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/base/_pretty_printing/_object_html_repr.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/base/_pretty_printing/_pprint.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/base/_pretty_printing/tests/__init__.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/base/_tagmanager.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/lookup/__init__.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/lookup/_lookup.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/lookup/tests/__init__.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/lookup/tests/test_lookup.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/testing/__init__.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/testing/test_all_objects.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/testing/utils/__init__.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/testing/utils/_conditional_fixtures.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/testing/utils/inspect.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/tests/__init__.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/tests/conftest.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/tests/mock_package/__init__.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/tests/mock_package/test_mock_package.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/tests/test_baseestimator.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/tests/test_exceptions.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/tests/test_meta.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/__init__.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/_check.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/_iter.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/_nested_iter.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/_utils.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/deep_equals/__init__.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/deep_equals/_common.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/deep_equals/_deep_equals.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/dependencies/__init__.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/dependencies/_dependencies.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/dependencies/tests/__init__.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/dependencies/tests/test_check_dependencies.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/random_state.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/stderr_mute.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/stdout_mute.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/tests/__init__.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/tests/test_check.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/tests/test_iter.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/tests/test_nested_iter.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/tests/test_random_state.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/tests/test_std_mute.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/tests/test_utils.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/validate/__init__.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/validate/_named_objects.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/validate/_types.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/validate/tests/__init__.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/validate/tests/test_iterable_named_objects.py +0 -0
- {scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/validate/tests/test_type_validations.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: scikit-base
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.1
|
4
4
|
Summary: Base classes for sklearn-like parametric objects
|
5
5
|
Author-email: sktime developers <sktime.toolbox@gmail.com>
|
6
6
|
Maintainer: Franz Király
|
@@ -55,14 +55,15 @@ Classifier: Programming Language :: Python :: 3.9
|
|
55
55
|
Classifier: Programming Language :: Python :: 3.10
|
56
56
|
Classifier: Programming Language :: Python :: 3.11
|
57
57
|
Classifier: Programming Language :: Python :: 3.12
|
58
|
-
|
58
|
+
Classifier: Programming Language :: Python :: 3.13
|
59
|
+
Requires-Python: <3.14,>=3.8
|
59
60
|
Description-Content-Type: text/markdown
|
60
61
|
License-File: LICENSE
|
61
62
|
Provides-Extra: all-extras
|
62
63
|
Requires-Dist: numpy; extra == "all-extras"
|
63
64
|
Requires-Dist: pandas; extra == "all-extras"
|
64
65
|
Provides-Extra: dev
|
65
|
-
Requires-Dist: scikit-learn>=0.24.0; extra == "dev"
|
66
|
+
Requires-Dist: scikit-learn>=0.24.0; (python_version < "3.13" or sys_platform != "win32") and extra == "dev"
|
66
67
|
Requires-Dist: pre-commit; extra == "dev"
|
67
68
|
Requires-Dist: pytest; extra == "dev"
|
68
69
|
Requires-Dist: pytest-cov; extra == "dev"
|
@@ -103,7 +104,7 @@ Requires-Dist: safety; extra == "test"
|
|
103
104
|
Requires-Dist: numpy; extra == "test"
|
104
105
|
Requires-Dist: scipy; extra == "test"
|
105
106
|
Requires-Dist: pandas; extra == "test"
|
106
|
-
Requires-Dist: scikit-learn>=0.24.0; extra == "test"
|
107
|
+
Requires-Dist: scikit-learn>=0.24.0; (python_version < "3.13" or sys_platform != "win32") and extra == "test"
|
107
108
|
|
108
109
|
<a href="https://skbase.readthedocs.io/en/latest/"><img src="https://github.com/sktime/skbase/blob/main/docs/source/images/skbase-logo-with-name.png" width="175" align="right" /></a>
|
109
110
|
|
@@ -114,7 +115,7 @@ Requires-Dist: scikit-learn>=0.24.0; extra == "test"
|
|
114
115
|
`skbase` provides base classes for creating scikit-learn-like parametric objects,
|
115
116
|
along with tools to make it easier to build your own packages that follow these design patterns.
|
116
117
|
|
117
|
-
:rocket: Version 0.10.
|
118
|
+
:rocket: Version 0.10.1 is now available. Check out our
|
118
119
|
[release notes](https://skbase.readthedocs.io/en/latest/changelog.html).
|
119
120
|
|
120
121
|
| Overview | |
|
@@ -7,7 +7,7 @@
|
|
7
7
|
`skbase` provides base classes for creating scikit-learn-like parametric objects,
|
8
8
|
along with tools to make it easier to build your own packages that follow these design patterns.
|
9
9
|
|
10
|
-
:rocket: Version 0.10.
|
10
|
+
:rocket: Version 0.10.1 is now available. Check out our
|
11
11
|
[release notes](https://skbase.readthedocs.io/en/latest/changelog.html).
|
12
12
|
|
13
13
|
| Overview | |
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "scikit-base"
|
3
|
-
version = "0.10.
|
3
|
+
version = "0.10.1"
|
4
4
|
description = "Base classes for sklearn-like parametric objects"
|
5
5
|
authors = [
|
6
6
|
{name = "sktime developers", email = "sktime.toolbox@gmail.com"},
|
@@ -31,15 +31,16 @@ classifiers = [
|
|
31
31
|
"Programming Language :: Python :: 3.10",
|
32
32
|
"Programming Language :: Python :: 3.11",
|
33
33
|
"Programming Language :: Python :: 3.12",
|
34
|
+
"Programming Language :: Python :: 3.13",
|
34
35
|
]
|
35
|
-
requires-python = ">=3.8,<3.
|
36
|
+
requires-python = ">=3.8,<3.14"
|
36
37
|
dependencies = []
|
37
38
|
|
38
39
|
[project.optional-dependencies]
|
39
40
|
all_extras = ["numpy", "pandas"]
|
40
41
|
|
41
42
|
dev = [
|
42
|
-
|
43
|
+
'scikit-learn>=0.24.0; python_version < "3.13" or sys_platform != "win32"', # todo 0.11.0 - check if windows 3.13 works, if yes, remove markers
|
43
44
|
"pre-commit",
|
44
45
|
"pytest",
|
45
46
|
"pytest-cov"
|
@@ -86,7 +87,7 @@ test = [
|
|
86
87
|
"numpy",
|
87
88
|
"scipy",
|
88
89
|
"pandas",
|
89
|
-
|
90
|
+
'scikit-learn>=0.24.0; python_version < "3.13" or sys_platform != "win32"', # todo 0.11.0 - check if windows 3.13 works, if yes, remove markers
|
90
91
|
]
|
91
92
|
|
92
93
|
[project.urls]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: scikit-base
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.1
|
4
4
|
Summary: Base classes for sklearn-like parametric objects
|
5
5
|
Author-email: sktime developers <sktime.toolbox@gmail.com>
|
6
6
|
Maintainer: Franz Király
|
@@ -55,14 +55,15 @@ Classifier: Programming Language :: Python :: 3.9
|
|
55
55
|
Classifier: Programming Language :: Python :: 3.10
|
56
56
|
Classifier: Programming Language :: Python :: 3.11
|
57
57
|
Classifier: Programming Language :: Python :: 3.12
|
58
|
-
|
58
|
+
Classifier: Programming Language :: Python :: 3.13
|
59
|
+
Requires-Python: <3.14,>=3.8
|
59
60
|
Description-Content-Type: text/markdown
|
60
61
|
License-File: LICENSE
|
61
62
|
Provides-Extra: all-extras
|
62
63
|
Requires-Dist: numpy; extra == "all-extras"
|
63
64
|
Requires-Dist: pandas; extra == "all-extras"
|
64
65
|
Provides-Extra: dev
|
65
|
-
Requires-Dist: scikit-learn>=0.24.0; extra == "dev"
|
66
|
+
Requires-Dist: scikit-learn>=0.24.0; (python_version < "3.13" or sys_platform != "win32") and extra == "dev"
|
66
67
|
Requires-Dist: pre-commit; extra == "dev"
|
67
68
|
Requires-Dist: pytest; extra == "dev"
|
68
69
|
Requires-Dist: pytest-cov; extra == "dev"
|
@@ -103,7 +104,7 @@ Requires-Dist: safety; extra == "test"
|
|
103
104
|
Requires-Dist: numpy; extra == "test"
|
104
105
|
Requires-Dist: scipy; extra == "test"
|
105
106
|
Requires-Dist: pandas; extra == "test"
|
106
|
-
Requires-Dist: scikit-learn>=0.24.0; extra == "test"
|
107
|
+
Requires-Dist: scikit-learn>=0.24.0; (python_version < "3.13" or sys_platform != "win32") and extra == "test"
|
107
108
|
|
108
109
|
<a href="https://skbase.readthedocs.io/en/latest/"><img src="https://github.com/sktime/skbase/blob/main/docs/source/images/skbase-logo-with-name.png" width="175" align="right" /></a>
|
109
110
|
|
@@ -114,7 +115,7 @@ Requires-Dist: scikit-learn>=0.24.0; extra == "test"
|
|
114
115
|
`skbase` provides base classes for creating scikit-learn-like parametric objects,
|
115
116
|
along with tools to make it easier to build your own packages that follow these design patterns.
|
116
117
|
|
117
|
-
:rocket: Version 0.10.
|
118
|
+
:rocket: Version 0.10.1 is now available. Check out our
|
118
119
|
[release notes](https://skbase.readthedocs.io/en/latest/changelog.html).
|
119
120
|
|
120
121
|
| Overview | |
|
@@ -7,11 +7,13 @@ pandas
|
|
7
7
|
jupyter
|
8
8
|
|
9
9
|
[dev]
|
10
|
-
scikit-learn>=0.24.0
|
11
10
|
pre-commit
|
12
11
|
pytest
|
13
12
|
pytest-cov
|
14
13
|
|
14
|
+
[dev:python_version < "3.13" or sys_platform != "win32"]
|
15
|
+
scikit-learn>=0.24.0
|
16
|
+
|
15
17
|
[docs]
|
16
18
|
jupyter
|
17
19
|
myst-parser
|
@@ -49,4 +51,6 @@ safety
|
|
49
51
|
numpy
|
50
52
|
scipy
|
51
53
|
pandas
|
54
|
+
|
55
|
+
[test:python_version < "3.13" or sys_platform != "win32"]
|
52
56
|
scikit-learn>=0.24.0
|
@@ -2,7 +2,10 @@
|
|
2
2
|
# copyright: skbase developers, BSD-3-Clause License (see LICENSE file)
|
3
3
|
"""Tests for skbase pretty printing functionality."""
|
4
4
|
|
5
|
+
import pytest
|
6
|
+
|
5
7
|
from skbase.base import BaseObject
|
8
|
+
from skbase.utils.dependencies import _check_soft_dependencies
|
6
9
|
|
7
10
|
|
8
11
|
class CompositionDummy(BaseObject):
|
@@ -15,6 +18,10 @@ class CompositionDummy(BaseObject):
|
|
15
18
|
super(CompositionDummy, self).__init__()
|
16
19
|
|
17
20
|
|
21
|
+
@pytest.mark.skipif(
|
22
|
+
not _check_soft_dependencies("scikit-learn", severity="none"),
|
23
|
+
reason="skip test if sklearn is not available",
|
24
|
+
) # sklearn is part of the dev dependency set, test should be executed with that
|
18
25
|
def test_sklearn_compatibility():
|
19
26
|
"""Test that the pretty printing functions are compatible with sklearn."""
|
20
27
|
from sklearn.ensemble import RandomForestRegressor
|
@@ -1022,7 +1022,7 @@ def test_nested_config_after_clone_tags(clone_config):
|
|
1022
1022
|
|
1023
1023
|
|
1024
1024
|
@pytest.mark.skipif(
|
1025
|
-
not _check_soft_dependencies("
|
1025
|
+
not _check_soft_dependencies("scikit-learn", severity="none"),
|
1026
1026
|
reason="skip test if sklearn is not available",
|
1027
1027
|
) # sklearn is part of the dev dependency set, test should be executed with that
|
1028
1028
|
def test_clone_param_is_none(fixture_class_parent: Type[Parent]):
|
@@ -1037,7 +1037,7 @@ def test_clone_param_is_none(fixture_class_parent: Type[Parent]):
|
|
1037
1037
|
|
1038
1038
|
|
1039
1039
|
@pytest.mark.skipif(
|
1040
|
-
not _check_soft_dependencies("
|
1040
|
+
not _check_soft_dependencies("scikit-learn", severity="none"),
|
1041
1041
|
reason="skip test if sklearn is not available",
|
1042
1042
|
) # sklearn is part of the dev dependency set, test should be executed with that
|
1043
1043
|
def test_clone_empty_array(fixture_class_parent: Type[Parent]):
|
@@ -1057,7 +1057,7 @@ def test_clone_empty_array(fixture_class_parent: Type[Parent]):
|
|
1057
1057
|
|
1058
1058
|
|
1059
1059
|
@pytest.mark.skipif(
|
1060
|
-
not _check_soft_dependencies("
|
1060
|
+
not _check_soft_dependencies("scikit-learn", severity="none"),
|
1061
1061
|
reason="skip test if sklearn is not available",
|
1062
1062
|
) # sklearn is part of the dev dependency set, test should be executed with that
|
1063
1063
|
def test_clone_sparse_matrix(fixture_class_parent: Type[Parent]):
|
@@ -1076,7 +1076,7 @@ def test_clone_sparse_matrix(fixture_class_parent: Type[Parent]):
|
|
1076
1076
|
|
1077
1077
|
|
1078
1078
|
@pytest.mark.skipif(
|
1079
|
-
not _check_soft_dependencies("
|
1079
|
+
not _check_soft_dependencies("scikit-learn", severity="none"),
|
1080
1080
|
reason="skip test if sklearn is not available",
|
1081
1081
|
) # sklearn is part of the dev dependency set, test should be executed with that
|
1082
1082
|
def test_clone_nan(fixture_class_parent: Type[Parent]):
|
@@ -1105,7 +1105,7 @@ def test_clone_estimator_types(fixture_class_parent: Type[Parent]):
|
|
1105
1105
|
|
1106
1106
|
|
1107
1107
|
@pytest.mark.skipif(
|
1108
|
-
not _check_soft_dependencies("
|
1108
|
+
not _check_soft_dependencies("scikit-learn", severity="none"),
|
1109
1109
|
reason="skip test if sklearn is not available",
|
1110
1110
|
) # sklearn is part of the dev dependency set, test should be executed with that
|
1111
1111
|
def test_clone_class_rather_than_instance_raises_error(
|
@@ -1120,7 +1120,7 @@ def test_clone_class_rather_than_instance_raises_error(
|
|
1120
1120
|
|
1121
1121
|
|
1122
1122
|
@pytest.mark.skipif(
|
1123
|
-
not _check_soft_dependencies("
|
1123
|
+
not _check_soft_dependencies("scikit-learn", severity="none"),
|
1124
1124
|
reason="skip test if sklearn is not available",
|
1125
1125
|
) # sklearn is part of the dev dependency set, test should be executed with that
|
1126
1126
|
def test_clone_sklearn_composite(fixture_class_parent: Type[Parent]):
|
@@ -71,9 +71,7 @@ if _check_soft_dependencies("pandas", severity="none"):
|
|
71
71
|
|
72
72
|
EXAMPLES += [X]
|
73
73
|
|
74
|
-
if _check_soft_dependencies(
|
75
|
-
"scikit-learn", package_import_alias={"scikit-learn": "sklearn"}, severity="none"
|
76
|
-
):
|
74
|
+
if _check_soft_dependencies("scikit-learn", severity="none"):
|
77
75
|
from sklearn.ensemble import RandomForestRegressor
|
78
76
|
|
79
77
|
EXAMPLES += [RandomForestRegressor()]
|
@@ -115,16 +113,12 @@ def test_deep_equals_negative(fixture1, fixture2):
|
|
115
113
|
def copy_except_if_sklearn(obj):
|
116
114
|
"""Copy obj if it is not a scikit-learn estimator.
|
117
115
|
|
118
|
-
We use this
|
116
|
+
We use this function as deep_copy should return True for
|
119
117
|
identical sklearn estimators, but False for different copies.
|
120
118
|
|
121
119
|
This is the current status quo, possibly we want to change this in the future.
|
122
120
|
"""
|
123
|
-
if not _check_soft_dependencies(
|
124
|
-
"scikit-learn",
|
125
|
-
package_import_alias={"scikit-learn": "sklearn"},
|
126
|
-
severity="none",
|
127
|
-
):
|
121
|
+
if not _check_soft_dependencies("scikit-learn", severity="none"):
|
128
122
|
return deepcopy(obj)
|
129
123
|
else:
|
130
124
|
from sklearn.base import BaseEstimator
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/utils/dependencies/tests/test_check_dependencies.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{scikit_base-0.10.0 → scikit_base-0.10.1}/skbase/validate/tests/test_iterable_named_objects.py
RENAMED
File without changes
|
File without changes
|