Full Changelog#
1.1.1.dev23+gb72bb59d4 (2026-05-20)#
Breaking Changes#
Increased minimum version of Python to 3.12. Increased minimum version of NumPy to 1.26.0. Increased minimum version of Matplotlib to 3.8.0. Increased minimum version of SciPy to 1.12.0. Increased minimum version of sunpy to 7.0.0. Increased minimum version of Astropy to 6.1.0. Increased minimum version of scikit-image to 0.22.0. (#111)
New Features#
Add functionality for a custom outer boundary condition on
brfor the input for PFSS. (#98)
1.1.0 (2025-05-07)#
Breaking Changes#
Increased the minimum required version of
sunpyto v6.0.0. (#63)Made streamtracer a hard dependency of sunkit-magex. (#63)
Deprecated the following pfss utils:
pfss.utils.fix_hmi_meta
pfss.utils.load_adapt
If you want to fix metadata, read this how-to guide. If you want to load ADAPT maps, read this example. (#63)
1.0.0 (2024-05-31)#
This is the first release and aims to keep the API the same from pfsspy to
sunkit_magex. The main difference is that you will need to replace the
import like so:
# Before import pfsspy from pfsspy import tracing # After from sunkit_magex import pfss as pfsspy from sunkit_magex.pfss import tracing
The main changes from the previous release of pfsspy are as follows:
The
GongSynopticMapclass has moved intosunpy, note that the new class insunpyis slightly different in that it does not modify the header.