Skip to content

0.8.1

Compare
Choose a tag to compare
@cyrush cyrush released this 25 Jan 20:19
· 879 commits to develop since this release
b9d5fef

0.8.1 Release Highlights

(adapted from Conduit's Changelog)

Added

General

  • Added CONDUIT_DLL_DIR env 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::partition to determine global vertex ids.
  • Added partial matset support to blueprint::mesh::partition and blueprint::mesh::combine.

Fixed

General

  • Fixed CMake bug with ENABLE_RELAY_WEBSERVER option.
  • Fixed build and test issues with Python >= 3.8 on Windows.

Blueprint

  • Fixed a bug in blueprint::mesh::partition where adjsets could be missing in new domains.
  • Fixed a bug with blueprint::mesh::matset::to_silo and uni-buffer matsets.