jarvisplot 1.0.0__tar.gz → 1.0.1__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.

Files changed (47) hide show
  1. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/PKG-INFO +9 -22
  2. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/README.md +8 -21
  3. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot.egg-info/PKG-INFO +9 -22
  4. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/pyproject.toml +1 -1
  5. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/Figure/adapters.py +0 -0
  6. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/Figure/cards/std_axes_adapter_config.json +0 -0
  7. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/Figure/data_pipelines.py +0 -0
  8. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/Figure/figure.py +0 -0
  9. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/Figure/helper.py +0 -0
  10. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/Figure/load_data.py +0 -0
  11. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/__init__.py +0 -0
  12. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/a4paper/1x1/ternary.json +0 -0
  13. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/a4paper/2x1/rect.json +0 -0
  14. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/a4paper/2x1/rect5x1.json +0 -0
  15. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/a4paper/2x1/rect_cmap.json +0 -0
  16. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/a4paper/2x1/ternary.json +0 -0
  17. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/a4paper/2x1/ternary_cmap.json +0 -0
  18. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/a4paper/4x1/rect.json +0 -0
  19. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/a4paper/4x1/rect_cmap.json +0 -0
  20. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/a4paper/4x1/ternary.json +0 -0
  21. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/a4paper/4x1/ternary_cmap.json +0 -0
  22. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/args.json +0 -0
  23. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/colors/colormaps.json +0 -0
  24. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/default/output.json +0 -0
  25. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/gambit/1x1/ternary.json +0 -0
  26. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/gambit/2x1/rect_cmap.json +0 -0
  27. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/gambit/2x1/ternary.json +0 -0
  28. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/gambit/2x1/ternary_cmap.json +0 -0
  29. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/icons/JarvisHEP.png +0 -0
  30. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/icons/gambit.png +0 -0
  31. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/icons/gambit_small.png +0 -0
  32. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cards/style_preference.json +0 -0
  33. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/cli.py +0 -0
  34. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/client.py +0 -0
  35. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/config.py +0 -0
  36. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/core.py +0 -0
  37. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/data_loader.py +0 -0
  38. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/inner_func.py +0 -0
  39. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/utils/__init__.py +0 -0
  40. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/utils/cmaps.py +0 -0
  41. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot/utils/interpolator.py +0 -0
  42. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot.egg-info/SOURCES.txt +0 -0
  43. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot.egg-info/dependency_links.txt +0 -0
  44. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot.egg-info/entry_points.txt +0 -0
  45. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot.egg-info/requires.txt +0 -0
  46. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/jarvisplot.egg-info/top_level.txt +0 -0
  47. {jarvisplot-1.0.0 → jarvisplot-1.0.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jarvisplot
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: JarvisPLOT: YAML-driven plotting engine
5
5
  Requires-Python: >=3.10
6
6
  Description-Content-Type: text/markdown
@@ -25,20 +25,20 @@ It provides a simple command-line interface (CLI) to generate publication-qualit
25
25
  Display help information:
26
26
 
27
27
  ```bash
28
- ./jarvisplot -h
28
+ jplot -h
29
29
  ```
30
30
 
31
31
  Run JarvisPLOT with one or more YAML configuration files:
32
32
 
33
33
  ```bash
34
- ./jarvisplot path/to/config.yaml
34
+ jplot path/to/config.yaml
35
35
  ```
36
36
 
37
37
  ### Example: SUSYRun2 Ternary Plots
38
38
 
39
39
  ```bash
40
- ./jarvisplot ./bin/SUSYRun2_EWMSSM.yaml
41
- ./jarvisplot ./bin/SUSYRun2_GEWMSSM.yaml
40
+ jplot ./bin/SUSYRun2_EWMSSM.yaml
41
+ jplot ./bin/SUSYRun2_GEWMSSM.yaml
42
42
  ```
43
43
 
44
44
  > **Note:** The data file paths inside the YAML files must be updated to match your local setup.
@@ -67,24 +67,11 @@ Run JarvisPLOT with one or more YAML configuration files:
67
67
  - `scipy` — numerical utilities
68
68
  - `h5py` — required for loading HDF5 data files
69
69
 
70
- ### Relationship to Jarvis-HEP
71
- - JarvisPLOT is **fully decoupled** from Jarvis-HEP/GAMBIT
70
+ ### Github Page
71
+ [https://github.com/Pengxuan-Zhu-Phys/Jarvis-PLOT](https://github.com/Pengxuan-Zhu-Phys/Jarvis-PLOT)
72
72
 
73
- ---
74
-
75
- ## Installation
76
-
77
- Editable install for development:
78
-
79
- ```bash
80
- pip install -e .
81
- ```
82
-
83
- Or install minimal dependencies manually:
84
-
85
- ```bash
86
- pip install numpy pandas matplotlib pyyaml jsonschema scipy h5py
87
- ```
73
+ ### Documentation
74
+ [https://pengxuan-zhu-phys.github.io/Jarvis-Docs/](https://pengxuan-zhu-phys.github.io/Jarvis-Docs/)
88
75
 
89
76
  ---
90
77
 
@@ -12,20 +12,20 @@ It provides a simple command-line interface (CLI) to generate publication-qualit
12
12
  Display help information:
13
13
 
14
14
  ```bash
15
- ./jarvisplot -h
15
+ jplot -h
16
16
  ```
17
17
 
18
18
  Run JarvisPLOT with one or more YAML configuration files:
19
19
 
20
20
  ```bash
21
- ./jarvisplot path/to/config.yaml
21
+ jplot path/to/config.yaml
22
22
  ```
23
23
 
24
24
  ### Example: SUSYRun2 Ternary Plots
25
25
 
26
26
  ```bash
27
- ./jarvisplot ./bin/SUSYRun2_EWMSSM.yaml
28
- ./jarvisplot ./bin/SUSYRun2_GEWMSSM.yaml
27
+ jplot ./bin/SUSYRun2_EWMSSM.yaml
28
+ jplot ./bin/SUSYRun2_GEWMSSM.yaml
29
29
  ```
30
30
 
31
31
  > **Note:** The data file paths inside the YAML files must be updated to match your local setup.
@@ -54,24 +54,11 @@ Run JarvisPLOT with one or more YAML configuration files:
54
54
  - `scipy` — numerical utilities
55
55
  - `h5py` — required for loading HDF5 data files
56
56
 
57
- ### Relationship to Jarvis-HEP
58
- - JarvisPLOT is **fully decoupled** from Jarvis-HEP/GAMBIT
57
+ ### Github Page
58
+ [https://github.com/Pengxuan-Zhu-Phys/Jarvis-PLOT](https://github.com/Pengxuan-Zhu-Phys/Jarvis-PLOT)
59
59
 
60
- ---
61
-
62
- ## Installation
63
-
64
- Editable install for development:
65
-
66
- ```bash
67
- pip install -e .
68
- ```
69
-
70
- Or install minimal dependencies manually:
71
-
72
- ```bash
73
- pip install numpy pandas matplotlib pyyaml jsonschema scipy h5py
74
- ```
60
+ ### Documentation
61
+ [https://pengxuan-zhu-phys.github.io/Jarvis-Docs/](https://pengxuan-zhu-phys.github.io/Jarvis-Docs/)
75
62
 
76
63
  ---
77
64
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jarvisplot
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: JarvisPLOT: YAML-driven plotting engine
5
5
  Requires-Python: >=3.10
6
6
  Description-Content-Type: text/markdown
@@ -25,20 +25,20 @@ It provides a simple command-line interface (CLI) to generate publication-qualit
25
25
  Display help information:
26
26
 
27
27
  ```bash
28
- ./jarvisplot -h
28
+ jplot -h
29
29
  ```
30
30
 
31
31
  Run JarvisPLOT with one or more YAML configuration files:
32
32
 
33
33
  ```bash
34
- ./jarvisplot path/to/config.yaml
34
+ jplot path/to/config.yaml
35
35
  ```
36
36
 
37
37
  ### Example: SUSYRun2 Ternary Plots
38
38
 
39
39
  ```bash
40
- ./jarvisplot ./bin/SUSYRun2_EWMSSM.yaml
41
- ./jarvisplot ./bin/SUSYRun2_GEWMSSM.yaml
40
+ jplot ./bin/SUSYRun2_EWMSSM.yaml
41
+ jplot ./bin/SUSYRun2_GEWMSSM.yaml
42
42
  ```
43
43
 
44
44
  > **Note:** The data file paths inside the YAML files must be updated to match your local setup.
@@ -67,24 +67,11 @@ Run JarvisPLOT with one or more YAML configuration files:
67
67
  - `scipy` — numerical utilities
68
68
  - `h5py` — required for loading HDF5 data files
69
69
 
70
- ### Relationship to Jarvis-HEP
71
- - JarvisPLOT is **fully decoupled** from Jarvis-HEP/GAMBIT
70
+ ### Github Page
71
+ [https://github.com/Pengxuan-Zhu-Phys/Jarvis-PLOT](https://github.com/Pengxuan-Zhu-Phys/Jarvis-PLOT)
72
72
 
73
- ---
74
-
75
- ## Installation
76
-
77
- Editable install for development:
78
-
79
- ```bash
80
- pip install -e .
81
- ```
82
-
83
- Or install minimal dependencies manually:
84
-
85
- ```bash
86
- pip install numpy pandas matplotlib pyyaml jsonschema scipy h5py
87
- ```
73
+ ### Documentation
74
+ [https://pengxuan-zhu-phys.github.io/Jarvis-Docs/](https://pengxuan-zhu-phys.github.io/Jarvis-Docs/)
88
75
 
89
76
  ---
90
77
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "jarvisplot"
7
- version = "1.0.0"
7
+ version = "1.0.1"
8
8
  description = "JarvisPLOT: YAML-driven plotting engine"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
File without changes
File without changes