summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS34
2 files changed, 35 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 12a66d9..8d34429 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ project(ufo C)
set(TARNAME "ufo-filters")
set(UFO_FILTERS_VERSION_MAJOR "0")
-set(UFO_FILTERS_VERSION_MINOR "6")
+set(UFO_FILTERS_VERSION_MINOR "7")
set(UFO_FILTERS_VERSION_PATCH "0")
set(UFO_FILTERS_VERSION_STRING_LONG "${UFO_FILTERS_VERSION_MAJOR}.${UFO_FILTERS_VERSION_MINOR}.${UFO_FILTERS_VERSION_PATCH}")
set(UFO_FILTERS_VERSION_STRING_SHORT "${UFO_FILTERS_VERSION_MAJOR}.${UFO_FILTERS_VERSION_MINOR}")
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
=============