Skip to content

Commit

Permalink
Merge pull request #2869 from t20100/prepare-0.12
Browse files Browse the repository at this point in the history
Prepare 0.12 release
  • Loading branch information
vasole authored Jan 9, 2020
2 parents 7fe9cb5 + 026173c commit cbd7b06
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change Log
==========

0.12.0rc0: 2019/12/16
---------------------
0.12.0: 2020/01/09
------------------

Python 2.7 is no longer officially supported (even if tests pass and most of the library should work).

Expand All @@ -11,6 +11,7 @@ Python 2.7 is no longer officially supported (even if tests pass and most of the
* Added: keep the same axes selection when changing dataset except for the stack view (PR #2701, #2780)
* Added a Description column in the browsing tree to display NeXus title or name (PR #2804)
* Added support of URL as filename (PR #2750)
* Behavior changed: no longer lock HDF5 files by default, can be changed with `--hdf5-file-locking` option (PR #2861)

* `silx.gui`:

Expand All @@ -21,8 +22,8 @@ Python 2.7 is no longer officially supported (even if tests pass and most of the
* Added right axis support to `PlotWidget` marker items (PR #2744)
* Added `BoundingRect` `PlotWidget` item (PR #2823)
* Added more markers to `PlotWidget` items using symbols (PR #2792)
* Improved and fixed `PlotWidget` and backends rendering and picking to guarantee rendering order of items (PR #2602, #2694, #2726, #2728, #2730, #2731, #2732, #2734, #2746, #2800, #2822, #2829)
* Improved `RegionOfInterest`: Added `sigItemChanged` signal, renamed `get|setLabel` to `get|setName` (PR #2684, #2729, #2794, #2803)
* Improved and fixed `PlotWidget` and backends rendering and picking to guarantee rendering order of items (PR #2602, #2694, #2726, #2728, #2730, #2731, #2732, #2734, #2746, #2800, #2822, #2829, #2851, #2853)
* Improved `RegionOfInterest`: Added `sigItemChanged` signal, renamed `get|setLabel` to `get|setName` (PR #2684, #2729, #2794, #2803, #2860)
* Improved `StackView`: Allow to save dataset to HDF5 (PR #2813)

* `silx.gui.plot3d`:
Expand All @@ -37,7 +38,7 @@ Python 2.7 is no longer officially supported (even if tests pass and most of the
* Added `silx.gui.utils.blockSignals` context manager (PR #2697, #2702)
* Added `silx.gui.utils.qtutils.getQEventName` function (PR #2725)
* Added `silx.gui.colors.asQColor` function (PR #2753)
* Minor fixes (PR #2662, #2667, #2674, #2719, #2724, #2747, #2757, #2760, #2766, #2789, #2798, #2799, #2805, #2811, #2832, #2834)
* Minor fixes (PR #2662, #2667, #2674, #2719, #2724, #2747, #2757, #2760, #2766, #2789, #2798, #2799, #2805, #2811, #2832, #2834, #2839, #2849, #2852, #2857, #2864, #2867)

* `silx.opencl`:

Expand All @@ -54,6 +55,7 @@ Python 2.7 is no longer officially supported (even if tests pass and most of the
* Added `silx.image.utils.gaussian_kernel` function (PR #2782)
* Improved `silx.image.shapes.Polygon` argument check (PR #2761)
* Fixed and improved `silx.math.fft` with FFTW backend (PR #2751)
* Fixed support of not finite data in fit manager (PR #2868)

* `silx.io`:

Expand All @@ -66,7 +68,9 @@ Python 2.7 is no longer officially supported (even if tests pass and most of the

* Added `Cython` as a build dependency (PR #2795, #2807, #2808)
* Added Debian 10 packaging (PR #2670, #2672, #2666, #2686, #2706)
* Improvements: documentation (PR #2673, #2680, #2679, #2772, #2759, #2779, #2801, #2802, #2833), testing tools (PR #2704, #2796, #2818), `bootstrap.py` script (PR #2727, #2733)
* Improved documentation (PR #2673, #2680, #2679, #2772, #2759, #2779, #2801, #2802, #2833, #2857, #2869)
* Improved testing tools (PR #2704, #2796, #2818)
* Improved `bootstrap.py` script (PR #2727, #2733)


0.11.0: 2019/07/03
Expand Down
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# coding: utf-8
# /*##########################################################################
#
# Copyright (c) 2015-2019 European Synchrotron Radiation Facility
# Copyright (c) 2015-2020 European Synchrotron Radiation Facility
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -69,7 +69,7 @@
MAJOR = 0
MINOR = 12
MICRO = 0
RELEV = "rc" # <16
RELEV = "final" # <16
SERIAL = 0 # <16

date = __date__
Expand Down

0 comments on commit cbd7b06

Please sign in to comment.