Skip to content

Releases: mad-lab-fau/mad-gui

V1.0.2

03 Jun 07:00
d22c0d6
Compare
Choose a tag to compare

Fixing dependency issues and linter issue

v1.0.1-a1

18 Jul 17:31
d7d9244
Compare
Choose a tag to compare

update pypi readme

v1.0.1

18 Jul 17:36
a19e327
Compare
Choose a tag to compare

Update PyPi README

v1.0.0

18 Jul 17:03
a668243
Compare
Choose a tag to compare

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

12 Oct 18:55
Compare
Choose a tag to compare
v0.2.1-beta4 Pre-release
Pre-release

Potentially fix "pyside2-uic" not found on windows

Full Changelog: v0.2.1-beta3...v0.2.1-beta4

Hotfix edit labels

08 Oct 11:44
7b8dff7
Compare
Choose a tag to compare
Hotfix edit labels Pre-release
Pre-release

When in edit mode instead of moving lines, the plot was shifted. Now fixed.

New algorithms and bugfixes

06 Oct 08:04
Compare
Choose a tag to compare
Pre-release

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

26 Sep 15:58
2e50f69
Compare
Choose a tag to compare
Pre-release

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

16 Sep 17:29
f50f4c7
Compare
Choose a tag to compare
Pre-release
  • 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

04 Aug 21:51
3d05692
Compare
Choose a tag to compare
Fix version number Pre-release
Pre-release
v0.2.0-alpha.3

Update pyproject.toml