Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 20:48
52f4fb9

IMASggd v3.1.0

Diff since v3.0.0

Merge pull request #78 from ProjectTorreyPines/bug_fix

Quick bug fix: subset_do does not need space kwarg

space keyword argument was being used in subset_do when use_nodes was true but this requried unnecessary creation of empty dummy input when use_nodes was not true.

With _parent fields in IMASdd ids, we can actually get the space object corresponding to a grid subset. So new functions have been added to get the parent objects:

get_grid_ggd: gets parent grid_ggd from space or grid_subset
get_space: gets corresponding space of a grid_subset from the parent.

New tests for testing subset_tools have been added as well.

Since the previous 3.0.0 has a bug because of this, minor version has been rolled up.

Merged pull requests: