-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DO NOT MERGE] Unmerged changes in v0.10.0-RC branch #1421
Changes from 29 commits
e00f86f
1dc68e6
1bc6e49
348c336
12e394b
1a565d1
5202d43
54bee57
e102ed3
60dd7b0
13a25d5
4f89979
bdb7879
044ce65
e071f04
d5c65d2
d80b816
78d9b88
65e6b21
f3f6f5a
d96f260
5025ec1
3b63ea3
f4609ee
d375608
3f1fa72
4ba124c
acc2ea4
b1f5bbc
f83209c
0cf442d
3f1b415
0cbe048
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,21 @@ The Axom project release numbers follow [Semantic Versioning](http://semver.org/ | |
|
||
## [Unreleased] - Release date yyyy-mm-dd | ||
|
||
### Added | ||
|
||
### Changed | ||
|
||
### Removed | ||
|
||
|
||
## [Version 0.10.0] - Release date 2024-09-xx | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please update the links for There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. |
||
|
||
### Changed | ||
- Updates to [Conduit version 0.9.2][https://github.com/LLNL/conduit/releases/tag/v0.9.2] | ||
- Updates to [RAJA version 2024.07.0][https://github.com/LLNL/RAJA/releases/tag/v2024.07.0] | ||
- Updates to [camp version 2024.07.0][https://github.com/LLNL/camp/releases/tag/v2024.07.0] | ||
- Updates to [Umpire version 2024.07.0][https://github.com/LLNL/Umpire/releases/tag/v2024.07.0] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please merge these four lines w/ the existing There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't understand. This follows what is done for other releases that have updated TPL versions. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There are two I can take care of the fix There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see what you mean now. I thought the TPL version updates should be up front so they are more obvious. But, whatever you prefer is fine with me. |
||
|
||
### Added | ||
- SLIC constructors added to streams that take in a `std::string`. If string is | ||
interpreted as a file name, the file is not opened until SLIC flushes and the | ||
|
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.
@rhornung67 -- I removed the empty
Unreleased
section for the release. We'll add it back when we merge main to develop