Releases: unfoldtoolbox/Unfold.jl
Releases · unfoldtoolbox/Unfold.jl
v0.8.9
Unfold v0.8.9
- increased speed of effects.jl
- fixed two bugs which raised errors when using multiple events
- updates of tooling
Merged pull requests:
- precompilation (#304) (@behinger)
- Improved Typestability (#305) (@behinger)
- Bump actions/upload-artifact from 4 to 5 (#306) (@dependabot[bot])
- improve effects (#310) (@behinger)
- [AUTO] pre-commit update (#311) (@github-actions[bot])
- Bump actions/checkout from 5 to 6 (#312) (@dependabot[bot])
- benchmark fix (#315) (@behinger)
- default implementation follows specification, added test (#316) (@behinger)
- fix #258 (#317) (@behinger)
- [AUTO] pre-commit update (#318) (@github-actions[bot])
- Bump actions/cache from 4 to 5 (#319) (@dependabot[bot])
- Bump peter-evans/create-pull-request from 7 to 8 (#320) (@dependabot[bot])
- Bump actions/upload-artifact from 5 to 6 (#321) (@dependabot[bot])
- fix the char issue (#324) (@behinger)
Closed issues:
- [Bug] mass univariate, multiple events with 'char' errors (#258)
- replace .shift_onset with shift_onset() (#265)
- Models that run in MATLAB produce out of memory errors in Julia? (#285)
- [Bug] error in effects when using non-default eventfield (#296)
- [Question] How to handle missing covariate values for fitting a model with overlap correction? (#308)
v0.8.8
Unfold v0.8.8
v0.8.7
Unfold v0.8.7
- fix warnings in Julia 1.12
- added new eventhandling function + tutorial
Merged pull requests:
- Update eventhandling.jl (#247) (@behinger)
- Bump peter-evans/find-comment from 3 to 4 (#297) (@dependabot[bot])
- Bump peter-evans/repository-dispatch from 3 to 4 (#298) (@dependabot[bot])
- Bump peter-evans/create-or-update-comment from 4 to 5 (#299) (@dependabot[bot])
- Fix UnfoldMixedModels link (#300) (@jschepers)
- removed duplicated function (#301) (@behinger)
v0.8.6
Unfold v0.8.6
- Better documentation of circspl - also fixed a bug with the width function, which threw an error in
coeftable/effectscalls. - Added more warnings and checks to the data conformity, especially that
Anyeltypes inBSplineserrors are more helpful - Added new Tutorial how to run Unfold in R
- Fixed a bug with code-instability when the designmatrix was longer than the data
- Fixed some type instabilities in the fit-function, but performance should be untouched
Merged pull requests:
- better messages (#279) (@behinger)
- [AUTO] pre-commit update (#282) (@github-actions[bot])
- Bump actions/checkout from 4 to 5 (#284) (@dependabot[bot])
- add docstring, fix bug with df/coefnames/width #267 (#287) (@behinger)
- Bump actions/setup-python from 5 to 6 (#289) (@dependabot[bot])
- feature moreWarnings (#290) (@behinger)
- feature R (#291) (@behinger)
- codestable resize (#293) (@behinger)
- fit/solver small refactors & type stability (#294) (@behinger)
- Benchmark - small fixes (#295) (@behinger)
Closed issues:
- Missing explaination for changing the contrast coding in documentation (#220)
- Document circspl function (#267)
- Tutorial on how to deal with rejected / artefactual data. (#270)
- [Question] Can Unfold.jl be used to seperate evoked vs induced responses (#281)
- Large differences in runtime depending on individual data (#292)
v0.8.5
Unfold v0.8.5
- new function
StatsAPI.r2calculating coefficient of determination - new tutorial how to exclude bad data from model-fit
- 🐍 documentation fixes
Merged pull requests:
- CompatHelper: bump compat for BSplineKit to 0.19, (keep existing compat) (#259) (@github-actions[bot])
- CompatHelper: bump compat for BSplineKit in [weakdeps] to 0.19, (keep existing compat) (#260) (@github-actions[bot])
- [AUTO] pre-commit update (#261) (@github-actions[bot])
- CompatHelper: bump compat for Krylov in [weakdeps] to 0.10, (keep existing compat) (#262) (@github-actions[bot])
- CompatHelper: bump compat for Krylov to 0.10, (keep existing compat) (#263) (@github-actions[bot])
- Unify landingpage - Update doc links to the respective UnfoldDocs pages. (#264) (@xuyg16)
- new tutorial, addressing #270 (#271) (@behinger)
- feature r2 (#272) (@behinger)
- CompatHelper: bump compat for Interpolations to 0.16, (keep existing compat) (#273) (@github-actions[bot])
- [AUTO] pre-commit update (#274) (@github-actions[bot])
- docs: add LeonvonHaugwitz as a contributor for bug (#278) (@allcontributors[bot])
Closed issues:
Docs retrigger
v0.8.4+docs v0.8.4
v0.8.4
Unfold v0.8.4
- new unified docs landing page
Merged pull requests:
v0.8.3
Unfold v0.8.3
Reduced compat with bsplinekit to 0.17 because it exports a fit function, leading to semi-breaking changes.
v0.8.2
Unfold v0.8.2
- Update docstring of condense function
- Updated some tutorials + better looking docs
Merged pull requests:
- Update condense.jl (#245) (@ReneSkukies)
- [AUTO] pre-commit update (#246) (@github-actions[bot])
- CompatHelper: bump compat for BSplineKit to 0.18, (keep existing compat) (#248) (@github-actions[bot])
- CompatHelper: bump compat for BSplineKit in [weakdeps] to 0.18, (keep existing compat) (#249) (@github-actions[bot])
- removed Unfold from test environment... (#250) (@behinger)
- [AUTO] pre-commit update (#251) (@github-actions[bot])
- fix: BSPlineKit 0.18 is not breaking, but now exports fit, which runs into a conflict (#252) (@behinger)
v0.8.1
Unfold v0.8.1
Bugfix: residuals were incorrectly calculated in the case the data is longer than the model
Merged pull requests: