Releases: gsnoep/megpy
Releases · gsnoep/megpy
v1.3.3
v1.3.2
v1.3.1
v1.3.0
What's Changed
- Equilibrium: added IDS equilibrium read function by @aaronkho in #4
- LocalEquilibrium: updated cost_param() to periodic interpolation and removed theta_min and max by @gsnoep
- LocalEquilibrium: added shape coefficient covariance matrix and Hessian output by @gsnoep
- Utils: replaced scipy.interpolate.interp1d with np.interp by @gsnoep
- Setup: switched old setuptools syntax with modern PEP standard by @aaronkho in #5
- Tracer: large revamp of tracer routine to handle domains which include coils by @aaronkho in #6
Full Changelog: v1.1.0...v1.3.0
v1.1.0
v1.0.0 (public release)
Public release of MEGPy! This version was used to produce results for the related publication.
Release notes:
- LocalEquilibrium class has been refactored and extended to include more parameterizations,
- Examples for equilibrium processing and local equilibrium parameterization have been added,
- Several utils functions have been added