Releases: iterorganization/IMAS-ParaView
Releases · iterorganization/IMAS-ParaView
2.2.0
Release notes IMAS-ParaView 2.2.0
This release improves the existing ParaView readers, as well as the documentation.
Changes since version 2.1.0
2.1.0
This release adds support for selecting different description_ggd array elements from the wall IDS. See the documentation for more details.
Changes since version 2.0.0
- Add support for selecting different
description_ggdarray elements from thewallIDS. Useful for visualizing JOREK data which stores the vacuum vessel indescription_ggd[0]and the first wall indescription_ggd[1]. - Fix a bug where the index of
description_ggdin the wall IDS was incorrrectly identified as being time-dependent (#18) - Fix an error while loading data stored in an older Data Dictionary definition which does not contain
grid_ggd.pathattributes (#15) - Fix several issues that, in some cases, prevented restoring the state from a
.pvsmfile (#16) - Some documentation improvements
Release 2.0.0
Release notes IMAS-ParaView 2.0.0
This marks the first open-source release of IMAS-ParaView (formerly known as GGD-VTK).
Changes since version 1.0.0
- Rename from GGD-VTK (Python package
vtkggdtools) to IMAS-ParaView (Python packageimas_paraview). - Migrate from IMASPy to IMAS-Python
- Add a cache for GGD grids
- Add a ParaView plugin to read 2D profiles data
- Add a ParaView plugin to map 1D profiles to a 2D equilibrium
- Improved support for data stored with Data Dictionary 4.0
- Add support for "grid references", i.e. when
<ggd_grid>/pathis filled and refers to an IDS in the same Data Entry. - Various documentation improvements