Releases: ifm/nexxT
Releases · ifm/nexxT
Make sure not to use incompatible h5py 3.x.x
0.4.2 don't use h5py 3.0.0 as there are breaking changes
0.4.1
Fixes
- Fix possible segmentation fault caused by browser widget
- Fix possible deadlock when de-initializing an application
- Fix high memory usage of hdf5 filters
New features
- Add about dialogs
- Icon enhancements
- Context menus in configuration for direct initializing
- Input Ports now support a interthreadDynamicQueue feature for better decoupling between threads
Interface changes
- MainWindow: deprecated passing a string instance to releaseSubplot(...), use a QWidget instance instead
- Add properties to hdf5 writer for specifying buffer sizes
- Input Ports now support default arguments also when using the C++ implementation
Other changes
- Test enhancements, use xvfb for automated gui tests
Cleanup of c++ interface / Copy & Paste in graph editor
- c++ interface refactoring: replace legacy names nexT*, NexT* and NEXT* with nexxT*, NexxT* and NEXXT* names, this affects the c++ interface at various places, remove legacy macros for namespaces; c++ fiilters will need an update
- implement copy & paste in graph editor
- fix different time offsets of threads in load display
- update to PySide 5.14.2.3
- potential fix for crash in file dialog
- fix for hdf5 reader's suggested port file dialog filters
work-in-progress release
Performance improvements for the log view (still a way to go there).
Add load and profiling monitoring.
Filters using dynamic ports can now suggest the port to create via GUI.
Usability enhancements
0.1.1 provide environment variables in help text
don't use this
0.1.0 - mandatory re-create active applications before intializing them (fo…
Hotfix for segfault at end
0.0.10 fix crash at end of application
work-in-progress release
plugins can now announce their filters using python's entry-points mechanism
relax property loading from config files / fix bool property editor
- fix interpretation of properties from config files - fix bool editor
work-in-progress release
based on PySide 5.14.2.2