Skip to content

Releases: ProjectTorreyPines/IMASggd.jl

Releasing 2.0.0

03 Oct 22:08
Compare
Choose a tag to compare

New name, IMASggd and is now available at Julia General Registry.

Releasing v1.0.3 IMASDD -> IMASdd

02 Aug 19:52
Compare
Choose a tag to compare
Changing devbranch to master

Releasing 1.0.2

23 Jul 18:08
Compare
Choose a tag to compare
  • 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

13 Jul 07:38
2aa7f21
Compare
Choose a tag to compare

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

08 May 20:13
692a129
Compare
Choose a tag to compare

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

19 Jan 02:12
6a19d6f
Compare
Choose a tag to compare

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

04 Oct 21:16
47a30de
Compare
Choose a tag to compare
  • 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.