summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2015-02-20 10:07:15 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2015-02-20 10:07:15 +0100
commit4b74b01a8870103fc4d6d26448aafea96a37b3ee (patch)
tree39e1b795b09c51b347838c487b2e5cc4eb366be9 /NEWS
parent46e8dc808cc45a3ddfd226a0520d15842c30f4f2 (diff)
downloadufo-filters-4b74b01a8870103fc4d6d26448aafea96a37b3ee.tar.gz
ufo-filters-4b74b01a8870103fc4d6d26448aafea96a37b3ee.tar.bz2
ufo-filters-4b74b01a8870103fc4d6d26448aafea96a37b3ee.tar.xz
ufo-filters-4b74b01a8870103fc4d6d26448aafea96a37b3ee.zip
Release version 0.7
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS34
1 files changed, 34 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b665d75..1934ec0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+Version 0.7.0
+=============
+
+This release breaks badly with all previous version because we renamed several
+filters and properties to clean up inconsistencies.
+
+Major changes include:
+
+- Integration tests have been moved to core
+- writer: allow 8 and 16 bit uint output
+- reader: support Multi EDF files
+- reader: add y-step parameter
+- reader: from:to:step selection of files
+- flatfieldcorrection: add "dark-scale" property
+
+New filters:
+
+- Import uPIV related filters by Alexandre Lewkowicz
+- Add pad to add zero padding
+- Add slice mapper to arrange input as a single grid
+- Add inplace flatten task for sum, min and max
+- Add interpolation task to interpolate between two streams
+- Add flatten task based on median sort
+- Add stack task to create a volume from 2D series
+- Add transpose task to rotate data
+- Add measure task to measure image metrics
+- Add PolarCoordinates task
+- Integration of UfoIR algebraic reconstruction tasks
+- Add median noise filter
+- Add slice task to cut volumes into 2D data stream
+- Add stripe removal task
+- Add phase retrieval filter
+
+
Version 0.6.0
=============