File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ for future and past milestones.
1313 * The result was an image positioned at the origin (0, 0) instead of the expected
1414 position (x0, y0) and the ROI rectangle itself was not removed as expected
1515 * [ Issue #6 ] ( https://github.com/Codra-Ingenierie-Informatique/DataLab/issues/6 ) - 'Extract multiple ROI' feature: unexpected result for a single ROI
16+ * Macro-command console is now read-only:
17+ * The macro-command panel Python console is currently not supporting standard input
18+ stream (` stdin ` ) and this is intended (at least for now)
19+ * Set Python console read-only to avoid confusion
1620
1721## DataLab Version 0.9.1 ##
1822
Original file line number Diff line number Diff line change 1616
1717import os
1818
19- __version__ = "0.9.1 "
19+ __version__ = "0.9.2 "
2020__docurl__ = "https://cdlapp.readthedocs.io/en/latest/"
2121__homeurl__ = "https://codra-ingenierie-informatique.github.io/DataLab/"
2222__supporturl__ = (
You can’t perform that action at this time.
0 commit comments