Skip to content

Releases: LLNL/INGRID

Version 2.1.0

14 Oct 22:09
b853fd8
Compare
Choose a tag to compare

Description

  • Leverage freeqdsk backend and update dependencies

Version 2.0.0

28 May 22:28
Compare
Choose a tag to compare

The edits and improvements presented in INGRID version 2.0.0rc1 have now been officially incorporated into the project master branch.
Version 2.0.0 will be the first iteration of INGRID to be officially hosted on PyPI.

Version 2.0.0 Release Candidate 1

12 May 21:36
Compare
Choose a tag to compare
Pre-release

The following edits and improvements to INGRID are presented in this version 2.0.0 release candidate.

  • Class Bicubic in interpol.py has been replaced with scipy.interpolate.RectBivariateSpline for a significant performance boost to the core bicubic interpolation scheme.
  • Module OMFITgeqdsk has been reintroduced for the handling of reading EFIT data.
  • Visualization improvements remove jagged contour lines when inspecting EFIT data. Legend placement has been adjusted.
  • API edits to ingrid.py
    • PlotGrid added to API. PlotSubgrid is still available for use, but will be depreciated.
    • ConstuctGrid added to API for consistency with ConstructPatches. CreateSubgrid is still available for use, but will be depreciated.
    • ExportGridue now handles the call to PrepGridue.
  • Miscellaneous minor bug fixes.