Bugfix release v0.11.2 - #316
Merged
Merged
Conversation
Fixed stateless wrapper
* fix lb and stateless * fix normalization for large inputs * fix wrong bracket placement * fix domain selection for sparse data * apply formatting * handle ada interp case for empty ranks * add changelog * . * Attempt to fix singular matrix in local adaptivity + interpolation with a local domain * Add comments in interpolation code handling some ranks do not have active problems --------- Co-authored-by: Ishaan Desai <ishaandesai@gmail.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…omputed in parallel (#315) * Ensure that user-provided HDF5 file name is used when snapshots are computed in parallel * Add data='f4' to retain h5py behavior and fix test * Add changelog entry
Snapex2409
approved these changes
Aug 8, 2026
Snapex2409
left a comment
Collaborator
There was a problem hiding this comment.
Went over all files. Seems good to me. Should be ready to publish.
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.
This release consists of several bug fixes:
Checklist:
If this is a use-side change, I added a summary of the changes (compared to the last release) in theCHANGELOG.md. If this is a breaking change, I wrote breaking change at the end of the changelog entry.If necessary, I made changes to the documentation and/or added new content.I will remember to squash-and-merge and provide a useful summary of the changes of this PR.