-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Stanc3 release for Cmdstan 2.23 #498
Comments
I am also looking for someone to look at #451 for the Ocaml code review. For the functionalites of the PR we are already testing it rigorously. |
There are also the following issues that should be fixed in time for the release (not necesarilly for the feature freeze). If anyone has time to look at them: |
Looks like the language implementation for stan-dev/math#1650 never made it through. The docs did though. We should probably revert the docs. |
Good catch. Its an easy PR to add it to stanc3, but I dont want to rush it and there are plenty of stanc3 bug fix PRs for review already. |
stan-dev/math#1636 did not get language implementations either. Just writing this here so it doesn't get lost. |
Ah yes, I dropped the ball there. |
Here's a draft of the Math release notes. Let me know if I left anything off or didn't explain something correctly. Edits:
Math 3.2.0 Release NotesFeature summary:
Bugfix summary:
There were also extensive work in various parts of the Math library adding docs, cleaning up distribution functions, adding tests, generalizing functions to work with special Eigen temporary types, working with new template functions ( Thanks to everyone who submitted and reviewed pull requests! The list of pull request submitters for this release are (in no particular order): @t4c1, @mcol, @martinmodrak, @rok-cesnovar, @serban-nicusor-toptal, @SteveBronder, @kedartal, @wds15, @bob-carpenter, @peterwicksstringfield, @andrjohns, @pgree, @IvanYashchuk, and @bbbales2. Pull request details:
Fixes
|
Here are a couple other pulls with stuff we need to add to stanc3/the docs: stan-dev/math#1680, stan-dev/math#1716 I wouldn't say it's dropping the ball on this stuff, cause there's no deadline, we just don't want them to get lost. |
I need to put this somewhere better but here is the script I used for aggregating all the PRs that happened since last release when I did the release notes before https://gist.github.com/SteveBronder/bdfe99e216e71a12a41832249516f913 |
Idk if this is a "stan facing" feature yet since users can't access it yet through the stan language itself (though it will be after we add the stuff it needs to the compiler and io). Might be easier to rephrase this as |
Good point. Changed |
Stanc3 release notes:
|
Version released. Looks great. Thanks to all that contributed! If anyone has anything to add on the topic of the release of stanc3 for 2.23 feel free to post here. |
The next Cmdstan release is scheduled for the 20th of April.
For stanc3 that means we will make release binaries for 2.23.
We will once again have a feature freeze period that will start on the 13th of April. That means that no new features should be merged between the 13th and 20th of April.
We currently have 2 non-WIP PRs open for new features: Pedantic mode and
reduce_sum
.The closing of this issue will also serve as a mark that normal merging can continue.
I am creating this issue for two reasons:
The text was updated successfully, but these errors were encountered: