cmdstan icon indicating copy to clipboard operation
cmdstan copied to clipboard

CmdStan, the command line interface to Stan

Results 87 cmdstan issues
Sort by recently updated
recently updated
newest added

We don't do any testing up at this level that `STAN_OPENCL` produces compile-able code. See https://github.com/stan-dev/cmdstan/pull/1141#pullrequestreview-1285356182

[Profiling](https://mc-stan.org/cmdstanr/articles/profiling.html) is a great tool for debugging and performance optimization, but it also adds a bit of overhead to the execution of the Stan program. So it would be nice...

Feature

#### Submisison Checklist - [x] Run tests: `./runCmdStanTests.py src/test` - [x] Declare copyright holder and open-source license: see below #### Summary: See https://github.com/stan-dev/stan/pull/3295#issuecomment-2202092142. Following #1282, this adds a note to...

documentation

Currently, the `diagnose` utility prints all output to stdout and returns 0 regardless of warnings. Would it make sense to return a non-zero exit status if there's an error with...

#### Summary: There can a lot of repeated compilation across different Stan programs if the same templates are being instantiated. We could suggest using [`ccache`](https://ccache.dev/manual/4.9.1.html) to help reduce compile times?...

#### Summary: Stan PR https://github.com/stan-dev/stan/pull/3266 update Rhat statistic. Change stansummary accordingly #### Description: ~~Open questions: change computation of ESS as well to match R-ecosystem bulk / tail estimates?~~ Adding `R_hat_bulk`...

enhancement
code-cleanup

#### Submisison Checklist - [x] Run tests: `./runCmdStanTests.py src/test` - [x] Declare copyright holder and open-source license: see below #### Summary: Convergence diagnostics reported by `stansummary` utility use split-rank-normalized Rhat...

**Feature freeze (September 30th, 2024):** - [ ] Ensure all expiring language deprecations have been removed or given new removal dates. - [ ] Create and merge version updating pull...

Not a big deal, but thought it worth reporting. When running the generate quantities method, compute indeed takes time but the printed progress always reports completion in 0.0s: ``` Running...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies