Skip to content

Commit 2be2597

Browse files
authored
0.8.7 release prep (#1096)
* fix test * refactor NDIndex into blueprint::ndarray namespace * cleanup of old namespace alias to avoid confusing with new object * small changes * warnings pass for a few int types * warnings pass avoid pragma msgs * resolve pessimizing-move (allow copy elison) * warnings pass remove extra include * update changelog * docs updates * warnings pass * remove stale host configs and docs ref
1 parent 01eba1b commit 2be2597

37 files changed

Lines changed: 652 additions & 642 deletions

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ Notable changes to Conduit are documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project aspires to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [0.8.7] - Released 2023-03-23
88

99
### Added
10-
- Added public default and copy constructor to DataAccessor. Enables more flexibility with initializing DataAccessors from Nodes.
10+
1111
#### General
12+
- Added public default and copy constructor to DataAccessor. Enables more flexibility with initializing DataAccessors from Nodes.
1213
- Added Node.name(), Node.path(), Schema.name(), and Schema.path() to Python API.
1314
- Added Node.as_index_t_ptr()
1415
- Added `conduit::execution` namespace, which contains `for_all()` and `sort()` functions.
16+
- Added DataType support to the Fortran API
1517

1618
#### Blueprint
1719
- Added `conduit::blueprint::mpi::mesh::distribute`, which enables sending mesh domains to arbitrary MPI ranks (suppo
@@ -20,6 +22,9 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s
2022
- Added `conduit::blueprint::examples::mesh::rz_cylinder` function that generates example 2D cylindrical (RZ) meshes.
2123

2224
### Fixed
25+
#### General
26+
- Fixed a logic issue undermining C++ type mapping when using CMake 3.26.
27+
2328
#### Blueprint
2429
- Performance improvements to Mesh Blueprint topology metadata, used by `generate_points`, `generate_sides`, etc. The class was rewritten and the old one was moved to `conduit::blueprint::mesh::utils::reference::TopologyMetadata`. The new implementation is faster, often about 6-20x depending on options.
2530
- Performance improvements to O2M Iterators.
@@ -763,7 +768,8 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s
763768
### Added
764769
- Initial Open Source Release on GitHub
765770

766-
[Unreleased]: https://github.com/llnl/conduit/compare/v0.8.6...HEAD
771+
[Unreleased]: https://github.com/llnl/conduit/compare/v0.8.7...HEAD
772+
[0.8.7]: https://github.com/llnl/conduit/compare/v0.8.6...v0.8.7
767773
[0.8.6]: https://github.com/llnl/conduit/compare/v0.8.5...v0.8.6
768774
[0.8.5]: https://github.com/llnl/conduit/compare/v0.8.4...v0.8.5
769775
[0.8.4]: https://github.com/llnl/conduit/compare/v0.8.3...v0.8.4
@@ -782,3 +788,4 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s
782788
[0.3.0]: https://github.com/llnl/conduit/compare/v0.2.1...v0.3.0
783789
[0.2.1]: https://github.com/llnl/conduit/compare/v0.2.0...v0.2.1
784790
[0.2.0]: https://github.com/llnl/conduit/compare/v0.1.0...v0.2.0
791+

host-configs/Darwin.cmake

Lines changed: 0 additions & 13 deletions
This file was deleted.

host-configs/bgqos_0.cmake

Lines changed: 0 additions & 1 deletion
This file was deleted.

host-configs/bgqos_0.gcc.4.8.4.cmake

Lines changed: 0 additions & 41 deletions
This file was deleted.

host-configs/bgqos_0.xlc.cmake

Lines changed: 0 additions & 41 deletions
This file was deleted.

host-configs/blueos_3_ppc64le_ib-xl@16.1.cmake

Lines changed: 0 additions & 5 deletions
This file was deleted.

host-configs/chaos_5_x86_64.cmake

Lines changed: 0 additions & 1 deletion
This file was deleted.

host-configs/chaos_5_x86_64_ib-gcc@4.9.3.cmake

Lines changed: 0 additions & 63 deletions
This file was deleted.

host-configs/chaos_5_x86_64_ib.cmake

Lines changed: 0 additions & 1 deletion
This file was deleted.

host-configs/naples-darwin-x86_64-clang@3.4svn.cmake

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)