Brian Ward

Results 739 comments of Brian Ward

This should mention the size constraints on p,q (I think it's just that `length(p) == length(q) - 1`?) We could also put some of the math in the "mathematical functions"...

Going to ask @bob-carpenter if he can take a look at this

@spinkney yes! so it would be nice to get this reviewed and merged in the next week

Another thing to note (due to what is largely a historical mistake made by an intern) is that the real/imaginary index is output in a different order than most others....

[It's a mistake I've personally made](https://github.com/stan-dev/cmdstanpy/pull/612), which made catching it easier the second time

Preliminary release notes as of this morning: https://gist.github.com/WardBrian/db30d2866976546ae1b05b8c056e4649

https://github.com/stan-dev/math/issues/3189 was reported this morning, but has been around for at least one release cycle at this point, so I'm not sure it's worth holding the RCs. We can merge...

Discourse post up: https://discourse.mc-stan.org/t/cmdstan-stan-2-37-release-candidate/39655 CmdStanPy tests running: https://github.com/stan-dev/cmdstanpy/actions/runs/15471110076/job/43555602926

The CmdStanPy tests passed, and @jgabry confirmed that cmdstanr looks good locally (the tarball check github action they have is pretty out of date)

A couple issues in the embedded Laplace approximation were spotted today (courtesy of @avehtari): - https://github.com/stan-dev/stanc3/pull/1519 - https://github.com/stan-dev/math/pull/3197 These will be worthy of an RC2, though it probably makes sense...