-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update docs for 0.9.0 release (#1077)
- Loading branch information
Showing
7 changed files
with
69 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,15 @@ 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.9.0] - Released 2023-01-12 | ||
|
||
### Preferred dependency versions for ascent@develop | ||
- [email protected].4 | ||
### Preferred dependency versions for ascent@0.9.0 | ||
- [email protected].6 | ||
- [email protected] | ||
|
||
### Added | ||
- Added support for HIP and running on AMD GPUs | ||
- Added RAJA expressions infrastructure | ||
- Added pipeline `partition` transform from Conduit Blueprint | ||
- Added extract `flatten` from Conduit Blueprint | ||
- Added Log base 10 filter. Filter type is `log10` | ||
|
@@ -167,7 +169,10 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s | |
### Fixed | ||
- Several minor bug fixes | ||
|
||
[Unreleased]: https://github.com/Alpine-DAV/ascent/compare/v0.6.0...HEAD | ||
[Unreleased]: https://github.com/Alpine-DAV/ascent/compare/v0.9.0...HEAD | ||
[0.8.0]: https://github.com/Alpine-DAV/ascent/compare/v0.8.0...v0.9.0 | ||
[0.7.1]: https://github.com/Alpine-DAV/ascent/compare/v0.7.0...v0.7.1 | ||
[0.7.0]: https://github.com/Alpine-DAV/ascent/compare/v0.6.0...v0.7.0 | ||
[0.6.0]: https://github.com/Alpine-DAV/ascent/compare/v0.5.1...v0.6.0 | ||
[0.5.1]: https://github.com/Alpine-DAV/ascent/compare/v0.5.0...v0.5.1 | ||
[0.5.0]: https://github.com/Alpine-DAV/ascent/compare/v0.4.0...v0.5.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,54 @@ Source distributions for Ascent are hosted on github: | |
|
||
https://github.com/Alpine-DAV/ascent/releases | ||
|
||
v0.9.0 | ||
--------------------------------- | ||
|
||
* `Source Tarball <https://github.com/Alpine-DAV/ascent/releases/download/v0.9.0/ascent-v0.9.0-src-with-blt.tar.gz>`__ | ||
|
||
* Docker Containers | ||
* ``alpinedav/ascent:0.9.0`` | ||
* ``alpinedav/ascent-jupyter:0.9.0`` | ||
|
||
Highlights | ||
++++++++++++++++++++++++++++++++++++ | ||
|
||
(Extracted from Ascent's :download:`Changelog <../../../CHANGELOG.md>`) | ||
|
||
|
||
Preferred dependency versions for [email protected] | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
* [email protected] | ||
* [email protected] | ||
|
||
Added | ||
~~~~~ | ||
|
||
* Added support for HIP and running on AMD GPUs | ||
* Added RAJA expressions infrastructure | ||
* Added pipeline ``partition`` transform from Conduit Blueprint | ||
* Added extract ``flatten`` from Conduit Blueprint | ||
* Added Log base 10 filter. Filter type is ``log10`` | ||
* Added Log base 2 filter. Filter type is ``log2`` | ||
* Added Feature Map in the docs. Detailing Devil Ray and VTKh features | ||
* Added ``scripts/build_ascent/build_ascent.sh`` a script that demonstrates how to manually build Ascent and its main dependencies | ||
* Added ability to override dimensions for the rendered bounding box around a dataset | ||
* Added CMake option ``ENABLE_HIDDEN_VISIBILITY`` (default=ON), which controls if hidden visibility is used for private symbols | ||
* Added documentation for how to use ROCm's rocprof profiler for GPUs with Ascent | ||
* Added support for Caliper performance annotations | ||
* Added automatic slice filter that evaluates a number of slices and outputs the one with the highest entropy | ||
|
||
Changed | ||
~~~~~~~ | ||
|
||
* **The Great Amalgamation** - The VTK-h, Devil Ray, and AP Compositor projects are now developed in Ascent's source instead of separate repos. These external repos for these projects are archived. This reorg simplifies the development and support of these tightly coupled capabilities. Ascent 0.9.0 will be the first release using these internal versions. | ||
* ``apcomp``, ``dray``, ``flow``, ``rover``, and ``vtkh`` are now developed in ``src/libs``. | ||
* Updated to VTK-m 1.9 | ||
* Update docs related to building Ascent. | ||
* Updated to BLT v0.5.2 | ||
|
||
|
||
v0.8.0 | ||
--------------------------------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters