Releases: llnl/INGRID
Releases · llnl/INGRID
Version 2.1.0
Description
- Leverage freeqdsk backend and update dependencies
Version 2.0.0
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
The following edits and improvements to INGRID are presented in this version 2.0.0 release candidate.
- Class
Bicubicininterpol.pyhas been replaced withscipy.interpolate.RectBivariateSplinefor a significant performance boost to the core bicubic interpolation scheme. - Module
OMFITgeqdskhas 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.pyPlotGridadded to API.PlotSubgridis still available for use, but will be depreciated.ConstuctGridadded to API for consistency withConstructPatches.CreateSubgridis still available for use, but will be depreciated.ExportGriduenow handles the call toPrepGridue.
- Miscellaneous minor bug fixes.