Brian Ward

Results 165 issues of Brian Ward

I'm not sure why we are currently doing what we do, but I believe it is wrong and causing issues https://github.com/MLB-LED-Scoreboard/mlb-led-scoreboard/discussions/558

This changes the logic which displays names or abbreviations to always reference teams.py, which is built on top of team ID as the "base" lookup value. As a result, it...

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

I think on the home page it would make sense to include what some Stan code actually looks like. We could also allow users to actually play around with this,...

@bob-carpenter: > I think we should add a list of sponsors to the bottom of the home page. I like the way PyMC did this, but would suggest three columns...

Closes #1505. Needs https://github.com/stan-dev/math/pull/3169 and https://github.com/stan-dev/stan/pull/3342 #### Submission Checklist - [x] Run unit tests - Documentation - [x] If a user-facing facing change was made, the documentation PR is here:...

This introduces a couple helpers to make some things we do in the Cpp IR less verbose, similar to the existing helper syntax we've had previously. A good example is...

cpp-codegen

Rebase of #1407. Copied from there: --- I know for a fact that this requires a few changes in `stan-dev/stan`'s json data handler to recognize unicode names, which is just...

Currently, the memory pattern optimization relies on all functions being inlined and then searches for elementwise accesses as its heuristic to disable function promotion. It would be really nice if...

optimization

See previous discussions in https://github.com/stan-dev/stanc3/pull/1182 and https://github.com/stan-dev/stanc3/pull/1184. In short, it is difficult to use the current compiler architecture with anything other than the signatures built in to Stan's math backend,...

cleanup
typechecker