Brian Ward

Results 165 issues of Brian Ward

Reverts stan-dev/cmdstanpy#779 With https://github.com/stan-dev/cmdstan/pull/1320, I'm not sure this is necessary. Removing it would let us update to avoid parsing the csv comments entirely (see https://github.com/stan-dev/cmdstanpy/issues/685). It would be easy to...

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...

release/packaging

In particular, this would be really useful for things that contain ocaml code but are not themselves ocaml code, like the semantic actions of a Menhir grammar or ```` ```ocaml...

type: feature
type: improvement

**Describe the bug** Several PRs, ranging from 3 to 5 _years_ old, have recently recieved codecov bot comments, despite being merged and having their branches deleted from the repo. https://github.com/stan-dev/cmdstanpy/pull/220#issuecomment-3057090903...

Waiting for: Product Owner

Simple example: ```C++ #include using namespace boost::ut; suite tests = [] { "test 1"_test = [] { expect(true); }; }; int main(int argc, const char* argv[]) { boost::ut::detail::cfg::show_successful_tests = true;...

Would close #6427 This updates `opam env` to set `XDG_DATA_DIRS` (from the [XDG base directory specification](https://specifications.freedesktop.org/basedir/latest/)) to include the current switch's share root, and `FPATH` to include `%{share}%/zsh/site-functions` when the...

AREA: ENV

## Summary This unblocks the new wiener cdf functions from #3042 for inclusion in the language (https://github.com/stan-dev/stanc3/pull/1576). 1. Adds [missing precision default](https://github.com/stan-dev/math/pull/3258#issuecomment-3646722307). 2. Cleans up an [unused variable warning](https://github.com/stan-dev/math/pull/3258#issuecomment-3646736730). 3....

Discussed in https://github.com/stan-dev/design-docs/pull/53, but doesn't require any additional new syntax: An `M` component mixture where each component uses the same distribution function could be written with a variadic function as...

new function

Another part of https://github.com/stan-dev/stan/issues/3300#issuecomment-3188755711 Two useful functions: - `select(ints, T)` takes in a container container of integers in {0, 1} and a same-sized other container and returns a new container...

new function

This would be required for https://github.com/stan-dev/stan/issues/3300 We'd like to be able to write things like `vector == real` and get back and array of ints. The math library functions required:...

feature