Skip to content

Latest commit

 

History

History
100 lines (71 loc) · 6.1 KB

File metadata and controls

100 lines (71 loc) · 6.1 KB

0.4.0 (2025-07-01)

Breaking Changes

  • Instead of wrapping pyvista.Plotter, we now inherit from it. This allows us to drop the plotter.plotter lines in examples and user facing API. (#138)
  • Updated minimum required version of sunpy to v6.0.0. (#165)
  • Updated minimum required version of python to v3.11. (#165)

0.3.0 (2024-06-13)

Breaking Changes

  • Migrated from pfsspy to sunkit-magex to handle the magnetic field fieldlines and extrapolation. (#157)
  • Increased minimum version of Python to 3.10 (#157)

Documentation

0.2.1 (2023-11-27)

Breaking Changes

  • Due to an incompatibility between sunkit-magex and sunpy 5.1.0, sunkit-pyvista is not compatible with sunpy 5.1.0. The sunpy version is pinned for the time being.

0.2.0 (2023-11-17)

Breaking Changes

Internal Changes

0.1.0 (2022-08-04)

Features

Bug Fixes

Internal Changes