py-pluto 1.2.0__tar.gz → 1.2.2__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 (75) hide show
  1. {py_pluto-1.2.0 → py_pluto-1.2.2}/PKG-INFO +16 -9
  2. {py_pluto-1.2.0 → py_pluto-1.2.2}/README.md +15 -8
  3. {py_pluto-1.2.0 → py_pluto-1.2.2}/pyproject.toml +1 -1
  4. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/gui/main_window.py +1 -1
  5. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/gui/plot_controller.py +3 -3
  6. {py_pluto-1.2.0 → py_pluto-1.2.2}/LICENSE +0 -0
  7. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/__init__.py +0 -0
  8. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/amr.py +0 -0
  9. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/baseloadmixin.py +0 -0
  10. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/baseloadstate.py +0 -0
  11. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/codes/echo_load.py +0 -0
  12. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/gui/app_state.py +0 -0
  13. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/gui/custom_var.py +0 -0
  14. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/gui/custom_var_engine.py +0 -0
  15. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/gui/globals.py +0 -0
  16. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/gui/load_controller.py +0 -0
  17. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/gui/main.py +0 -0
  18. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/gui/panels.py +0 -0
  19. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/gui/services.py +0 -0
  20. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/gui/state_accessors.py +0 -0
  21. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/image.py +0 -0
  22. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/colorbar.py +0 -0
  23. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/contour.py +0 -0
  24. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/create_axes.py +0 -0
  25. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/display.py +0 -0
  26. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/figure.py +0 -0
  27. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/imagetools.py +0 -0
  28. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/interactive.py +0 -0
  29. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/legend.py +0 -0
  30. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/plot.py +0 -0
  31. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/range.py +0 -0
  32. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/scatter.py +0 -0
  33. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/set_axis.py +0 -0
  34. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/streamplot.py +0 -0
  35. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/zoom.py +0 -0
  36. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/imagekwargs.py +0 -0
  37. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/imagemixin.py +0 -0
  38. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/imagestate.py +0 -0
  39. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/load.py +0 -0
  40. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/baseloadtools.py +0 -0
  41. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/codeselection.py +0 -0
  42. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/descriptor.py +0 -0
  43. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/findfiles.py +0 -0
  44. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/findformat.py +0 -0
  45. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/initload.py +0 -0
  46. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/loadvars.py +0 -0
  47. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/offsetdata.py +0 -0
  48. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/offsetfluid.py +0 -0
  49. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/offsetpart.py +0 -0
  50. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/read_files.py +0 -0
  51. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/readdefplini.py +0 -0
  52. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/readgridalone.py +0 -0
  53. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/readgridfile.py +0 -0
  54. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/readtab.py +0 -0
  55. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/storepart.py +0 -0
  56. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/write_files.py +0 -0
  57. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadkwargs.py +0 -0
  58. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadmixin.py +0 -0
  59. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadpart.py +0 -0
  60. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/loadstate.py +0 -0
  61. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/py.typed +0 -0
  62. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/toolfuncs/compute_units.py +0 -0
  63. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/toolfuncs/findlines.py +0 -0
  64. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/toolfuncs/fourier.py +0 -0
  65. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/toolfuncs/loadtools.py +0 -0
  66. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/toolfuncs/nabla.py +0 -0
  67. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/toolfuncs/parttools.py +0 -0
  68. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/toolfuncs/set_units.py +0 -0
  69. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/toolfuncs/transform.py +0 -0
  70. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/utils/configure.py +0 -0
  71. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/utils/examples_api.py +0 -0
  72. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/utils/examples_cli.py +0 -0
  73. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/utils/inspector.py +0 -0
  74. {py_pluto-1.2.0 → py_pluto-1.2.2}/src/pyPLUTO/utils/pytools.py +0 -0
  75. {py_pluto-1.2.0 → py_pluto-1.2.2}/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.0
3
+ Version: 1.2.2
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 consider citing the arxiv paper.
180
+ If you use this repository in your research or projects, please cite the JOSS paper.
181
181
 
182
182
  ```
183
- @ARTICLE{PyPLUTO2025,
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 = {arXiv e-prints},
187
- keywords = {Astrophysics - Instrumentation and Methods for Astrophysics},
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 = jan,
190
- eid = {arXiv:2501.09748},
191
- pages = {arXiv:2501.09748},
192
- doi = {10.48550/arXiv.2501.09748},
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 consider citing the arxiv paper.
155
+ If you use this repository in your research or projects, please cite the JOSS paper.
156
156
 
157
157
  ```
158
- @ARTICLE{PyPLUTO2025,
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 = {arXiv e-prints},
162
- keywords = {Astrophysics - Instrumentation and Methods for Astrophysics},
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 = jan,
165
- eid = {arXiv:2501.09748},
166
- pages = {arXiv:2501.09748},
167
- doi = {10.48550/arXiv.2501.09748},
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
 
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
 
5
5
  [project]
6
6
  name = "py-pluto"
7
- version = "1.2.0"
7
+ version = "1.2.2"
8
8
  description = "PyPLUTO: Plotting routines for PLUTO"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -7,7 +7,7 @@ from typing import Any
7
7
  from matplotlib.backends.backend_qt import (
8
8
  NavigationToolbar2QT as NavigationToolbar,
9
9
  )
10
- from matplotlib.backends.backend_template import FigureCanvas
10
+ from matplotlib.backends.backend_qtagg import FigureCanvasQTAgg as FigureCanvas
11
11
  from PySide6.QtWidgets import (
12
12
  QCheckBox,
13
13
  QComboBox,
@@ -6,12 +6,12 @@ import logging
6
6
  from typing import TYPE_CHECKING, cast
7
7
 
8
8
  import numpy as np
9
- from matplotlib.backends.backend_qt import (
10
- FigureCanvasQT as FigureCanvas,
11
- )
12
9
  from matplotlib.backends.backend_qt import (
13
10
  NavigationToolbar2QT as NavigationToolbar,
14
11
  )
12
+ from matplotlib.backends.backend_qtagg import (
13
+ FigureCanvasQTAgg as FigureCanvas,
14
+ )
15
15
  from matplotlib.collections import QuadMesh
16
16
  from matplotlib.image import AxesImage
17
17
  from PySide6.QtWidgets import QWidget
File without changes
File without changes
File without changes
File without changes
File without changes