Published November 30, 2023
| Version v0.4.0
Software
Open
UnfoldMakie
Description
UnfoldMakie v0.4.0
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 didplot_erp(...,extra=(;extraArgumentA=true))
, now this results in an error, and one need to doplot_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:
- Erpgrid (#92) (@vladdez)
- add warning if data == 0 (#93) (@behinger)
- 8plots (#97) (@vladdez)
- Update plot_topoplotseries.jl (#98) (@vladdez)
- invalid kwargs specification should throw an error now (#99) (@behinger)
- "8 plots -2" (#101) (@vladdez)
- Kwargs error (#102) (@vladdez)
- argument names review (#105) (@vladdez)
- CompatHelper: bump compat for GridLayoutBase to 0.10, (keep existing compat) (#107) (@github-actions[bot])
- docs: add behinger as a contributor for bug, code, and 8 more (#109) (@allcontributors[bot])
- docs: add vladdez as a contributor for bug, code, and 6 more (#110) (@allcontributors[bot])
- docs: add Link250 as a contributor for code, and doc (#111) (@allcontributors[bot])
- docs: add NiklasMGaertner as a contributor for code, and doc (#112) (@allcontributors[bot])
- docs: add SorenDoring as a contributor for code, and doc (#113) (@allcontributors[bot])
- docs: add lokmanfl as a contributor for code, and doc (#114) (@allcontributors[bot])
- docs: add jschepers as a contributor for bug, ideas, and doc (#115) (@allcontributors[bot])
- docs: add ReneSkukies as a contributor for doc (#116) (@allcontributors[bot])
- CompatHelper: bump compat for Makie to 0.20, (keep existing compat) (#118) (@github-actions[bot])
- Docs: update plot_butterfly docs (#119) (@behinger)
- complete rewrite of parallel plots (#121) (@behinger)
- Pcp (#124) (@vladdez)
- New CI auto-formatter (#125) (@behinger)
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)
Notes
Files
unfoldtoolbox/UnfoldMakie.jl-v0.4.0.zip
Files
(1.1 MB)
Name | Size | Download all |
---|---|---|
md5:6ab39c74723a316760d743f497cc356b
|
1.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/unfoldtoolbox/UnfoldMakie.jl/tree/v0.4.0 (URL)