Brian Ward
Brian Ward
Fair enough, thank you for the response! I am one of those users and honestly the use of linguist overrides for this had not occurred to me. That is definitely...
I'd prefer if we had your first sub-bullet fleshed out somewhere in the Stan documentation that we could link to as the authoritative source. Unfortunately it seems like the [language...
Does this handle the automatic re-shaping if I pass something that has `colnames` like `x.1.real,...`? Note that it is slightly subtle to do this correctly, since you end up with...
Thanks for reporting, this was a bug in our math library. @bgoodri this is another really easy backport: replace `return_type_t` with `auto` for the prim overload of `max` (and `min`,...
I think we can close this in favor of #422 then
I have that exact blog post bookmarked for this idea 😉 I think the test folder structure, and overview of the CI setup would also belong. Perhaps it would be...
If you did want to support tuple names, this essentially just needs to split on `:` and loop over the resulting parts. See the code that does something similar in...
I think the changes from 4 -> 5 are probably above my limited porting experience :) I think that the improved (native) Windows support in OPAM may make my use...
`develop` tests have been failing in the distribution tests since this was merged (https://jenkins.flatironinstitute.org/blue/organizations/jenkins/Stan%2FMath/detail/develop/194/pipeline/500) I'm guessing this is due to `-DSTAN_TEST_ROW_VECTORS` which we don't use in CI for PRs ```...
@mjhajharia @bob-carpenter