-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
merge_metadata
for cases where the dimension of the variable ch…
…anges (#781) * Add test merging VarInfos with different dimensions for a variable * Fix merge_metadata for differing dimensions * Bump patch version to 0.34.1. * Fix test * Fix test more * Pin KernelAbstractions to v0.9.31 * Make KernelAbstractions version bound an upper bound Co-authored-by: Penelope Yong <[email protected]> * Fix syntax --------- Co-authored-by: Penelope Yong <[email protected]>
- Loading branch information
1 parent
938a69d
commit 727da63
Showing
3 changed files
with
32 additions
and
66 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
727da63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
Fix an issue that prevented merging two VarInfos if they had different dimensions for a variable.
Upper bound the compat version of KernelAbstractions to work around an issue in determining the right VarInfo type to use.
727da63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/123483
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: