Skip to content
Snippets Groups Projects
Unverified Commit b9d5fefc authored by Cyrus Harrison's avatar Cyrus Harrison Committed by GitHub
Browse files

docs updates for 0.8.1 release (#911)

parent bc54a9d5
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
"spack_configs_path": "scripts/uberenv_configs/spack_configs",
"spack_packages_path": "scripts/uberenv_configs/packages",
"spack_url": "https://github.com/alpine-DAV/spack",
"spack_branch": "ascent/develop",
"spack_branch": "conduit/releases/v0.8.1",
"spack_activate" : {"py-numpy" : ["+python"],
"py-sphinx": ["+python","+doc"],
"py-mpi4py" : ["+python", "+mpi"],
......
......@@ -4,9 +4,12 @@ Notable changes to Conduit are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project aspires to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## [0.8.1] - Released 2022-01-25
### 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`.
......@@ -15,11 +18,13 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s
#### 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.
## [0.8.0] - Released 2021-12-20
......
......@@ -15,7 +15,7 @@ endif()
# Conduit
################################
project(conduit VERSION "0.8.0")
project(conduit VERSION "0.8.1")
################################
# Build Options
......
......@@ -69,9 +69,9 @@ copyright = u'Copyright (c) 2015-2021, LLNS'
# built documents.
#
# The short X.Y version.
version = '0.8.0'
version = '0.8.1'
# The full version, including alpha/beta/rc tags.
release = '0.8.0'
release = '0.8.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -12,6 +12,47 @@ https://github.com/LLNL/conduit/releases
.. 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.
v0.8.1
---------------------------------
* `Source Tarball <https://github.com/LLNL/conduit/releases/download/v0.8.1/conduit-v0.8.1-src-with-blt.tar.gz>`__
Highlights
++++++++++++++++++++++++++++++++++++
(Extracted from Conduit's :download:`Changelog <../../../CHANGELOG.md>`)
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.
v0.8.0
---------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment