jarvisplot 1.0.7__tar.gz → 1.0.8__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.
Potentially problematic release.
This version of jarvisplot might be problematic. Click here for more details.
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/PKG-INFO +2 -1
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/Figure/figure.py +1 -1
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot.egg-info/PKG-INFO +2 -1
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot.egg-info/requires.txt +1 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/pyproject.toml +3 -2
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/README.md +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/Figure/__init__.py +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/Figure/adapters.py +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/Figure/cards/std_axes_adapter_config.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/Figure/data_pipelines.py +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/Figure/helper.py +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/Figure/load_data.py +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/__init__.py +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/a4paper/1x1/ternary.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/a4paper/2x1/rect.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/a4paper/2x1/rect5x1.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/a4paper/2x1/rect_cmap.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/a4paper/2x1/ternary.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/a4paper/2x1/ternary_cmap.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/a4paper/4x1/rect.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/a4paper/4x1/rect_cmap.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/a4paper/4x1/ternary.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/a4paper/4x1/ternary_cmap.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/args.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/colors/colormaps.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/default/output.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/gambit/1x1/ternary.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/gambit/2x1/rect_cmap.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/gambit/2x1/ternary.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/gambit/2x1/ternary_cmap.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/icons/JarvisHEP.png +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/icons/gambit.png +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/icons/gambit_small.png +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cards/style_preference.json +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/cli.py +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/client.py +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/config.py +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/core.py +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/data_loader.py +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/inner_func.py +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/utils/__init__.py +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/utils/cmaps.py +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot/utils/interpolator.py +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot.egg-info/SOURCES.txt +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot.egg-info/dependency_links.txt +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot.egg-info/entry_points.txt +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/jarvisplot.egg-info/top_level.txt +0 -0
- {jarvisplot-1.0.7 → jarvisplot-1.0.8}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jarvisplot
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.8
|
|
4
4
|
Summary: JarvisPLOT: YAML-driven plotting engine
|
|
5
5
|
Requires-Python: >=3.10
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -14,6 +14,7 @@ Requires-Dist: h5py
|
|
|
14
14
|
Requires-Dist: sympy
|
|
15
15
|
Requires-Dist: scipy
|
|
16
16
|
Requires-Dist: shapely
|
|
17
|
+
Requires-Dist: deepmerge
|
|
17
18
|
|
|
18
19
|
# JarvisPLOT
|
|
19
20
|
|
|
@@ -1179,7 +1179,7 @@ class Figure:
|
|
|
1179
1179
|
print("Line 1179 -> Plot Mode", self.mode)
|
|
1180
1180
|
print("Line 1180 -> frame:", info['frame'])
|
|
1181
1181
|
|
|
1182
|
-
print(
|
|
1182
|
+
print("frame" in info)
|
|
1183
1183
|
if "frame" in info:
|
|
1184
1184
|
self.frame = info['frame']
|
|
1185
1185
|
self.logger.debug("Figure frame information loaded")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jarvisplot
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.8
|
|
4
4
|
Summary: JarvisPLOT: YAML-driven plotting engine
|
|
5
5
|
Requires-Python: >=3.10
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -14,6 +14,7 @@ Requires-Dist: h5py
|
|
|
14
14
|
Requires-Dist: sympy
|
|
15
15
|
Requires-Dist: scipy
|
|
16
16
|
Requires-Dist: shapely
|
|
17
|
+
Requires-Dist: deepmerge
|
|
17
18
|
|
|
18
19
|
# JarvisPLOT
|
|
19
20
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "jarvisplot"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.8"
|
|
8
8
|
description = "JarvisPLOT: YAML-driven plotting engine"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -18,7 +18,8 @@ dependencies = [
|
|
|
18
18
|
"h5py",
|
|
19
19
|
"sympy",
|
|
20
20
|
"scipy",
|
|
21
|
-
"shapely"
|
|
21
|
+
"shapely",
|
|
22
|
+
"deepmerge"
|
|
22
23
|
]
|
|
23
24
|
|
|
24
25
|
[project.scripts]
|
|
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
|