py-pluto 1.2.0__tar.gz → 1.2.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.
- {py_pluto-1.2.0 → py_pluto-1.2.1}/PKG-INFO +16 -9
- {py_pluto-1.2.0 → py_pluto-1.2.1}/README.md +15 -8
- {py_pluto-1.2.0 → py_pluto-1.2.1}/pyproject.toml +1 -1
- {py_pluto-1.2.0 → py_pluto-1.2.1}/LICENSE +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/__init__.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/amr.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/baseloadmixin.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/baseloadstate.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/codes/echo_load.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/gui/app_state.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/gui/custom_var.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/gui/custom_var_engine.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/gui/globals.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/gui/load_controller.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/gui/main.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/gui/main_window.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/gui/panels.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/gui/plot_controller.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/gui/services.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/gui/state_accessors.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/image.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/imagefuncs/colorbar.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/imagefuncs/contour.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/imagefuncs/create_axes.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/imagefuncs/display.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/imagefuncs/figure.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/imagefuncs/imagetools.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/imagefuncs/interactive.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/imagefuncs/legend.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/imagefuncs/plot.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/imagefuncs/range.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/imagefuncs/scatter.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/imagefuncs/set_axis.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/imagefuncs/streamplot.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/imagefuncs/zoom.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/imagekwargs.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/imagemixin.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/imagestate.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/load.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadfuncs/baseloadtools.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadfuncs/codeselection.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadfuncs/descriptor.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadfuncs/findfiles.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadfuncs/findformat.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadfuncs/initload.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadfuncs/loadvars.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadfuncs/offsetdata.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadfuncs/offsetfluid.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadfuncs/offsetpart.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadfuncs/read_files.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadfuncs/readdefplini.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadfuncs/readgridalone.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadfuncs/readgridfile.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadfuncs/readtab.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadfuncs/storepart.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadfuncs/write_files.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadkwargs.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadmixin.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadpart.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/loadstate.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/py.typed +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/toolfuncs/compute_units.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/toolfuncs/findlines.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/toolfuncs/fourier.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/toolfuncs/loadtools.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/toolfuncs/nabla.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/toolfuncs/parttools.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/toolfuncs/set_units.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/toolfuncs/transform.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/utils/configure.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/utils/examples_api.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/utils/examples_cli.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/utils/inspector.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/utils/pytools.py +0 -0
- {py_pluto-1.2.0 → py_pluto-1.2.1}/src/pyPLUTO/utils/resolver.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: py-pluto
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: PyPLUTO: Plotting routines for PLUTO
|
|
5
5
|
Author: D. Crocco, D. Melon Fuksman, M. Bugli, V. Berta, E. Puzzoni, A. Mignone, B. Vaidya
|
|
6
6
|
Author-email: "G. Mattia" <mattia@mpia.de>
|
|
@@ -177,19 +177,26 @@ For more detailed instructions and additional installation options, please refer
|
|
|
177
177
|
|
|
178
178
|
## Cite This Repository
|
|
179
179
|
|
|
180
|
-
If you use this repository in your research or projects, please
|
|
180
|
+
If you use this repository in your research or projects, please cite the JOSS paper.
|
|
181
181
|
|
|
182
182
|
```
|
|
183
|
-
@ARTICLE{
|
|
183
|
+
@ARTICLE{2025JOSS...10.8448M,
|
|
184
184
|
author = {{Mattia}, Giancarlo and {Crocco}, Daniele and {Melon Fuksman}, David and {Bugli}, Matteo and {Berta}, Vittoria and {Puzzoni}, Eleonora and {Mignone}, Andrea and {Vaidya}, Bhargav},
|
|
185
185
|
title = "{PyPLUTO: a data analysis Python package for the PLUTO code}",
|
|
186
|
-
journal = {
|
|
187
|
-
keywords = {
|
|
186
|
+
journal = {The Journal of Open Source Software},
|
|
187
|
+
keywords = {astronomy, magnetohydrodynamics, computational astrophysics, data visualization, Python, Instrumentation and Methods for Astrophysics},
|
|
188
188
|
year = 2025,
|
|
189
|
-
month =
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
189
|
+
month = sep,
|
|
190
|
+
volume = {10},
|
|
191
|
+
number = {113},
|
|
192
|
+
eid = {8448},
|
|
193
|
+
pages = {8448},
|
|
194
|
+
doi = {10.21105/joss.08448},
|
|
195
|
+
archivePrefix = {arXiv},
|
|
196
|
+
eprint = {2501.09748},
|
|
197
|
+
primaryClass = {astro-ph.IM},
|
|
198
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2025JOSS...10.8448M},
|
|
199
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
|
|
193
200
|
}
|
|
194
201
|
```
|
|
195
202
|
|
|
@@ -152,19 +152,26 @@ For more detailed instructions and additional installation options, please refer
|
|
|
152
152
|
|
|
153
153
|
## Cite This Repository
|
|
154
154
|
|
|
155
|
-
If you use this repository in your research or projects, please
|
|
155
|
+
If you use this repository in your research or projects, please cite the JOSS paper.
|
|
156
156
|
|
|
157
157
|
```
|
|
158
|
-
@ARTICLE{
|
|
158
|
+
@ARTICLE{2025JOSS...10.8448M,
|
|
159
159
|
author = {{Mattia}, Giancarlo and {Crocco}, Daniele and {Melon Fuksman}, David and {Bugli}, Matteo and {Berta}, Vittoria and {Puzzoni}, Eleonora and {Mignone}, Andrea and {Vaidya}, Bhargav},
|
|
160
160
|
title = "{PyPLUTO: a data analysis Python package for the PLUTO code}",
|
|
161
|
-
journal = {
|
|
162
|
-
keywords = {
|
|
161
|
+
journal = {The Journal of Open Source Software},
|
|
162
|
+
keywords = {astronomy, magnetohydrodynamics, computational astrophysics, data visualization, Python, Instrumentation and Methods for Astrophysics},
|
|
163
163
|
year = 2025,
|
|
164
|
-
month =
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
164
|
+
month = sep,
|
|
165
|
+
volume = {10},
|
|
166
|
+
number = {113},
|
|
167
|
+
eid = {8448},
|
|
168
|
+
pages = {8448},
|
|
169
|
+
doi = {10.21105/joss.08448},
|
|
170
|
+
archivePrefix = {arXiv},
|
|
171
|
+
eprint = {2501.09748},
|
|
172
|
+
primaryClass = {astro-ph.IM},
|
|
173
|
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2025JOSS...10.8448M},
|
|
174
|
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
|
|
168
175
|
}
|
|
169
176
|
```
|
|
170
177
|
|
|
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
|
|
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
|