Skip to content

Commit

Permalink
Preparation for 0.7.3 release (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed Dec 20, 2024
1 parent c432401 commit 2b0ac66
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## DLA-Future 0.7.3

### Bug fixes

- Changed C ScaLAPACK API indexing convention to 1-based for partial eigenspectrum. (#1248)

## DLA-Future 0.7.2

Not released.

## DLA-Future 0.7.1

### Bug fixes
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cff-version: 1.2.0
title: DLA-Future 0.7.1
title: DLA-Future 0.7.3
repository-code: https://github.com/eth-cscs/DLA-Future
message: >-
If you use this software, please cite it using the
Expand Down Expand Up @@ -54,5 +54,5 @@ keywords:
- mpi
license: BSD-3-Clause
license-url: https://opensource.org/license/bsd-3-clause
version: 0.7.1
date-released: '2024-12-18'
version: 0.7.3
date-released: '2024-12-20'
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

cmake_minimum_required(VERSION 3.22)

project(DLAF VERSION 0.7.1)
project(DLAF VERSION 0.7.3)

# ---------------------------------------------------------------------------
# CMake configurations
Expand Down
1 change: 1 addition & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## API documentation

- [Documentation of `master` branch](https://eth-cscs.github.io/DLA-Future/master/)
- [Documentation of `v0.7.3`](https://eth-cscs.github.io/DLA-Future/v0.7.3/)
- [Documentation of `v0.7.1`](https://eth-cscs.github.io/DLA-Future/v0.7.1/)
- [Documentation of `v0.7.0`](https://eth-cscs.github.io/DLA-Future/v0.7.0/)
- [Documentation of `v0.6.0`](https://eth-cscs.github.io/DLA-Future/v0.6.0/)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ target_link_libraries(<your_target> PRIVATE DLAF::DLAF)
### Documentation

- [Documentation of `master` branch](https://eth-cscs.github.io/DLA-Future/master/)
- [Documentation of `v0.7.1`](https://eth-cscs.github.io/DLA-Future/v0.7.1/)
- [Documentation of `v0.7.3`](https://eth-cscs.github.io/DLA-Future/v0.7.3/)

See [DOCUMENTATION.md](DOCUMENTATION.md) for the documentation of older versions, or for the instructions to build it.

Expand Down

0 comments on commit 2b0ac66

Please sign in to comment.