stan-dev / math

The Stan Math Library is a C++ template library for automatic differentiation of any order using forward, reverse, and mixed modes. It includes a range of built-in functions for probabilistic modeling, linear algebra, and equation solving.
https://mc-stan.org
BSD 3-Clause "New" or "Revised" License
723 stars 183 forks source link

Keeping `5.0-breaking-changes` up-to-date with `develop` #3052

Closed syclik closed 1 month ago

syclik commented 2 months ago

Summary

Updating the 5.0-breaking-changes branch with the latest updates to develop.

SteveBronder commented 2 months ago

Should we merge this to the 5.0 branch?

SteveBronder commented 1 month ago

Confused with what we are doing on this branch? Should we just be updating the 5.0 breaking changes branch directly?

syclik commented 1 month ago

Sorry about that. I thought the 5.0 branch was protected. If it's not, we should just keep it up to date.

And we can close this PR.

SteveBronder commented 1 month ago

Yes sorry I did that and forgot to say something. I removed the protection because I wanted to update it. I was going to do it this way, but then it involves making the pr originally to the develop branch and then switching to the 5.0 branch which imo is kind of annoying. Since the 5.0 branch runs the tests we can just update it locally, run the tests, and when the tests pass push up the merge

syclik commented 1 month ago

No worries! Makes sense.