Skip to content

Releases: gsnoep/megpy

v1.3.3

10 Jan 20:24
Compare
Choose a tag to compare

What's Changed

  • equilibrium: fix variable name clash in reader for some systems by @aaronkho in #12

Full Changelog: v1.3.2...v1.3.3

v1.3.2

07 Jan 16:51
Compare
Choose a tag to compare
  • Added upper and lower elongation calculation per flux surface by @gsnoep

Full Changelog: v1.3.1...v1.3.2

v1.3.1

06 Jan 22:40
Compare
Choose a tag to compare

What's Changed

  • Updated scipy function calls for future compatibility by @aaronkho in #9
  • Made a start with adding the calculation of flux-surface average quantities by @aaronkho in #10

Full Changelog: v1.3.0...v1.3.1

v1.3.0

19 Nov 23:43
Compare
Choose a tag to compare

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

14 Jul 14:41
Compare
Choose a tag to compare

Releasing MEGPy on PyPI.

Release notes:

  • Updated CLI to match recent API changes
  • Updated build to prepare for PyPI upload

v1.0.0 (public release)

22 May 16:03
13127e2
Compare
Choose a tag to compare

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

v0.1.0

12 Oct 13:33
7e1ea05
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First semi-stable pre-release of MEGPy.

It contains all the basic features now:

  • Equilibrium class
  • LocalEquilibrium class
  • Tracer module
  • CLI app
  • rudimentary API