Skip to content

Commit 83e6971

Browse files
committed
Rework news section on front page
1 parent ba1d49d commit 83e6971

1 file changed

Lines changed: 21 additions & 17 deletions

File tree

index.rst

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -60,29 +60,33 @@ Install
6060
Latest News
6161
-----------
6262

63-
* 17 Jun 2026: `ASTRA v2.5.0 <news.html#version-2-5-0>`_ released.
63+
2026-06-17: Version 2.5.0
64+
~~~~~~~~~~~~~~~~~~~~~~~~~
65+
* Add support for 2D projectors in DLPack functionality.
6466

65-
* 16 Dec 2025: `ASTRA v2.4.1 <news.html#version-2-4-1>`_ released.
67+
This allows for zero-copy linking of CPU/GPU arrays from Python libraries supporting
68+
the DLPack standard, including PyTorch, TensorFlow, CuPy and JAX. Previously, this was
69+
only supported for 3D data.
6670

67-
* 4 Aug 2025: `ASTRA v2.4 <news.html#version-2-4>`_ released.
71+
* Add ``direct_FP`` / ``direct_BP`` to ``astra.projector`` and ``astra.projector3d`` modules.
6872

69-
* 16 Apr 2025: `ASTRA v2.3.1 <news.html#version-2-3-1>`_ released.
73+
This allows for using ASTRA projectors directly on DLPack arrays, without creating an
74+
ASTRA data or algorithm objects. See `2D Projectors <docs/proj2d.html#direct-fp-direct-bp>`_
75+
and `3D Projectors <docs/proj3d.html#direct-fp-direct-bp>`_ docs for more information.
7076

71-
* 22 Feb 2025: `ASTRA v2.3 <news.html#version-2-3>`_ released.
77+
* Add experimental support for ROCm/HIP tensors in "direct" and "link" functionality
78+
* Major internal refactoring of data management and CUDA subsystems
79+
* Fix memory leaks in several places
80+
* Fix the crash in fanflat BP_CUDA with more than 2560 angles
81+
* Add PyPI distribution for Windows
82+
* Add support for CUDA 13 and Visual Studio 2022 on Windows
83+
* Add support and distribution for free-threading Python version (Linux only)
84+
* Update set_gpu_index and other GPU selection options for multi-threading contexts
85+
* Fix building on modern macOS
7286

73-
* 12 Jul 2024: `ASTRA v2.2 <news.html#version-2-2>`_ released.
87+
`>>> More news <news.html>`_
88+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7489

75-
* 31 Jan 2022: `ASTRA v2.1 <news.html#version-2-1>`_ released. This is the official release of the 2.0.9 development version.
76-
77-
* 23 Dec 2021: There are now conda packages for development version 2.0.9 available in the ``astra-toolbox/label/dev`` conda channel to prepare for 2.1.0 in early 2022. This fixes a rare hang in our CUDA FFT code (and also speeds it up) in FBP_CUDA and FDK_CUDA, fixes GPULink support with unpadded rows, output gray value scaling for short-scan FDK, and conda compatibility issues with the conda-forge and nvidia conda channels.
78-
79-
* 27 Oct 2021: `ASTRA v2.0 <news.html#version-2-0>`_ released. This official release wraps up all the consistency and compatibility improvements from the development releases over the past few years. See the news entry for more information on these gray value output range consistency improvements.
80-
81-
* 17 Jan 2020: In the latest development version of ASTRA (`1.9.9.dev <news.html#version-1-9-9dev-changes-in-output-scaling-of-projectors>`_), we have made some consistency improvements to the grey value output ranges of the FP and BP operations.
82-
83-
* 9 Jul 2019: Windows MATLAB/Python packages of the current `1.9.0.dev <news.html#version-1-9-0-dev>`_ version of ASTRA git master are now available for download below. These require CUDA 9.0+.
84-
85-
* We now have development Python packages available from ASTRA git master on conda. Quick installation instructions: ``conda install -c astra-toolbox/label/dev astra-toolbox`` .
8690

8791
References
8892
----------

0 commit comments

Comments
 (0)