-
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.
- Loading branch information
Showing
1 changed file
with
34 additions
and
17 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 |
---|---|---|
|
@@ -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 | ||
--------------------------------- | ||
|