v0.14.2
See DataLab roadmap page
for future and past milestones.
DataLab Version 0.14.2
- Merged
open_objectandopen_objectsmethods toload_from_filesin proxy
classes, main window and data panels - For consistency's sake: merged
save_objectandsave_objectsintosave_to_files - To sum up, those changes lead to the following situation:
load_from_files: load a sequence of objects from multiple filessave_to_files: save a sequence of objects to multiple files (at the moment,
it only supports saving a single object to a single file, but it may be extended
in the future to support saving multiple objects to a single file)
🛠️ Bug fixes:
- Fixed Issue #61 - Text file import wizard: application crash when importing a multiple curve text file:
- This issue concerns a use case where the text file contains multiple curves
- This is now fixed and an automatic test has been added to prevent regressions