@@ -17,10 +17,10 @@ The format of this file is based on [Keep a Changelog](http://keepachangelog.com
17
17
18
18
The Axom project release numbers follow [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
19
19
20
- ## [ Unreleased ] - Release date yyyy-mm-dd
20
+ ## [ Version 0.10.0 ] - Release date 2024-09-27
21
21
22
22
### Added
23
- - SLIC constructors added to streams that take in a ` std::string ` . If string is
23
+ - Added SLIC constructors that take in a ` std::string ` for the stream . If string is
24
24
interpreted as a file name, the file is not opened until SLIC flushes and the
25
25
stream has at least one message logged.
26
26
- Primal: Adds a ` clip() ` operator overload for clipping a 2D polygon against
@@ -49,6 +49,10 @@ The Axom project release numbers follow [Semantic Versioning](http://semver.org/
49
49
- Quest: Adds an example to query winding numbers on an MFEM NURBS mesh
50
50
51
51
### Changed
52
+ - Updates to [ Conduit version 0.9.2] [ https://github.com/LLNL/conduit/releases/tag/v0.9.2 ]
53
+ - Updates to [ RAJA version 2024.07.0] [ https://github.com/LLNL/RAJA/releases/tag/v2024.07.0 ]
54
+ - Updates to [ camp version 2024.07.0] [ https://github.com/LLNL/camp/releases/tag/v2024.07.0 ]
55
+ - Updates to [ Umpire version 2024.07.0] [ https://github.com/LLNL/Umpire/releases/tag/v2024.07.0 ]
52
56
- ` axom::CLI::ExitCodes::Success ` has been changed to ` axom::CLI::ExitCodes::CLI11_Success `
53
57
to avoid conflict when X11 ` #define ` s ` Success ` .
54
58
- ` MarchingCubes ` masking now uses the mask field's integer values instead of
@@ -78,6 +82,7 @@ The Axom project release numbers follow [Semantic Versioning](http://semver.org/
78
82
(and ` adiak ` for metadata) and are available when axom is configured with ` CALIPER_DIR ` and ` ADIAK_DIR `
79
83
config variables.
80
84
- Removes caching of ` {PACKAGE}_FOUND ` variables in ` SetupAxomThirdParty.cmake `
85
+ - We no longer test Axom with the XL compiler. So users should consider XL unsupported.
81
86
82
87
### Fixed
83
88
- ` numerics::eigen_solve() ` has been corrected to avoid an early return with error state.
@@ -1094,20 +1099,21 @@ fractions for the associated materials must be supplied before shaping.
1094
1099
- Use this section in case of vulnerabilities
1095
1100
1096
1101
1097
- [ Unreleased ] : https://github.com/LLNL/axom/compare/v0.9.0...develop
1098
- [ Version 0.9.0 ] : https://github.com/LLNL/axom/compare/v0.8.1...v0.9.0
1099
- [ Version 0.8.1 ] : https://github.com/LLNL/axom/compare/v0.8.0...v0.8.1
1100
- [ Version 0.8.0 ] : https://github.com/LLNL/axom/compare/v0.7.0...v0.8.0
1101
- [ Version 0.7.0 ] : https://github.com/LLNL/axom/compare/v0.6.1...v0.7.0
1102
- [ Version 0.6.1 ] : https://github.com/LLNL/axom/compare/v0.6.0...v0.6.1
1103
- [ Version 0.6.0 ] : https://github.com/LLNL/axom/compare/v0.5.0...v0.6.0
1104
- [ Version 0.5.0 ] : https://github.com/LLNL/axom/compare/v0.4.0...v0.5.0
1105
- [ Version 0.4.0 ] : https://github.com/LLNL/axom/compare/v0.3.3...v0.4.0
1106
- [ Version 0.3.3 ] : https://github.com/LLNL/axom/compare/v0.3.2...v0.3.3
1107
- [ Version 0.3.2 ] : https://github.com/LLNL/axom/compare/v0.3.1...v0.3.2
1108
- [ Version 0.3.1 ] : https://github.com/LLNL/axom/compare/v0.3.0...v0.3.1
1109
- [ Version 0.3.0 ] : https://github.com/LLNL/axom/compare/v0.2.9...v0.3.0
1110
- [ Version 0.2.9 ] : https://github.com/LLNL/axom/compare/v0.2.8...v0.2.9
1102
+ [ Unreleased ] : https://github.com/LLNL/axom/compare/v0.10.0...develop
1103
+ [ Version 0.10.0 ] : https://github.com/LLNL/axom/compare/v0.9.0...v0.10.0
1104
+ [ Version 0.9.0 ] : https://github.com/LLNL/axom/compare/v0.8.1...v0.9.0
1105
+ [ Version 0.8.1 ] : https://github.com/LLNL/axom/compare/v0.8.0...v0.8.1
1106
+ [ Version 0.8.0 ] : https://github.com/LLNL/axom/compare/v0.7.0...v0.8.0
1107
+ [ Version 0.7.0 ] : https://github.com/LLNL/axom/compare/v0.6.1...v0.7.0
1108
+ [ Version 0.6.1 ] : https://github.com/LLNL/axom/compare/v0.6.0...v0.6.1
1109
+ [ Version 0.6.0 ] : https://github.com/LLNL/axom/compare/v0.5.0...v0.6.0
1110
+ [ Version 0.5.0 ] : https://github.com/LLNL/axom/compare/v0.4.0...v0.5.0
1111
+ [ Version 0.4.0 ] : https://github.com/LLNL/axom/compare/v0.3.3...v0.4.0
1112
+ [ Version 0.3.3 ] : https://github.com/LLNL/axom/compare/v0.3.2...v0.3.3
1113
+ [ Version 0.3.2 ] : https://github.com/LLNL/axom/compare/v0.3.1...v0.3.2
1114
+ [ Version 0.3.1 ] : https://github.com/LLNL/axom/compare/v0.3.0...v0.3.1
1115
+ [ Version 0.3.0 ] : https://github.com/LLNL/axom/compare/v0.2.9...v0.3.0
1116
+ [ Version 0.2.9 ] : https://github.com/LLNL/axom/compare/v0.2.8...v0.2.9
1111
1117
1112
1118
[ clang-format ] : https://releases.llvm.org/10.0.0/tools/clang/docs/ClangFormatStyleOptions.html
1113
1119
[ MFEM ] : https://mfem.org
0 commit comments