Skip to content

Commit

Permalink
Update for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wjp committed Oct 27, 2021
1 parent 1e3ac43 commit 4b1a221
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 19 deletions.
6 changes: 3 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@

# General information about the project.
project = 'ASTRA Toolbox'
copyright = '2010-2019, imec-Vision Lab, University of Antwerp; 2014-2019, CWI, Amsterdam'
copyright = '2010-2021, imec-Vision Lab, University of Antwerp; 2014-2021, CWI, Amsterdam'
author = 'imec-Vision Lab, University of Antwerp and CWI, Amsterdam'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '1.9.9.dev1'
version = '2.0.0'
# The full version, including alpha/beta/rc tags.
release = '1.9.9.dev1'
release = '2.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Binary file added downloads/2.0.0/.downloads.txt.swp
Binary file not shown.
5 changes: 5 additions & 0 deletions downloads/2.0.0/downloads.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* ASTRA v2.0.0 for Windows 64 bit CUDA/MATLAB: `astra-2.0.0-matlab-win-x64.zip </files/astra-2.0.0/astra-2.0.0-matlab-win-x64.zip>`_
* ASTRA v2.0.0 for Windows 64 bit CUDA/Python 3.9: `astra-2.0.0-python39-win-x64.zip </files/astra-2.0.0/astra-2.0.0-python39-win-x64.zip>`_
* ASTRA v2.0.0 Source Code for Windows (Visual Studio 2017): `astra-2.0.0.zip </files/astra-2.0.0/astra-2.0.0.zip>`_
* ASTRA v2.0.0 Source Code for Linux: https://github.com/astra-toolbox/astra-toolbox/releases/tag/v2.0.0
* Python packages also available in Conda: ``conda install -c astra-toolbox astra-toolbox``
5 changes: 5 additions & 0 deletions downloads/2.0.0/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ASTRA v2.0.0 (2021-10-27)
===============================

.. include:: downloads.txt

7 changes: 3 additions & 4 deletions downloads/index.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Downloads
=========

Below are the latest development and released versions. For older versions, see the links in the sidebar. We recommend the development version currently.
Below is the latest released version. For older versions, see the links in the sidebar.

.. include:: 1.9.0.dev11/downloads.txt

.. include:: 1.8.3/downloads.txt
.. include:: 2.0.0/downloads.txt

.. toctree::
:hidden:

2.0.0/index
1.9.0.dev11/index
1.8.3/index
1.8/index
Expand Down
17 changes: 5 additions & 12 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,21 @@ The source code of the ASTRA Toolbox is available on `GitHub <https://github.com
Latest News
-----------

* In the latest development version of ASTRA (1.9.9.dev), we have made some consistency improvements to the grey value output ranges of the FP and BP operations. See the `News section <news.html>`_ for more information.
* 27 Oct 2021: ASTRA v2.0 released. This official release wraps up all the consistency and compatibility improvements from the development releases over the past few years. See the entry for 17 Jan 2020 in our `News section <news.html>`_ for more information on these gray value output range consistency improvements.

* For those visiting `ICTMS 2019 <http://ictms2019.org/>`_ in Australia, we will host `an ASTRA workshop <ictms.html>`_ there on 22 July 2019.
* 17 Jan 2020: In the latest development version of ASTRA (1.9.9.dev), we have made some consistency improvements to the grey value output ranges of the FP and BP operations. See the `News section <news.html>`_ for more information.

* Windows Matlab/Python packages of the current 1.9.0.dev version of ASTRA
git master are now available for download below. These require CUDA 9.0+.
* 9 Jul 2019: Windows Matlab/Python packages of the current 1.9.0.dev version of ASTRA git master are now available for download below. These require CUDA 9.0+.

* 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`` .

* 7 dec 2016: ASTRA v1.8 released


Downloads
---------

Main downloads of the latest development and official releases. We
recommend the development release currently.

Main downloads of the latest official release.

.. include:: downloads/1.9.0.dev11/downloads.txt

.. include:: downloads/1.8.3/downloads.txt
.. include:: downloads/2.0.0/downloads.txt

References
----------
Expand Down
6 changes: 6 additions & 0 deletions news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ News and version history
News
----

* 2021-10-27: New version 2.0 released:

* Improve output scaling consistency of all projectors. See the 2020-01-17 news entry below.
* Improve compatibility with modern Python, CUDA, Linux and Windows versions.
* Add experimental Python interfaces to FP3D, BP3D, FDK to make ASTRA calls by 3rd party toolboxes more efficient and flexible.

* 2020-01-17: Consistency changes in development version of ASTRA

We have changed the way gray values in forward projections, backprojections and reconstructions scale with the size of detector pixels. This does not impact geometries where the detector pixels have size 1 in 2D, or 1x1 in 3D.
Expand Down

0 comments on commit 4b1a221

Please sign in to comment.