Skip to content

Commit

Permalink
0.7.1 release (#743)
Browse files Browse the repository at this point in the history
* update ci containers

* update changelog and rel notes docs

* update spack fork branch for 0.7.1 release
  • Loading branch information
cyrush authored May 20, 2021
1 parent 587f6cf commit 79d35b2
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 7 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@ Notable changes to Ascent are documented in this file. This changelog started on
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.7.1] - Released 2021-05-20

### Preferred dependency versions for [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]


### Added
- Added Data Binning examples to the Ascent Intro Tutorial

### Fixed
- Fixed an issue with the Data Binning bin calculation logic

### Changed
- Updated Ascent to use new conduit, dray, and vtk-h versions


## [0.7.0] - Released 2021-03-19
Expand Down
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
# TO USE A NEW CONTAINER, UPDATE TAG NAME HERE AS PART OF YOUR PR!
#####
variables:
ubuntu_18_tag : alpinedav/ascent-ci:ubuntu-18-devel-tpls_2021-05-11-sha853324
ubuntu_18_cuda_tag : alpinedav/ascent-ci:ubuntu-18-cuda-10.1-devel-tpls_2021-05-11-sha853324
ubuntu_20_10_tag: alpinedav/ascent-ci:ubuntu-18-devel-tpls_2021-04-26-sha132bd6
ubuntu_18_tag : alpinedav/ascent-ci:ubuntu-18-devel-tpls_2021-05-19-sha1ca78d
ubuntu_18_cuda_tag : alpinedav/ascent-ci:ubuntu-18-cuda-10.1-devel-tpls_2021-05-19-sha1ca78d
ubuntu_20_10_tag: alpinedav/ascent-ci:ubuntu-20.10-devel-tpls_2021-05-19-sha1ca78d


# only build merge target pr to develop
Expand Down Expand Up @@ -198,7 +198,7 @@ stages:
- task: PublishBuildArtifacts@1
inputs:
pathToPublish: $(Build.ArtifactStagingDirectory)
artifactName: Ascent_Test_Outputs
artifactName: $(Build.DefinitionName)_$(Agent.JobName)
condition: always()

- script: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/uberenv/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"uberenv_package_name" : "uberenv-ascent",
"spack_url": "https://github.com/alpine-DAV/spack",
"mirror_url": "https://www.ascent-dav.org/mirror/ascent/latest/",
"spack_branch": "ascent/develop",
"spack_branch": "ascent/releases/v0.7.1",
"spack_activate" : { "py-numpy" : ["+python"],
"py-pip" : ["+python"],
"py-mpi4py" : ["+python", "+mpi"],
Expand Down
31 changes: 31 additions & 0 deletions src/docs/sphinx/Releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,37 @@ Source distributions for Ascent are hosted on github:

https://github.com/Alpine-DAV/ascent/releases

v0.7.1
-------

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

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

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

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


Added
~~~~~~~~~
* Added Data Binning examples to the Ascent Intro Tutorial

Fixed
~~~~~~~~~
* Fixed an issue with the Data Binning bin calculation logic

Changed
~~~~~~~~~
* Updated Ascent to use new conduit, dray, and vtk-h versions



v0.7.0
-------
Expand Down
2 changes: 1 addition & 1 deletion src/tests/ascent/t_ascent_failed_pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ TEST(ascent_pipeline_failure, test_partial_failure)
ascent.close();

// check that we created an image
EXPECT_TRUE(check_test_image(output_file));
EXPECT_TRUE(check_test_image(output_file,0.1));
}

//-----------------------------------------------------------------------------
Expand Down

0 comments on commit 79d35b2

Please sign in to comment.