cmdstan
cmdstan copied to clipboard
CmdStan, the command line interface to Stan
#### Summary: cmdstan does not automatically recompile a model when build args change. If this is expected, would be good to document. #### Description: [Doc](https://mc-stan.org/docs/cmdstan-guide/compiling_stan_programs.html#dependencies) states >If the you call...
#### Summary: The `print` command has been marked deprecated since 2015 (!). It needs to be removed because it depends on methods in `stansummary_helper.hpp`; changing these as part of #1263...
#### Summary: Deprecate the `stansummary` option `autocorr`. #### Description: This option displays the autocorrelations for a single chain for all draws, printed to the console. If the user specifies the...
Apologies for the late issue creation **Feature freeze June 5, 2025:** - [x] Ensure all expiring language deprecations have been removed or given new removal dates. - [x] Create and...
While running a [workflow to check the interface tests](https://github.com/stan-dev/cmdstan/actions/runs/15709774996) across the various Github runners (for the clang crash), the windows tests have a failure (for both x86_64 and arm64): ```...
Related to https://github.com/stan-dev/cmdstanpy/issues/794. In cmdstan directory with no `make/local` I run: ```bash make examples/bernoulli/bernoulli ./examples/bernoulli/bernoulli info ``` this gives: ``` stan_version_major = 2 stan_version_minor = 36 stan_version_patch = 0 STAN_THREADS=false...
**Describe the bug** The two lines: ``LDLIBS_TBB ?= -ltbb`` in: ``stan/lib/stan_math/make/compiler_flags`` add: ``-ltbb`` in the Linking model command before: ``stan/lib/stan_math/lib/tbb/libtbb.so.2`` thus always selecting the system tbb and producing the error:...