summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2018-01-04 10:27:43 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2018-01-04 10:27:43 +0100
commit6e1019096a5c5a78a7597c3836d4179471165d8b (patch)
treea7ec05af9cdcd91b114cc208d95b423fe8ead5da /NEWS
parentd4fe816fdca68ae5946d83667eca126e0f24d59c (diff)
downloadufo-filters-6e1019096a5c5a78a7597c3836d4179471165d8b.tar.gz
ufo-filters-6e1019096a5c5a78a7597c3836d4179471165d8b.tar.bz2
ufo-filters-6e1019096a5c5a78a7597c3836d4179471165d8b.tar.xz
ufo-filters-6e1019096a5c5a78a7597c3836d4179471165d8b.zip
Release version 0.15
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS46
1 files changed, 46 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 31d3adc..3aaf51d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,49 @@
+Version 0.15.0
+==============
+
+Enhancements:
+
+- Added a manual section showing basic image processing examples
+- Added a manual section to list default kernels usable with opencl and
+ opencl-reduce
+- backproject: unroll loop for P100, Quadro M6000, GTX 1080 TI and Tesla K20XM
+- cv-show: use unique window name to allow multiple viewers
+- dfi: clean up and simplify reflection code
+- read: avoid file open check if successful
+- read: add lazy timeout-based reading
+- retrieve-phase: remove unused normalize parameter
+- retrieve-phase: untangle macro and ?: mess
+- stat-monitor: clean up and remove dead code
+- stitch: minor cleanups and correct kernel release
+- swap-quadrants: simplified code
+- write: warn if no format spec is given for jpeg
+- Fix #144: document swap-quadrants
+
+Fixes:
+
+- camera: fix linking with libuca
+- cv-show: fix compilation with older g++ compilers
+- dfi: fix wrong warning about even sample number
+- dummy-data: lift number limit
+- opencl: kernel name cannot be NULL
+- Fix #149: image2d_t is always global
+- Fix #146: use gnu99 instead of c99
+- Fix #133: off-by-one cropping is bad
+
+Breaks:
+
+- Moved nlm kernel from nlm.cl to opencl.cl
+- Remove unused default.cl
+
+New filters:
+
+- Added cv-show viewer
+- Added circular mask filter
+- Added opencl-reduce
+- Added projection filter bh3
+- Added filter to remove outliers
+
+
Version 0.14.1
==============