Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 22:07
· 237 commits to main since this release
4011112

UnfoldMakie v0.4.0

Diff since v0.3.6

Breaking

  • renamed all argument names to follow a underscore format. e.g. showColor => show_color
  • parallelplot rewritten from scratch. Will be externalized to MakieParallelCoordinates.jl at some point
  • We removed all extra entries and moved them to normal kwargs. That is, before one did plot_erp(...,extra=(;extraArgumentA=true)), now this results in an error, and one need to do plot_erp(...;extraArgumentA=true) directly
  • illspecified kwargs now result in an error, that is plot_erp(...,bla=true) would result now in an error, while it was silently ignored before

New features

  • plot_channelimage
  • plot_erpgrid

Merged pull requests:

Closed issues:

  • plot_toposeries: return list of axes (#65)
  • Section in docs about obtaining data (#77)
  • docs: give a sorted erpimage example (#78)
  • formatting (#81)
  • Hard-coded retrieval of color map and color range for toposeries is a bad idea. (#82)
  • make a test and docs with 8 plots (#95)
  • Parallelplot issues (#96)
  • contributors (#108)