summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2018-06-29 11:03:30 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2018-06-29 11:03:30 +0200
commit9ac9a036fd08298afb29084a8c22b495385add2d (patch)
treec1f52d5c0f108a514bc73d6427f0a54ca84df070 /NEWS
parent2fb3a6f18302692b5f2e0049ebab851ba55be3a9 (diff)
downloadufo-filters-9ac9a036fd08298afb29084a8c22b495385add2d.tar.gz
ufo-filters-9ac9a036fd08298afb29084a8c22b495385add2d.tar.bz2
ufo-filters-9ac9a036fd08298afb29084a8c22b495385add2d.tar.xz
ufo-filters-9ac9a036fd08298afb29084a8c22b495385add2d.zip
Release version 0.16.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS43
1 files changed, 43 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8ec8b87..60377f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+Version 0.16.0
+==============
+
+Enhancements:
+
+- filter: Enable scaling in ramp_fromreal
+- opencl: add `options` property to set build opts
+- opencl: allow overriding PATCH_ and SEARCH_RADIUS
+- opencl: add `diff` kernel
+- nlm: use sigma if passed as an option
+- nlm: don't scale sigma arbitrarily
+- backproject: lift angle-step and -offset limits
+- read: support single plane RGB data
+- write: support RGB TIFFs and JPEGs
+- write: do not require fmt specifier for jpeg
+- bin: support 3D binning as well
+- fft: add debug message showing underlying FFT lib
+- Do transpose on GPU
+
+Fixes:
+
+- Fix #153: handle 64 bit TIFFs gracefully
+- Fix #159: add boolean `rescale` option
+- Fix #161: add test to prove things work
+- Fix #162: make use of new buffer layout API
+- Fix #163: return raw-height correctly
+- Fix #165: use current get_kernel API
+- Fix #166: propagate OpenCL errors if possible
+
+Breaks:
+
+- detect-edge: rename "type" to "filter"
+
+New filters:
+
+- Add cone beam reconstructor
+- Add tile task
+- Add unsplit task
+- Add map-color task
+- Add gradient filter
+- Add zmq-pub and zmq-sub tasks
+
+
Version 0.15.1
==============