fastcore 2.0.2__tar.gz → 2.0.3__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.
- {fastcore-2.0.2/fastcore.egg-info → fastcore-2.0.3}/PKG-INFO +2 -2
- fastcore-2.0.3/fastcore/__init__.py +1 -0
- {fastcore-2.0.2 → fastcore-2.0.3/fastcore.egg-info}/PKG-INFO +2 -2
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore.egg-info/requires.txt +1 -1
- {fastcore-2.0.2 → fastcore-2.0.3}/pyproject.toml +1 -1
- fastcore-2.0.2/fastcore/__init__.py +0 -1
- {fastcore-2.0.2 → fastcore-2.0.3}/CONTRIBUTING.md +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/LICENSE +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/MANIFEST.in +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/README.md +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/_modidx.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/aio.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/all.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/ansi.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/basics.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/dispatch.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/docments.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/docscrape.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/foundation.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/imghdr.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/imports.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/meta.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/nb_imports.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/nbio.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/net.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/parallel.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/py2pyi.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/script.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/shutil.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/style.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/test.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/tools.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/transform.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/utils.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/xdg.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/xml.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/xtras.py +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore.egg-info/SOURCES.txt +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore.egg-info/dependency_links.txt +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore.egg-info/entry_points.txt +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/fastcore.egg-info/top_level.txt +0 -0
- {fastcore-2.0.2 → fastcore-2.0.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastcore
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3
|
|
4
4
|
Summary: Python supercharged for fastai development
|
|
5
5
|
Author-email: Jeremy Howard and Sylvain Gugger <infos@fast.ai>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -23,7 +23,7 @@ Requires-Dist: pillow; extra == "dev"
|
|
|
23
23
|
Requires-Dist: torch; extra == "dev"
|
|
24
24
|
Requires-Dist: pandas; extra == "dev"
|
|
25
25
|
Requires-Dist: nbclassic; extra == "dev"
|
|
26
|
-
Requires-Dist:
|
|
26
|
+
Requires-Dist: pysym2md>=0.0.6; extra == "dev"
|
|
27
27
|
Requires-Dist: llms-txt; extra == "dev"
|
|
28
28
|
Requires-Dist: plum-dispatch; extra == "dev"
|
|
29
29
|
Requires-Dist: toolslm; extra == "dev"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2.0.3"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastcore
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3
|
|
4
4
|
Summary: Python supercharged for fastai development
|
|
5
5
|
Author-email: Jeremy Howard and Sylvain Gugger <infos@fast.ai>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -23,7 +23,7 @@ Requires-Dist: pillow; extra == "dev"
|
|
|
23
23
|
Requires-Dist: torch; extra == "dev"
|
|
24
24
|
Requires-Dist: pandas; extra == "dev"
|
|
25
25
|
Requires-Dist: nbclassic; extra == "dev"
|
|
26
|
-
Requires-Dist:
|
|
26
|
+
Requires-Dist: pysym2md>=0.0.6; extra == "dev"
|
|
27
27
|
Requires-Dist: llms-txt; extra == "dev"
|
|
28
28
|
Requires-Dist: plum-dispatch; extra == "dev"
|
|
29
29
|
Requires-Dist: toolslm; extra == "dev"
|
|
@@ -22,7 +22,7 @@ Documentation = "https://fastcore.fast.ai/"
|
|
|
22
22
|
fastcore = "fastcore._modidx:d"
|
|
23
23
|
|
|
24
24
|
[project.optional-dependencies]
|
|
25
|
-
dev = ['numpy', 'nbdev>=0.2.39', 'matplotlib', 'pillow', 'torch', 'pandas', 'nbclassic', '
|
|
25
|
+
dev = ['numpy', 'nbdev>=0.2.39', 'matplotlib', 'pillow', 'torch', 'pandas', 'nbclassic', 'pysym2md>=0.0.6', 'llms-txt', 'plum-dispatch', 'toolslm']
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
[project.scripts]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "2.0.2"
|
|
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
|