fasttransform 0.0.3__tar.gz → 0.0.4__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.
- {fasttransform-0.0.3 → fasttransform-0.0.4}/PKG-INFO +2 -2
- {fasttransform-0.0.3 → fasttransform-0.0.4}/fasttransform/__init__.py +1 -1
- {fasttransform-0.0.3 → fasttransform-0.0.4}/fasttransform.egg-info/PKG-INFO +2 -2
- {fasttransform-0.0.3 → fasttransform-0.0.4}/fasttransform.egg-info/requires.txt +1 -1
- {fasttransform-0.0.3 → fasttransform-0.0.4}/pyproject.toml +1 -1
- {fasttransform-0.0.3 → fasttransform-0.0.4}/LICENSE +0 -0
- {fasttransform-0.0.3 → fasttransform-0.0.4}/README.md +0 -0
- {fasttransform-0.0.3 → fasttransform-0.0.4}/fasttransform/_modidx.py +0 -0
- {fasttransform-0.0.3 → fasttransform-0.0.4}/fasttransform/cast.py +0 -0
- {fasttransform-0.0.3 → fasttransform-0.0.4}/fasttransform/transform.py +0 -0
- {fasttransform-0.0.3 → fasttransform-0.0.4}/fasttransform.egg-info/SOURCES.txt +0 -0
- {fasttransform-0.0.3 → fasttransform-0.0.4}/fasttransform.egg-info/dependency_links.txt +0 -0
- {fasttransform-0.0.3 → fasttransform-0.0.4}/fasttransform.egg-info/entry_points.txt +0 -0
- {fasttransform-0.0.3 → fasttransform-0.0.4}/fasttransform.egg-info/top_level.txt +0 -0
- {fasttransform-0.0.3 → fasttransform-0.0.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fasttransform
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4
|
|
4
4
|
Summary: Transform is the main building block of data pipelines in fastai. And elsewhere if you want.
|
|
5
5
|
Author-email: Jeremy Howard and Rens Dimmendaal and Alexis Gallagher <info@fast.ai>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -16,7 +16,7 @@ Requires-Python: >=3.9
|
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
18
|
Requires-Dist: fastcore>=2.2.21
|
|
19
|
-
Requires-Dist: plum-dispatch
|
|
19
|
+
Requires-Dist: plum-dispatch<2.10
|
|
20
20
|
Provides-Extra: dev
|
|
21
21
|
Requires-Dist: matplotlib; extra == "dev"
|
|
22
22
|
Requires-Dist: numpy; extra == "dev"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fasttransform
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4
|
|
4
4
|
Summary: Transform is the main building block of data pipelines in fastai. And elsewhere if you want.
|
|
5
5
|
Author-email: Jeremy Howard and Rens Dimmendaal and Alexis Gallagher <info@fast.ai>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -16,7 +16,7 @@ Requires-Python: >=3.9
|
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
18
|
Requires-Dist: fastcore>=2.2.21
|
|
19
|
-
Requires-Dist: plum-dispatch
|
|
19
|
+
Requires-Dist: plum-dispatch<2.10
|
|
20
20
|
Provides-Extra: dev
|
|
21
21
|
Requires-Dist: matplotlib; extra == "dev"
|
|
22
22
|
Requires-Dist: numpy; extra == "dev"
|
|
@@ -12,7 +12,7 @@ license = {text = "Apache-2.0"}
|
|
|
12
12
|
authors = [{name = "Jeremy Howard and Rens Dimmendaal and Alexis Gallagher", email = "info@fast.ai"}]
|
|
13
13
|
keywords = ['nbdev', 'jupyter', 'notebook', 'python']
|
|
14
14
|
classifiers = ["Natural Language :: English", "Intended Audience :: Developers", "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only"]
|
|
15
|
-
dependencies = ['fastcore>=2.2.21', 'plum-dispatch']
|
|
15
|
+
dependencies = ['fastcore>=2.2.21', 'plum-dispatch<2.10']
|
|
16
16
|
|
|
17
17
|
[project.urls]
|
|
18
18
|
Repository = "https://github.com/AnswerDotAI/fasttransform"
|
|
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
|