Skip to content

Commit 8604656

Browse files
authored
Merge pull request #782 from mkstoyanov/new_release
mark release 8.1
2 parents b553463 + a2f554a commit 8604656

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.19)
22

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

88
########################################################################

Doxygen/Installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Optional features:
4747
| anaconda| 5.3 | 5.3 |
4848
| OpenBlas| 0.2.18 - 3.08 | any |
4949
| ESSL | 6.2 | 6.2 |
50-
| CUDA | 11.8 - 12.0 | 12.2 |
50+
| CUDA | 11.8 - 12.6 | avoid 12.3-12.4 |
5151
| ROCm | 5.7 - 6.2 | any |
5252
| DPC++ | 2024.2 | 2024 |
5353
| libiomp | 5.0 | 5.0 |
@@ -261,7 +261,7 @@ Additional notes:
261261

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

267267
### Install on MS Windows platform

Doxygen/header.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
$extrastylesheet
1919
</head>
2020
<body>
21-
21+
2222
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
2323
<!--BEGIN TITLEAREA-->
2424
<div id="titlearea">
@@ -32,10 +32,10 @@
3232
<td id="projectalign" style="padding-left: 0.5em;">
3333
<div class="doxygen">
3434
<a href="http://www.doxygen.org/index.html">
35-
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/>
35+
Doxygen
3636
</a> $doxygenversion
3737
</div>
38-
38+
3939
<div id="projectname">$projectname
4040
<!--BEGIN PROJECT_NUMBER-->&#160;<span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
4141
$searchbox
@@ -52,7 +52,7 @@
5252
<!--END !PROJECT_NAME-->
5353
<!--BEGIN DISABLE_INDEX-->
5454
<!--BEGIN SEARCHENGINE-->
55-
55+
5656
<!--END SEARCHENGINE-->
5757
<!--END DISABLE_INDEX-->
5858
</tr>

InterfacePython/PipInstaller/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# call the actual package setup command
7171
setup(
7272
name='Tasmanian',
73-
version='8.1rc1',
73+
version='8.1',
7474
author='Miroslav Stoyanov',
7575
author_email='[email protected]',
7676
description='UQ library for sparse grids, optimization and Bayesian inference',

0 commit comments

Comments
 (0)