Release v0.6.0 - #39
Merged
Merged
Conversation
…grid source resolution; add path helper functions for IDS references
…; add get_entry_reference utility function
…sma and common modules
…ng in path reference
…nit tests, and enhance grid loading
…d as_cell_data utility function
…cell geometry calculations
…ty information for grid subsets
…escriptions, and implement new profile data methods
…E species types in core and edge species loading functions
…le data selection for edge and core plasma functions
…nt validation for molecular ions, cell data, and geometry calculations in new test files.
…open_dbentry_for_reading and _validate_read_mode functions for improved data loading.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #39 +/- ##
==========================================
+ Coverage 71.39% 73.26% +1.87%
==========================================
Files 56 58 +2
Lines 3506 3909 +403
Branches 558 655 +97
==========================================
+ Hits 2503 2864 +361
- Misses 755 771 +16
- Partials 248 274 +26 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
munechika-koyo
marked this pull request as ready for review
August 12, 2026 06:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prepare the
v0.6.0release by merging the currentdevelopbranch into the repository's default branch (master).This release includes:
Release impact
This release contains a breaking change: subset values returned by
load_grid(..., with_subsets=True)andload_unstruct_grid_2d(..., with_subsets=True)are now(indices, valid_data_mask)tuples.Versioning remains tag-driven through
hatch-vcs. TheCHANGELOG.mdalready contains the0.6.0release notes.Validation
0.6.0changelog and add the release date before publishingmasterv0.6.0