You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
24
37
- 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).
26
40
27
41
### Changed
28
42
- 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.
29
44
- Bump: Several Bump algorithms were improved so they perform better with OpenMP.
30
-
- Mir: The `EquiZAlgorithm was improved so it performs better with OpenMP.
31
45
- Many algorithms in Bump and Mir have been enhanced with `setAllocatorID()` methods to permit use of custom allocators.
0 commit comments