Still to look into:
- Ability display Stan's summary when calling
stan_summary
and/orread_summary
. - Create an option to (re-)create Stan's summary with a selection of the available chains.
- Check if the updates in sdewaele's PR need to be applied here as well.
Provisionally ok:
- Check if start=... works properly to align sample numbers when saving warmup samples - seems ok.
- Check if there are additional cases where inside the REPL fails while package testing works, e.g. read_samples(stanmodel) - seems ok.
- Make sure no files are ever created in the
package
dir. instantiation - seems ok. - Any conflicts with running CmdStan.jl and Stan.jl in a single julia
- Inclusion of findall() for Julia < v1.3 - seems ok.