Releases: mad-lab-fau/mad-gui
Releases · mad-lab-fau/mad-gui
V1.0.2
v1.0.1-a1
update pypi readme
v1.0.1
v1.0.0
Project
- Switch to Python 3.8 for faster dependency resolving
- improve/fix README
- extend documentation
Code
- make it possible to assign 'file types' to a loader, such that the user knows which file types can be opened using this loader
- fix loading of PlotData objects from saved files
- fix window not shown on macOS
- add python-vlc to fix video plot (for synchronization) not showing up -> may have implications for standalone-builds
- fix synchronization mode
Pipeline
- Remove individually installing astroid as prospector works fine again
Full changelog : v0.2.1-beta4...v1.0.0
v0.2.1-beta4
Potentially fix "pyside2-uic" not found on windows
Full Changelog: v0.2.1-beta3...v0.2.1-beta4
Hotfix edit labels
When in edit mode instead of moving lines, the plot was shifted. Now fixed.
New algorithms and bugfixes
1. Bugs
- Plugin selection dialog showed "Exporter to used" -> changed to "Plugin to use"
- Fixed style of dropdowns
- Previously the border of a RegionLabel could only be changed when first hovering over the label; now it works also if approaching the label "from outside"
- Plotted channels are now the same before and after executing an algorithm
2. Additions
- Added example algorithm for analysis of existing labels
- Added example exporter
- Added BaseImporter.file_type to be able to give importer a preferred file name, such that only files of that type are shown when selecting data
- Added typecheck for passing plugins and labels to MainWindow
4. Readthedocs
- improved, e.g. includes working examples
Add event labels, fix bugs
1. Labels
- events snapped to a wrong position when added via mouse/keyboard, because sampling rate was not considered. It needs to be this way, since otherwise the positions are not correct when reloading events from a
.mad_gui
file. - event labels can now be passed to the gui. Press and hold ctrl to add events
- region labels can be defined to include one or more event labels
2. Bugs
- fixed an issue with axis going off when having several monitors
- enabled using openGL and autodownsampling (see config.settings), which gives a high performance boost in loading and moving large datasets
Relax dependencies; Improve feedback
- Relax pandas dependency to ease dependency handling for developers who build using our GUI. If developers wanted to use our ExampleAlgrotihm and ExampleImporter, they now have to use the code from github and use
poetry install
or manually take care that the correct pandas version is installed. - Enable to load annotaions in custom format.
- Give more feedback to users and developers if things go wrong.
Fix version number
v0.2.0-alpha.3 Update pyproject.toml