Skip to content

Releases: ifm/nexxT

Make sure not to use incompatible h5py 3.x.x

05 Nov 13:06
Compare
Choose a tag to compare
0.4.2

don't use h5py 3.0.0 as there are breaking changes

0.4.1

03 Nov 19:35
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

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

23 Oct 07:59
Compare
Choose a tag to compare
  • 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

19 Oct 09:33
Compare
Choose a tag to compare
Pre-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

06 Oct 09:22
Compare
Choose a tag to compare
Pre-release
0.1.1

provide environment variables in help text

don't use this

05 Oct 09:47
Compare
Choose a tag to compare
don't use this Pre-release
Pre-release
0.1.0

- mandatory re-create active applications before intializing them (fo…

Hotfix for segfault at end

12 Aug 15:49
Compare
Choose a tag to compare
Pre-release
0.0.10

fix crash at end of application

work-in-progress release

20 Jul 08:07
Compare
Choose a tag to compare
Pre-release

plugins can now announce their filters using python's entry-points mechanism

relax property loading from config files / fix bool property editor

08 Jul 09:30
Compare
Choose a tag to compare
- fix interpretation of properties from config files

- fix bool editor

work-in-progress release

07 Jul 11:54
Compare
Choose a tag to compare
Pre-release

based on PySide 5.14.2.2