Releases: PlasmaHua/PyMHD
Releases · PlasmaHua/PyMHD
Release list
PyMHD v0.1.1-alpha
This is an alpha release of PyMHD.
Changelog
- Fixed a JAX import warning affecting certain JAX versions.
- Added
pyproject.tomland published PyMHD to PyPI.
Installation
PyMHD can now be installed from PyPI via:
pip install pymhdPyMHD v0.1.0-alpha: Initial Alpha Release
This is the initial alpha release of PyMHD.
Features
- High-fidelity a posteriori estimation of numerical dissipation in MHD turbulence simulations
- Computation and visualization of turbulent energy spectra
- Visualization of 2D slices of MHD variables
- Built-in support for simulation data from the Athena family, including Athena++, AthenaK, and AthenaPK
- Support for driven MHD turbulence (e.g., Alfvénic turbulence and small-scale dynamos), driven hydrodynamic turbulence, and MRI-driven turbulence (from shearing-box simulations) with triply periodic boundary conditions
Status
- Early-stage development release
- Packaging metadata, such as
pyproject.toml, is not included yet