Skip to content

Commit a4a55db

Browse files
add release date for version 2.1
- fix version for the documentation. - Set documentation authors to `The alpaka team.` since we have a full list of contributors to the project in the zenodo file. This avoids that the list is always outdated. CI_FILTER: ^DISABLEALL
1 parent bf18b13 commit a4a55db

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
55

6-
## [2.1.0] - 2025-12-XX
6+
## [2.1.0] - 2025-12-12
77

88
### Added
99

@@ -16,7 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1616
- HIP: add `ALPAKA_ARCH_AMD` definition #2577
1717
- Feature accessors and span conversion for buffers #2579
1818
- Add new backends: CUDA and HIP backends of oneAPI #2580
19-
-
19+
2020
### Changed
2121

2222
- Use `__builtin_assume_aligned()` to promise the correct alignment #2537
@@ -25,7 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
2525
- Extend `alpaka::allocAsyncBuf()` to N-dimensional buffers on CUDA/HIP devices #2566
2626
- Provide `atomicInc/Dec` overloads with deduced limit values #2583
2727
- Specialize DevType for accelerator Tags #2584
28-
-
28+
2929
### Fixed
3030

3131
- Add missing `#include` for SYCL tags #2534

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
# -- Project information -----------------------------------------------------
99

1010
project = "alpaka"
11-
copyright = "Documentation under CC-BY 4.0, Benjamin Worpitz, René Widera, Axel Huebl, Michael Bussmann"
12-
author = "Benjamin Worpitz, René Widera, Axel Huebl, Michael Bussmann"
11+
copyright = "Documentation under CC-BY 4.0."
12+
author = "The alpaka team."
1313
# The short X.Y version.
14-
version = "1.0.0"
14+
version = "2.1.0"
1515
# The full version, including alpha/beta/rc tags.
16-
release = "1.0.0-rc1"
16+
release = "2.1.0"
1717

1818
# The master toctree document.
1919
master_doc = "index"

0 commit comments

Comments
 (0)