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
* fix missing py bp table examples cmake dep
* relay silo, type fix for windows
* restore protection from blt fused lang mpi flags for blt smoke
* update changelog and release notes
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,24 @@ Notable changes to Conduit are documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project aspires to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## Unreleased
7
+
## [0.9.1] - Released 2024-02-09
8
8
9
9
### Changed
10
10
11
11
#### Conduit
12
12
- Relaxed strict header check for C++14 back to C++11. A downstream consumer of Conduit has C++11 hardcoded into their build system and patching for related deployments is intractable.
13
+
- Restore logic to avoid fused mpi c++ and fortran flags that can undermine blt's mpi smoke test.
13
14
14
15
15
16
#### Blueprint
16
17
- Fixed missing build dependency relationship with the python conduit blueprint table examples module.
17
18
- Fixed partitioner so it does not duplicate faces when combining polyhedral meshes.
18
19
20
+
### Added
21
+
22
+
#### Relay
23
+
- Added polygonal support to Blueprint Silo I/O.
24
+
19
25
## [0.9.0] - Released 2024-02-05
20
26
21
27
### Added
@@ -875,7 +881,8 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s
.. note:: Conduit uses `BLT <https://github.com/LLNL/blt>`__ as its core CMake build system. We leverage BLT as a git submodule, however github does not include submodule contents in its automatically created source tarballs. To avoid confusion, starting with v0.3.0 we provide our own source tarballs that include BLT.
(Extracted from Conduit's :download:`Changelog <../../../CHANGELOG.md>`)
25
+
26
+
27
+
Changed
28
+
~~~~~~~
29
+
30
+
31
+
* **Conduit**
32
+
33
+
* Relaxed strict header check for C++14 back to C++11. A downstream consumer of Conduit has C++11 hardcoded into their build system and patching for related deployments is intractable.
34
+
* Restore logic to avoid fused mpi c++ and fortran flags that can undermine blt's mpi smoke test.
35
+
36
+
* **Blueprint**
37
+
38
+
* Fixed missing build dependency relationship with the python conduit blueprint table examples module.
39
+
* Fixed partitioner so it does not duplicate faces when combining polyhedral meshes.
0 commit comments