Skip to content

Commit

Permalink
docs update for 0.9.1 (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush authored Apr 22, 2023
1 parent fda9940 commit 027a2fe
Showing 1 changed file with 34 additions and 17 deletions.
51 changes: 34 additions & 17 deletions src/docs/sphinx/Releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,45 @@ Source distributions for Ascent are hosted on github:
https://github.com/Alpine-DAV/ascent/releases


# 0.9.1 Release Highlights
v0.9.1
---------------------------------

* `Source Tarball <https://github.com/Alpine-DAV/ascent/releases/download/v0.9.1/ascent-v0.9.1-src-with-blt.tar.gz>`__

* Docker Containers
* ``alpinedav/ascent:0.9.1``
* ``alpinedav/ascent-jupyter:0.9.1``

Highlights
++++++++++++++++++++++++++++++++++++

(Extracted from Ascent's :download:`Changelog <../../../CHANGELOG.md>`)


Preferred dependency versions for [email protected]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* [email protected]
* [email protected]

(adapted from Ascent's [Changelog](https://github.com/Alpine-DAV/ascent/blob/develop/CHANGELOG.md) )
### Preferred dependency versions for [email protected]
- [email protected]
- [email protected]
Added
~~~~~

### Added
- Added support for building and running on Windows.
- Added runtime control option (in addition to existing compile time option) to Devil Ray stats.
- Added CI testing for building Ascent and required third-party libs on Windows.
* Added support for building and running on Windows.
* Added runtime control option (in addition to existing compile time option) to Devil Ray stats.
* Added CI testing for building Ascent and required third-party libs on Windows.

### Changed
- Devil Ray stats are now opt in, instead of opt out to avoid accumulating memory.
- `build_ascent.sh` is now a unified script that supports non-device, CUDA, and HIP builds.
Changed
~~~~~~~

* Devil Ray stats are now opt in, instead of opt out to avoid accumulating memory.
* ``build_ascent.sh`` is now a unified script that supports non-device, CUDA, and HIP builds.

Fixed
~~~~~

### Fixed
- Ensure ghost indicator fields survive field filtering.
* Ensure ghost indicator fields survive field filtering.

## Docker Containers
- **alpinedav/ascent:0.9.1**
- **alpinedav/ascent-jupyter:0.9.1**

v0.9.0
---------------------------------
Expand Down

0 comments on commit 027a2fe

Please sign in to comment.