File tree Expand file tree Collapse file tree 3 files changed +476
-416
lines changed
doc/locale/fr/LC_MESSAGES/contributing Expand file tree Collapse file tree 3 files changed +476
-416
lines changed Original file line number Diff line number Diff line change 33See DataLab [ roadmap page] ( https://datalab-platform.com/en/contributing/roadmap.html )
44for future and past milestones.
55
6+ ## DataLab Version 0.15.1 ##
7+
8+ 🛠️ Bug fixes:
9+
10+ * Fixed [ Issue #68 ] ( https://github.com/DataLab-Platform/DataLab/issues/68 ) - Slow loading of even simple plots:
11+ * On macOS, the user experience was degraded when handling even simple plots
12+ * This was due to the way macOS handles the pop-up windows, e.g. when refreshing the
13+ plot view ("Creating plot items" progress bar), hence causing a very annoying
14+ flickering effect and a global slowdown of the application
15+ * This is now fixed by showing the progress bar only after a short delay (1s), that
16+ is when it is really needed (i.e. for long operations)
17+ * Thanks to [ @marcel-goldschen-ohm ] ( https://github.com/marcel-goldschen-ohm ) for the
18+ very thorough feedback and the help in testing the fix
19+
620## DataLab Version 0.15.0 ##
721
822🎁 New installer for the stand-alone version on Windows:
Original file line number Diff line number Diff line change 1313
1414import os
1515
16- __version__ = "0.15.0 "
16+ __version__ = "0.15.1 "
1717__docurl__ = __homeurl__ = "https://datalab-platform.com/"
1818__supporturl__ = "https://github.com/DataLab-Platform/DataLab/issues/new/choose"
1919
You can’t perform that action at this time.
0 commit comments