Releases: ComputationalPsychiatry/ActionModels.jl
Releases · ComputationalPsychiatry/ActionModels.jl
v0.7.3
v0.7.2
v0.7.1
v0.7.0
ActionModels v0.7.0
Breaking changes
This version has many breaking changes, an overhaul of the API, and a new documentation. GLM models now available, all sessions are always included in the same model.
Merged pull requests:
- Change Save/Resume backend to JLD2 (#152) (@zeyus)
- ⬆️ Bump codecov/codecov-action from 4 to 5 (#153) (@dependabot[bot])
- Documentation fix (#156) (@PTWaade)
- Type stability (#157) (@PTWaade)
- Documentation now ready; version 0.7.0 (#159) (@PTWaade)
- Dev (#160) (@PTWaade)
- minor update (#161) (@PTWaade)
Closed issues:
- Trajectory to DataFrame (#24)
- ArviZ integration (#25)
- Optimization (#28)
- State correlation plot (#31)
- set_state function (#33)
- Model recovery function (#36)
- Documentation (#38)
- Mulitple substructs (#39)
- Action field (#40)
- Code style (#41)
- Simulate_actions function (#42)
- Include information about premade agents (#43)
- Power analysis (#45)
- Better handling of error messages in utility functions (#58)
- Interface with RxInfer (#60)
- impute missing input (#62)
- Fit multiple models in one line (#71)
- Use Turing better (#94)
- Remove type ambiguities (#108)
- Fix Documentation workflow (#113)
- Make README tested in testsuite (#114)
- Make compatible with Agents.jl (#122)
- make parameter recovery with an Environment to generate observations (#125)
- Add Environment type (#126)
- update parameter recovery function (#132)
- Plot: parameter estimates for each agent (#147)
- Make get_trajectories handle varying input sizes (#149)
- chain resume func (#151)
- make zenodo project (#154)
- use ProgressLogging instead of ProgressBar (#155)
v0.6.6
v0.6.5
ActionModels v0.6.5
Merged pull requests:
- Save + Resume functionality (#141) (@zeyus)
- Finished plots (#145) (@PTWaade)
- Update extract quantities (#146) (@PTWaade)
- 0.6.5 (#148) (@PTWaade)
Closed issues:
- Predictive Simulation to Dataframe (#26)
- make the difference between offline and online fitting more clear (#80)
- Fix quantile deprecation (#99)
- model comparison (#116)
- remove if statements from full_model to allow for compile=true in reversediff (#131)
- Fix plot_parameter_distribution and plot_predictive_distribution (and add test) (#135)