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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s
13
13
- Added a macro to make an integer a version number from major, minor, patch version numbers. Example: `CONDUIT_MAKE_VERSION_VALUE(0, 9, 6)`. This macro can be used to conditionally compile code that is valid for specific versions of Conduit.
14
14
- Added `set` methods to `DataAccessor` that take `DataArray`s and `DataAccessor`s.
15
15
- Added optional device execution support via RAJA and Umpire.
16
+
- Added `conduit_bin_yaml` protocol case to `Node::load()` and `Node::save()`. Also added `conduit_bin_json`, which does the same thing as `conduit_bin` (creates a json schema file to go with the `conduit_bin` file).
16
17
17
18
#### Blueprint
18
19
- Finished `bent_multi_grid_amr` mesh by adding adjacency sets between spatially adjacent domains at the same level of refinement.
@@ -32,6 +33,12 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s
32
33
- Updates to use Silo 4.12 and HDF5 2.0.0.
33
34
- Reworked HDF5 handle managment to avoid resource leaks with exceptions.
34
35
36
+
### Fixed
37
+
38
+
#### Conduit
39
+
- Fixed a bug preventing explicit length 0 in `yaml` schema.
40
+
- Fixed a bug where empty objects or lists were not written correctly to `yaml` schema.
0 commit comments