Skip to content

Commit

Permalink
Merge pull request #782 from mkstoyanov/new_release
Browse files Browse the repository at this point in the history
mark release 8.1
  • Loading branch information
mkstoyanov authored Oct 21, 2024
2 parents b553463 + a2f554a commit 8604656
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.19)

cmake_policy(VERSION 3.19)
project(Tasmanian VERSION 8.1.0 LANGUAGES CXX)
set(Tasmanian_version_comment " (release candidate)") # e.g., " (release candidate)", " (development)", ""
set(Tasmanian_version_comment "") # e.g., " (release candidate)", " (development)", ""
set(Tasmanian_license "BSD 3-Clause with UT-Battelle disclaimer") # used in some headers and python modules (only human readable)

########################################################################
Expand Down
4 changes: 2 additions & 2 deletions Doxygen/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Optional features:
| anaconda| 5.3 | 5.3 |
| OpenBlas| 0.2.18 - 3.08 | any |
| ESSL | 6.2 | 6.2 |
| CUDA | 11.8 - 12.0 | 12.2 |
| CUDA | 11.8 - 12.6 | avoid 12.3-12.4 |
| ROCm | 5.7 - 6.2 | any |
| DPC++ | 2024.2 | 2024 |
| libiomp | 5.0 | 5.0 |
Expand Down Expand Up @@ -261,7 +261,7 @@ Additional notes:

Tasmanian is also included in Spack: [https://spack.io/](https://spack.io/)
```
spack install tasmanian@8.0+openmp+blas+cuda+magma+python+fortran
spack install tasmanian+openmp+blas+cuda+magma+python+fortran
```

### Install on MS Windows platform
Expand Down
8 changes: 4 additions & 4 deletions Doxygen/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
$extrastylesheet
</head>
<body>

<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<!--BEGIN TITLEAREA-->
<div id="titlearea">
Expand All @@ -32,10 +32,10 @@
<td id="projectalign" style="padding-left: 0.5em;">
<div class="doxygen">
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/>
Doxygen
</a> $doxygenversion
</div>

<div id="projectname">$projectname
<!--BEGIN PROJECT_NUMBER-->&#160;<span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
$searchbox
Expand All @@ -52,7 +52,7 @@
<!--END !PROJECT_NAME-->
<!--BEGIN DISABLE_INDEX-->
<!--BEGIN SEARCHENGINE-->

<!--END SEARCHENGINE-->
<!--END DISABLE_INDEX-->
</tr>
Expand Down
2 changes: 1 addition & 1 deletion InterfacePython/PipInstaller/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# call the actual package setup command
setup(
name='Tasmanian',
version='8.1rc1',
version='8.1',
author='Miroslav Stoyanov',
author_email='stoyanovmk@ornl.gov',
description='UQ library for sparse grids, optimization and Bayesian inference',
Expand Down

0 comments on commit 8604656

Please sign in to comment.