From de997acb1c431a02c6c12a597fd19deeae1af991 Mon Sep 17 00:00:00 2001 From: Anchal Gupta Date: Mon, 30 Sep 2024 14:33:29 -0700 Subject: [PATCH] Name change, major version update --- Project.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0a79e69..fb8f0c1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "IMASggd" uuid = "b7b5e640-9b39-4803-84eb-376048795def" authors = ["Anchal Gupta "] -version = "1.0.4" +version = "2.0.0" [deps] ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" diff --git a/README.md b/README.md index 5a64d69..0ee8bc0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![Tests](https://github.com/ProjectTorreyPines/IMASggd.jl/actions/workflows/test.yml/badge.svg) [![codecov](https://codecov.io/gh/ProjectTorreyPines/IMASggd.jl/graph/badge.svg?token=ZJBRLAXIS1)](https://codecov.io/gh/ProjectTorreyPines/IMASggd.jl) -Package holding utilities for Generalized Grid Description (GGD) objects in IMAS datastructure. Primary goals are interpolation and core profile extrapolation. For installation and usage instructions, see the [online documentation](https://projecttorreypines.github.io/IMASggd.jl/stable). For documentation on under development branch, see [dev online documentation](https://projecttorreypines.github.io/IMASggd.jl/dev) +Package holding utilities for Generalized Grid Description (GGD) objects in IMAS datastructure. It provides, interpolation routines, grid subset tools, and plotting recipes. For installation and usage instructions, see the [online documentation](https://projecttorreypines.github.io/IMASggd.jl/stable). For documentation on under development branch, see [dev online documentation](https://projecttorreypines.github.io/IMASggd.jl/dev) ## Installation