babelplot 2025.13__tar.gz → 2025.14__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 (43) hide show
  1. {babelplot-2025.13 → babelplot-2025.14}/PKG-INFO +3 -2
  2. {babelplot-2025.13 → babelplot-2025.14}/README.rst +1 -1
  3. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/version.py +1 -1
  4. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot.egg-info/PKG-INFO +3 -2
  5. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot.egg-info/requires.txt +1 -0
  6. {babelplot-2025.13 → babelplot-2025.14}/requirements.txt +1 -0
  7. {babelplot-2025.13 → babelplot-2025.14}/MANIFEST.in +0 -0
  8. {babelplot-2025.13 → babelplot-2025.14}/README-COPYRIGHT-utf8.txt +0 -0
  9. {babelplot-2025.13 → babelplot-2025.14}/README-LICENCE-utf8.txt +0 -0
  10. {babelplot-2025.13 → babelplot-2025.14}/documentation/wiki/description.asciidoc +0 -0
  11. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/__init__.py +0 -0
  12. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/api/type.py +0 -0
  13. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/backend/catalog/bokeh_.py +0 -0
  14. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/backend/catalog/matplotlib_.py +0 -0
  15. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/backend/catalog/plotly_.py +0 -0
  16. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/backend/catalog/vedo_.py +0 -0
  17. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/backend/helper/creation.py +0 -0
  18. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/backend/helper/validation.py +0 -0
  19. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/constant/backend.py +0 -0
  20. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/constant/path.py +0 -0
  21. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/constant/project.py +0 -0
  22. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/extension/enum_.py +0 -0
  23. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/extension/function.py +0 -0
  24. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/runtime/backends.py +0 -0
  25. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/task/help.py +0 -0
  26. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/task/instantiation.py +0 -0
  27. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/task/plotting.py +0 -0
  28. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/task/showing.py +0 -0
  29. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/backend.py +0 -0
  30. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/dimension.py +0 -0
  31. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/ffp_base.py +0 -0
  32. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/figure.py +0 -0
  33. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/frame.py +0 -0
  34. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/plot.py +0 -0
  35. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/plot_function.py +0 -0
  36. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/plot_type.py +0 -0
  37. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/translator.py +0 -0
  38. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot.egg-info/SOURCES.txt +0 -0
  39. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot.egg-info/dependency_links.txt +0 -0
  40. {babelplot-2025.13 → babelplot-2025.14}/package/babelplot.egg-info/top_level.txt +0 -0
  41. {babelplot-2025.13 → babelplot-2025.14}/pyproject.toml +0 -0
  42. {babelplot-2025.13 → babelplot-2025.14}/setup.cfg +0 -0
  43. {babelplot-2025.13 → babelplot-2025.14}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: babelplot
3
- Version: 2025.13
3
+ Version: 2025.14
4
4
  Summary: A Meta Plotting Library That Speaks Several Backends
5
5
  Home-page: https://src.koda.cnrs.fr/eric.debreuve/babelplot/
6
6
  Author: Eric Debreuve
@@ -16,6 +16,7 @@ Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Development Status :: 3 - Alpha
17
17
  Requires-Python: >=3.11
18
18
  Description-Content-Type: text/x-rst
19
+ Requires-Dist: color_spec_changer
19
20
  Requires-Dist: numpy
20
21
  Requires-Dist: scikit-image
21
22
  Dynamic: author
@@ -46,7 +47,7 @@ Dynamic: summary
46
47
  .. |DOCUMENTATION_URL| replace:: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
47
48
  .. _DOCUMENTATION_URL: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
48
49
 
49
- .. |DEPENDENCIES_MANDATORY| replace:: numpy, scikit-image
50
+ .. |DEPENDENCIES_MANDATORY| replace:: color_spec_changer, numpy, scikit-image
50
51
  .. |DEPENDENCIES_OPTIONAL| replace:: bokeh, matplotlib, plotly, vedo
51
52
 
52
53
 
@@ -13,7 +13,7 @@
13
13
  .. |DOCUMENTATION_URL| replace:: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
14
14
  .. _DOCUMENTATION_URL: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
15
15
 
16
- .. |DEPENDENCIES_MANDATORY| replace:: numpy, scikit-image
16
+ .. |DEPENDENCIES_MANDATORY| replace:: color_spec_changer, numpy, scikit-image
17
17
  .. |DEPENDENCIES_OPTIONAL| replace:: bokeh, matplotlib, plotly, vedo
18
18
 
19
19
 
@@ -4,7 +4,7 @@ Contributor(s): Eric Debreuve (eric.debreuve@cnrs.fr) since 2022
4
4
  SEE COPYRIGHT NOTICE BELOW
5
5
  """
6
6
 
7
- __version__ = "2025.13"
7
+ __version__ = "2025.14"
8
8
 
9
9
  """
10
10
  COPYRIGHT NOTICE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: babelplot
3
- Version: 2025.13
3
+ Version: 2025.14
4
4
  Summary: A Meta Plotting Library That Speaks Several Backends
5
5
  Home-page: https://src.koda.cnrs.fr/eric.debreuve/babelplot/
6
6
  Author: Eric Debreuve
@@ -16,6 +16,7 @@ Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Development Status :: 3 - Alpha
17
17
  Requires-Python: >=3.11
18
18
  Description-Content-Type: text/x-rst
19
+ Requires-Dist: color_spec_changer
19
20
  Requires-Dist: numpy
20
21
  Requires-Dist: scikit-image
21
22
  Dynamic: author
@@ -46,7 +47,7 @@ Dynamic: summary
46
47
  .. |DOCUMENTATION_URL| replace:: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
47
48
  .. _DOCUMENTATION_URL: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
48
49
 
49
- .. |DEPENDENCIES_MANDATORY| replace:: numpy, scikit-image
50
+ .. |DEPENDENCIES_MANDATORY| replace:: color_spec_changer, numpy, scikit-image
50
51
  .. |DEPENDENCIES_OPTIONAL| replace:: bokeh, matplotlib, plotly, vedo
51
52
 
52
53
 
@@ -1,2 +1,3 @@
1
+ color_spec_changer
1
2
  numpy
2
3
  scikit-image
@@ -1,2 +1,3 @@
1
+ color_spec_changer
1
2
  numpy
2
3
  scikit-image
File without changes
File without changes
File without changes
File without changes