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.
Files changed (42) hide show
  1. {fastcore-2.0.2/fastcore.egg-info → fastcore-2.0.3}/PKG-INFO +2 -2
  2. fastcore-2.0.3/fastcore/__init__.py +1 -0
  3. {fastcore-2.0.2 → fastcore-2.0.3/fastcore.egg-info}/PKG-INFO +2 -2
  4. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore.egg-info/requires.txt +1 -1
  5. {fastcore-2.0.2 → fastcore-2.0.3}/pyproject.toml +1 -1
  6. fastcore-2.0.2/fastcore/__init__.py +0 -1
  7. {fastcore-2.0.2 → fastcore-2.0.3}/CONTRIBUTING.md +0 -0
  8. {fastcore-2.0.2 → fastcore-2.0.3}/LICENSE +0 -0
  9. {fastcore-2.0.2 → fastcore-2.0.3}/MANIFEST.in +0 -0
  10. {fastcore-2.0.2 → fastcore-2.0.3}/README.md +0 -0
  11. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/_modidx.py +0 -0
  12. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/aio.py +0 -0
  13. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/all.py +0 -0
  14. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/ansi.py +0 -0
  15. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/basics.py +0 -0
  16. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/dispatch.py +0 -0
  17. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/docments.py +0 -0
  18. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/docscrape.py +0 -0
  19. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/foundation.py +0 -0
  20. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/imghdr.py +0 -0
  21. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/imports.py +0 -0
  22. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/meta.py +0 -0
  23. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/nb_imports.py +0 -0
  24. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/nbio.py +0 -0
  25. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/net.py +0 -0
  26. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/parallel.py +0 -0
  27. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/py2pyi.py +0 -0
  28. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/script.py +0 -0
  29. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/shutil.py +0 -0
  30. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/style.py +0 -0
  31. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/test.py +0 -0
  32. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/tools.py +0 -0
  33. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/transform.py +0 -0
  34. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/utils.py +0 -0
  35. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/xdg.py +0 -0
  36. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/xml.py +0 -0
  37. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore/xtras.py +0 -0
  38. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore.egg-info/SOURCES.txt +0 -0
  39. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore.egg-info/dependency_links.txt +0 -0
  40. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore.egg-info/entry_points.txt +0 -0
  41. {fastcore-2.0.2 → fastcore-2.0.3}/fastcore.egg-info/top_level.txt +0 -0
  42. {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.2
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: pysymbol_llm>=0.0.6; extra == "dev"
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.2
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: pysymbol_llm>=0.0.6; extra == "dev"
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"
@@ -7,7 +7,7 @@ pillow
7
7
  torch
8
8
  pandas
9
9
  nbclassic
10
- pysymbol_llm>=0.0.6
10
+ pysym2md>=0.0.6
11
11
  llms-txt
12
12
  plum-dispatch
13
13
  toolslm
@@ -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', 'pysymbol_llm>=0.0.6', 'llms-txt', 'plum-dispatch', 'toolslm']
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