-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.30 #1101
Comments
The RC is currently set to this coming Thursday, but if it helps anyone we can move it to Monday, which is our typical "release" day. Let me know. |
It would be great to get any of stan-dev/math#2699 addressed before release. I think we will need to add a message to the release notes about “Please let us know if functions you expect to work with complex matrices are not yet supported so we can prioritize what to work on” or something like that anyway, but those should be fairly obvious ones |
I also think we should look at #1057 - @rok-cesnovar how difficult would it be to improve the error messages for this? |
On it! Been promising that one since January :) |
I think that one is as simple as else {
throw std::invalid_argument(
"num_chains can currently only be used for HMC with adaptation engaged");
} following the |
lol yeah |
Barring anything unexpected, the RC will be released on Tuesday. The only thing left open currently is the std_normal_qf I believe. |
@serban-nicusor-toptal the current develop (master for stanc3) is what we want to release for the 2.30 RC. Whenever you are free tomorrow, feel free to start with the process. No rush. I will make an RC announcement with some highlights until sometime afternoon CET when the US folks get up. |
The draft of the RC announcement is here: https://gist.github.com/rok-cesnovar/3a1419b665f4b09c26f2e56995938c81#file-stan-2-30-rc-announcement Would appreciate any comments. |
Hey @rok-cesnovar I've created the PRs to update the versions:
Would you mind taking a look and approve? Should we also skip waiting for CI and merge straight away so I can do the RC ? |
Thanks! Go ahead and merge them. |
I am now starting with the RC, most of it shouldn't take long but we will need to wait a bit for stanc3 binaries to be built. Will reply here when all done. |
We are not under any time pressure, so whenever they are built its fine. |
Release candidates are up now! |
Thanks. I am seeing a cmdstan-2.30.0-rc1.tgz and .tar.gz file (we typically only have the tar.gz one). And it seems as if they dont have the Stan sources inside? |
The RC was not tagged as a pre-release so things like cmdstanpy which look for the latest version picked it up (and, due to the issue @rok-cesnovar notes, immediately failed) |
Unintended mistake, I forgot to checkout submodules in cmdstan. |
Thanks, this seems to work. The RC announcement was posted on Discourse and Twitter. I am also running CmdStanR tests. I will check for broken links in the next few days. |
Ran cmdstanpy tests here: https://github.com/stan-dev/cmdstanpy/actions/runs/2557546817 |
Thanks! I also checked the links. All of them work, some just require an unnecessary redirect, that is addressed here: stan-dev/docs#552 |
@serban-nicusor-toptal you can start the release whenever you have a moment. There were a couple of fixes merged, so please release the current develop (Math/Stan/CmdStan) and master (stanc3) branches as the official release. Release notes:
|
This title should probably be something more like "Re-enabled function inlining optimizations at |
Thanks. Updated my post, also added the line for the Math bugfix of gamma_lcdf. |
Hey @rok-cesnovar I'll try to do it later today or early tomorrow |
Ok, cool. |
Hey @rok-cesnovar everything should be ready except docs:
2.30 documentation is currently 404 until the following PRs are approved & merged:
Please let me know if there's anything else I can do to help! |
Thanks. The tarball looks good on first look, locally everything seems to work fine. Running CmdStanR tests now. |
Cmdstanpy tests running here: https://github.com/stan-dev/cmdstanpy/runs/7152748217?check_suite_focus=true |
Docs look good to me |
There is some formatting issue here: https://mc-stan.org/docs/functions-reference/array-reductions.html#norms |
Looks alright to me? What am I missing? |
On refresh it did show the equations, seems just a temporary browser issue. Sorry for the false alarm. |
All tasks are done so I am going to close this. Thanks all. |
Feature freeze (21st of June):
Release (10 days after the RC):
Things to highlight in the release notes:
The text was updated successfully, but these errors were encountered: