summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2017-10-07 07:59:01 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2017-10-07 07:59:01 +0200
commitbfa4dba15485b4192f8bbe13345e9658c97ecf76 (patch)
treefb9c6e5860881fbde902f7cbdbd41dc4a3a9fb5d /CHANGELOG.rst
parentf7bdc2acff3c13a6d632c28c4569690ab106eed7 (diff)
New upstream version 0.6.0+dfsg
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst56
1 files changed, 56 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 2e98df3..b54c4fa 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,62 @@
Change Log
==========
+0.6.0: 2017/10/02
+-----------------
+
+ * OpenCl. Tomography. Implement a filtered back projection.
+ * Add a *PrintPreview* widget and a *PrintPreviewToolButton* for *PlotWidget*.
+ * Plot:
+
+ * Add a context menu on right click.
+ * Add a *ComplexImageView* widget.
+ * Merged abstract *Plot* class with *PlotWidget* class.
+ * Make colormap an object with signals (*sigChanged*)
+ * Add a colorbar widget *silx.gui.plot.ColorBar*.
+ * Make axis an object, allow axis synchronization between plots,
+ allow adding constraints on axes limits.
+ * Refactor plot actions, new sub-package *silx.gui.plot.actions*.
+ * Add signals on *PlotWidget* items notifying updates.
+ * Mask. Support loading of TIFF images.
+
+ * Plot3d:
+
+ * Rework toolbar and interaction to use only the left mouse button.
+ * Support any colormap.
+
+ * Hdf5TreeView:
+
+ * Add an API to select a single tree node item (*setSelectedH5Node*)
+ * Better support and display of types.
+ * New column for displaying the kind of links.
+ * Broken nodes are now selectable.
+
+ * StackView. Add a *setTitleCallback* method.
+ * Median filter. Add new modes (*reflect, mirror, shrink*) in addition to *nearest*.
+
+ * IO:
+
+ * Rename module *spectoh5* to *convert*. Add support for conversion of *fabio* formats.
+ * Support NPZ format.
+ * Support opening an URI (*silx.io.open(filename::path)*).
+ * *Group* methods *.keys*, *.value* and *.items* now return lists in Python 2
+ and iterators in Python 3.
+
+ * Image. Add tomography utils: *phantomgenerator* to produce Shepp-Logan phantom, function to compute center of rotation (*calc_center_corr*, *calc_center_centroid*) and rescale the intensity of an image (*rescale_intensity*).
+
+ * Commands:
+
+ * *silx view*:
+
+ * Add command line option *--use-opengl-plot*.
+ * Add command line option *--debug*, to print dataset reading errors.
+ * Support opening URI (*silx view filename::path*).
+
+ * *silx convert*. New command line application to convert supported data files to HDF5.
+
+ * Enable usage of *silx.resources* for other projects.
+ * The *silx* license is now fully MIT.
+
0.5.0: 2017/05/12
-----------------