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
737 stars 185 forks source link

Release of Stan Math 3.3 #1974

Closed rok-cesnovar closed 4 years ago

rok-cesnovar commented 4 years ago

The next release (3.3) of Math is nearing. The feature freeze will happen on the 20th of July (anywhere on earth) with the actual release planned for the 27th (if no major bugs are discovered during the freeze period).

Use this issue thread for discussing everything release related. Will post the generated release notes later in the week.

rok-cesnovar commented 4 years ago

All together 67 PRs from:

@bbbales2, @charlesm93, @peterwicksstringfield, @SteveBronder, @t4c1, @bob-carpenter, @andrjohns, @rok-cesnovar, @HaoZeke, @IvanYashchuk, @Christopher22, @nhuurre, @dirmeier, @serban-nicusor-toptal

Special thanks and welcome to @HaoZeke, @Christopher22 and @dirmeier that were first-time contributors to Stan Math in this last release cycle.

Tadej wins the numbers game with 26 PRs :)

Generated Stan Math release notes:

cc @bbbales2 this needs a quick pass, but there is not much hurry. For the cmdstan release candidate we only need to list of top-level user-facing changes. Variadic ODE did not have the release notes section so that one needs to be added.

rok-cesnovar commented 4 years ago

The only open PR intended for merging now is https://github.com/stan-dev/math/pull/1752

The rest is all set in Math. For cmdstan @SteveBronder just needs to greenlight the docs PR.

@serban-nicusor-toptal tomorrow morning yout time or whenever you have time tomorrow, please build the cmdstan RC. Thanks!

SteveBronder commented 4 years ago

Done!

bbbales2 commented 4 years ago

@rok-cesnovar That all looks good. I just added on a variadic ODEs blip since it didn't have a release notes section. I need to start paying attention to that. This is very covenient lol.

rok-cesnovar commented 4 years ago

Last call for reporting any bugs/issues with the frozen code for the 3.3 release. If nothing new arises, the release will happen at the end of the day today.

EDIT: sorry, I mean end-of-day today, which is "tomorrow" for Nic and me.

rok-cesnovar commented 4 years ago

Sorry, I meant end-of-day today, which is "tomorrow" for Nic and me :)

rok-cesnovar commented 4 years ago

The release is done. Thanks @serban-nicusor-toptal !

Continue to merge as normal.

Thanks to @SteveBronder and the rest of you working on the static matrices branch(es) for the patience with the moving of the release for a week.