Releases: ProjectTorreyPines/IMASggd.jl
Releases · ProjectTorreyPines/IMASggd.jl
Releasing 2.0.0
New name, IMASggd and is now available at Julia General Registry.
Releasing v1.0.3 IMASDD -> IMASdd
Changing devbranch to master
Releasing 1.0.2
- Since IMASDD bumped to major new version 1.0.0, this release updates compat entry for IMASDD.
- Minor updates in error messages for subset operations.
Releasing v1.0.1
GGDUtils is now registered at public repository FuseRegistry. For installation:
using Pkg
Pkg.Registry.add(RegistrySpec(url="https://github.com/ProjectTorreyPines/FuseRegistry.jl.git"))
Pkg.Registry.add("General")
Pkg.add("GGDUtils")
Releasing v1.0.0
GGDUtils is now public repository and depends on public IMASDD.
The previous versions will be deprecated soon.
See PR #45 for more details.
Releasing v0.2.1
Major changes
- Dimension number in grid_ggd has been corrected to reflect IMAS convention (page 27 of GGDguide.pdf)
- Dependency on SOLPS2IMAS has been removed. Now, only dependent on OMAS.jl in this project.
- Added visualtization of synthetic interferometer data and chords.
- Optimized code for low memory use and fast processing in interferometer.
Version 0.1.0
- Basic interpolaiton facitility available that has been tested only for edge_profiles properties.
- Plot recipes are available that will allow one to plot space, subsets, or heatmaps of particular quantities.