Skip to content

Commit 97e21a9

Browse files
committed
Version 2.3.1
1 parent 8f4a1b9 commit 97e21a9

6 files changed

Lines changed: 22 additions & 3 deletions

File tree

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# The short X.Y version.
6464
version = '2.3'
6565
# The full version, including alpha/beta/rc tags.
66-
release = '2.3.0'
66+
release = '2.3.1'
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

downloads/2.3.1/downloads.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* ASTRA v2.3.1 for Windows 64 bit, CUDA/MATLAB: `astra-toolbox-2.3.1-matlab-win-x64.zip <https://github.com/astra-toolbox/astra-toolbox/releases/download/v2.3.1/astra-toolbox-2.3.1-matlab-win-x64.zip>`_
2+
* ASTRA v2.3.1 for Windows 64 bit, CUDA/Python 3.13: `astra-toolbox-2.3.1-python313-win-x64.zip <https://github.com/astra-toolbox/astra-toolbox/releases/download/v2.3.1/astra-toolbox-2.3.1-python313-win-x64.zip>`_
3+
* ASTRA v2.3.1 Source Code (.zip): `astra-toolbox-2.3.1.zip <https://github.com/astra-toolbox/astra-toolbox/archive/refs/tags/v2.3.1.zip>`_
4+
* ASTRA v2.3.1 Source Code (.tar.gz): `astra-toolbox-2.3.1.tar.gz <https://github.com/astra-toolbox/astra-toolbox/archive/refs/tags/v2.3.1.tar.gz>`_
5+
* Python packages also available in Conda: ``conda install -c astra-toolbox -c nvidia astra-toolbox``

downloads/2.3.1/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ASTRA v2.3.1 (2025-04-16)
2+
===============================
3+
4+
.. include:: downloads.txt
5+

downloads/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ Downloads
33

44
Below is the latest released version. For older versions, see the links in the sidebar.
55

6-
.. include:: 2.3.0/downloads.txt
6+
.. include:: 2.3.1/downloads.txt
77

88
.. toctree::
99
:hidden:
1010

11+
2.3.1/index
1112
2.3.0/index
1213
2.2.0/index
1314
2.1.0/index

index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ The source code of the ASTRA Toolbox is available on `GitHub <https://github.com
2727
Latest News
2828
-----------
2929

30+
* 16 Apr 2025: ASTRA v2.3.1 released. See the `News section <news.html>`_ for the release notes.
31+
3032
* 22 Feb 2025: ASTRA v2.3 released. See the `News section <news.html>`_ for the release notes.
3133

3234
* 12 Jul 2024: ASTRA v2.2 released. See the `News section <news.html>`_ for the release notes.
@@ -49,7 +51,7 @@ Downloads
4951
Main downloads of the latest official release.
5052

5153

52-
.. include:: downloads/2.3.0/downloads.txt
54+
.. include:: downloads/2.3.1/downloads.txt
5355

5456
References
5557
----------

news.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ News and version history
33

44
News
55
----
6+
* 2025-04-16: New version 2.3.1 released:
7+
8+
* Fix GPULink missing in astra.data3d module
9+
* Fix crash in Matlab when calling astra_mex_direct
10+
* Fix missing accelerated virtual GPU code for CUDA architectures > 8.6 in Linux packages
11+
612
* 2025-02-22: New version 2.3 released:
713

814
* Add support for zero-copy linking of GPU/CPU arrays from Python libraries supporting the DLPack

0 commit comments

Comments
 (0)