Skip to content

Commit f1e4926

Browse files
authored
Merge pull request #1837 from llnl/main
Merge Axom 0.14.0 into develop
2 parents 584d464 + 146c8c1 commit f1e4926

File tree

3 files changed

+22
-12
lines changed

3 files changed

+22
-12
lines changed

RELEASE-NOTES.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,29 @@ The Axom project release numbers follow [Semantic Versioning](http://semver.org/
1919
## [Unreleased] - Release date yyyy-mm-dd
2020

2121
### Added
22-
- Lumberjack: Adds optional virtual function `isMessageCandidateForCombiner()` to the Combiner class that checks if a single given Message is a candidate for the Combiner (returns true by default).
23-
- Sidre: Added Conduit Node to the Python interface.
22+
23+
### Removed
24+
25+
### Deprecated
26+
27+
### Changed
28+
29+
### Fixed
30+
31+
## [Version 0.14.0] - Release date 2026-03-31
32+
33+
### Added
34+
- Lumberjack: Adds optional virtual function `isMessageCandidateForCombiner()` to the `Combiner`
35+
class that checks if a single given Message is a candidate for the Combiner (returns true by default).
36+
- Sidre: Added Conduit `Node` to the Python interface.
2437
- Adds yapf as a Python formatter.
25-
- Quest: Adds fast GWN methods for STL/Triangulated STEP input and linearized NURBS Curve input which leverage error-controlled approximation and a spatial index (BVH).
38+
- Quest: Adds fast GWN methods for STL/Triangulated STEP input and linearized NURBS Curve input which
39+
leverage error-controlled approximation and a spatial index (BVH).
2640

2741
### Changed
2842
- Primal: Axom's polygon clipping was modified to handle some corner cases.
43+
- Mir: The `EquiZAlgorithm` class was improved so it performs better with OpenMP.
2944
- Bump: Several Bump algorithms were improved so they perform better with OpenMP.
30-
- Mir: The `EquiZAlgorithm was improved so it performs better with OpenMP.
3145
- Many algorithms in Bump and Mir have been enhanced with `setAllocatorID()` methods to permit use of custom allocators.
3246
- Uberenv's spack updated to v1.1.1
3347
- `radiuss-spack-configs` submodule removed.
@@ -40,11 +54,6 @@ The Axom project release numbers follow [Semantic Versioning](http://semver.org/
4054
which are not needed in all use cases.
4155
- Quest: A compilation problem with `-DAXOM_NO_INT64_T=1` was fixed.
4256

43-
### Removed
44-
45-
### Deprecated
46-
47-
4857
## [Version 0.13.0] - Release date 2026-02-05
4958

5059
### Added
@@ -1411,7 +1420,8 @@ fractions for the associated materials must be supplied before shaping.
14111420
- Use this section in case of vulnerabilities
14121421

14131422

1414-
[Unreleased]: https://github.com/LLNL/axom/compare/v0.13.0...develop
1423+
[Unreleased]: https://github.com/LLNL/axom/compare/v0.14.0...develop
1424+
[Version 0.14.0]: https://github.com/LLNL/axom/compare/v0.13.0...v0.14.0
14151425
[Version 0.13.0]: https://github.com/LLNL/axom/compare/v0.12.0...v0.13.0
14161426
[Version 0.12.0]: https://github.com/LLNL/axom/compare/v0.11.0...v0.12.0
14171427
[Version 0.11.0]: https://github.com/LLNL/axom/compare/v0.10.1...v0.11.0

src/cmake/AxomVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# otherwise, the hard-coded values will go in to the config.
1111
#------------------------------------------------------------------------------
1212
set(AXOM_VERSION_MAJOR 0)
13-
set(AXOM_VERSION_MINOR 13)
13+
set(AXOM_VERSION_MINOR 14)
1414
set(AXOM_VERSION_PATCH 0)
1515
string(CONCAT AXOM_VERSION_FULL
1616
"v${AXOM_VERSION_MAJOR}"

src/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Component Level Dependencies
129129
Axom has the following inter-component dependencies:
130130

131131
- Core has no dependencies and the other components depend on Core
132-
- Bump depends on Slic and Primal.
132+
- Bump depends on Sidre, Slic, Spin, and Primal.
133133
- Slic optionally depends on Lumberjack
134134
- Slam, Spin, Primal, Mint, Quest, and Sidre depend on Slic
135135
- Mint depends on Slam, and optionally Sidre

0 commit comments

Comments
 (0)