0.8.1 Release Highlights
(adapted from Conduit's Changelog)
Added
General
- Added
CONDUIT_DLL_DIRenv var support on windows, for cases where Conduit DLLs are not installed directly inside the Python Module.
Blueprint
- Allow adjsets to be used in
blueprint::mesh::partitionto determine global vertex ids. - Added partial matset support to
blueprint::mesh::partitionandblueprint::mesh::combine.
Fixed
General
- Fixed CMake bug with
ENABLE_RELAY_WEBSERVERoption. - Fixed build and test issues with Python >= 3.8 on Windows.
Blueprint
- Fixed a bug in
blueprint::mesh::partitionwhere adjsets could be missing in new domains. - Fixed a bug with
blueprint::mesh::matset::to_siloand uni-buffer matsets.