Release 0.3.0
·
12 commits
to master
since this release
Documentation
- Fixed math display for equations in docs by using mathjax as renderer #59
- Remove title "Viziphant" from navigation bar #60
- Fix documentation, remove version cap on sphinxcontrib-bibtex, add new citation style #57
- Fix navigation bar not showing up in documentation #64
New functionality and features
- Add parameter to exclude labels from plotting in add_event function. #50
- Add limit check to add_event function to prevent labels outside bounds of figure. #49
- GPFA function plot_dimensions_vs_time passing neo.Events to the plotting function to make it more robust and flexible #52
Bug fixes
- Fix bug in add_events where only the last event was plotted. #53
- Fix bug with newer versions of matplotlib by replacing gca() with add_subplot(). #56
Miscellaneous
- CI: update GitHub actions commands, remove deprecated commands #58
- Add first unit test for ASSET plot_synchronous_events #63