-
Notifications
You must be signed in to change notification settings - Fork 12
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
2.0 Release planning #107
Comments
Thoughts @roualdes @bob-carpenter? I'm in favor of releasing 2.0 soon (maybe Monday?), and then when #105 is ready that would be 2.1 later on |
There was some discussion in #105 about adding functions to parse variable names. If we added such functions to all interfaces, do you imagine that would be a minor version bump after releasing 2.0? |
Yes, it should be possible to add those in a way which is entirely backwards-compatible. I'm hesitant to attempt them before tuples (which I am pushing for in the next Stan version), both because so much will change and because it's possible new features in the generated code would make it easier. |
Sounds good. I'm in favor of releasing 2.0 too. |
If we work around the library unloading issue in #105, I think I can get this ready for review on Monday. So if you want to get it into 2.0 as well, I guess that wouldn't delay things all that much, assuming there aren't any other major issues. |
I'd personally rather do a 2.1 for that, if only because it lets us take our time for review and keeps the release notes more focused. Speaking of, here's my proposal for release notes: BridgeStan 2.0.0This version of BridgeStan features several breaking changes, primarily to the C API which is used "under the hood", but also to how models with generated quantities must be called. Additionally, many "quality of life" features have been added, ranging from The BridgeStan documentation has been updated, and old versions of the docs are now available via a dropdown at the top of each page. Interface changesBreaking Changes
Other Changes
C APIBreaking Changes
Other Changes
|
We're going to hold off for Stan 2.32.1 which will fix a build issue and improve a couple error messages (which would be relevant to bridgestan users in The above release notes will still be correct aside from the |
With #91 and #98 merged, we can start to think about when we want to press release on 2.0
Changes since 1.0.2:
sys.stdout
in Add the ability to provide a callback function for printing #108Further changes coming at some point (non-breaking, could be 2.1 if we don't want to wait):
The text was updated successfully, but these errors were encountered: