From 0bcde21948d619e9803de229ea40499b5e1dd873 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Wed, 27 May 2015 11:54:04 +0200 Subject: Update README, NEWS --- NEWS.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS.txt') diff --git a/NEWS.txt b/NEWS.txt index c5720ec..cec28a8 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -9,6 +9,12 @@ Contact: astra@uantwerpen.be Website: http://sf.net/projects/astra-toolbox ----------------------------------------------------------------------- +1.6 (2015-05-29) + * integrate and improve python interface + * integrate opSpot-based opTomo operator + * build fixes for newer platforms + * various consistency and bug fixes + 1.5 (2015-01-30) * add support for fan beam FBP * remove limits on number of angles in GPU code -- cgit v1.2.3 From 6458cb49916980e4f0aee07eb4bc621b9f2053a8 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Fri, 4 Dec 2015 16:20:29 +0100 Subject: Add release notes for v1.7beta --- NEWS.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'NEWS.txt') diff --git a/NEWS.txt b/NEWS.txt index cec28a8..f120153 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -9,6 +9,20 @@ Contact: astra@uantwerpen.be Website: http://sf.net/projects/astra-toolbox ----------------------------------------------------------------------- +1.7beta (2015-12-04) + * NB: This release has a beta tag as it contains two new + big experimental features. + * experimental MPI distributed computing support in Python + * experimental support in Python for FP and BP of objects + composited from multiple 3d data objects, at possibly different resolutions. + This also removes some restrictions on data size for 3D GPU FP and BP. + * support for Python algorithm plugins + * removed restrictions on volume geometries: + The volume no longer has to be centered. + Voxels still have to be cubes, but no longer 1x1x1. + * build fixes for newer platforms + * various consistency and bug fixes + 1.6 (2015-05-29) * integrate and improve python interface * integrate opSpot-based opTomo operator -- cgit v1.2.3 From ea861e0174aefea90845dd8eaab19c66c1ec8bbd Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Wed, 23 Dec 2015 10:47:29 +0100 Subject: Add release notes for v1.7.1beta --- NEWS.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS.txt') diff --git a/NEWS.txt b/NEWS.txt index f120153..1efed4e 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -9,6 +9,11 @@ Contact: astra@uantwerpen.be Website: http://sf.net/projects/astra-toolbox ----------------------------------------------------------------------- +1.7.1beta (2015-12-23) + * NB: This release has a beta tag as it contains two new + big experimental features. + * fix crash with certain 2D CUDA FP calls + 1.7beta (2015-12-04) * NB: This release has a beta tag as it contains two new big experimental features. -- cgit v1.2.3