Skip to content

Commit 89d886f

Browse files
committed
Updated CHANGELOG
1 parent 28f54da commit 89d886f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ for future and past milestones.
2424
an image along a row or a column
2525
* Added "Extract average profile" to "Operations" menu, to extract the
2626
average profile on a rectangular area of an image, along a row or a column
27-
* Image LUT range is now saved in the HDF5 file:
27+
* Image LUT range (contrast/brightness settings) is now saved in the HDF5 file:
2828
* As for curve and image styles, the LUT range was already persistent during
2929
the working session, but was lost when saving and reloading the HDF5 file
3030
* Now, the LUT range is saved in the HDF5 file and is restored when reloading it
@@ -91,6 +91,11 @@ for future and past milestones.
9191
the active signal/image panel, and not on all panels.
9292
* This is now fixed (see [Issue #11](https://github.com/Codra-Ingenierie-Informatique/DataLab/issues/11) - "Show graphical object titles" and "Auto-refresh" actions were working only on current signal/image panel)
9393
* Fixed [Issue #14](https://github.com/Codra-Ingenierie-Informatique/DataLab/issues/14) - Saving/Reopening HDF5 project without cleaning-up leads to `ValueError`
94+
* Fixed [Issue #15](https://github.com/Codra-Ingenierie-Informatique/DataLab/issues/15) - MacOS: 1. `pip install cdl` error - 2. Missing menus:
95+
* Part 1: `pip install cdl` error on MacOS was actually a **PlotPy** issue
96+
(https://github.com/PlotPyStack/PlotPy/issues/9), and was fixed in PlotPy v2.0.3
97+
with an additional compilation flag indicating to use C++11 standard
98+
* Part 2: Missing menus on MacOS was due to a PyQt/MacOS bug regarding dynamic menus
9499

95100
## DataLab Version 0.9.2 ##
96101

0 commit comments

Comments
 (0)