-
-
Notifications
You must be signed in to change notification settings - Fork 70
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 1.0.2 #560
Comments
hi Brian, re issue #555 -
|
for #554, the logic would be similar to what you just did for standalone generated quantities - check for any error messages in the console and then issue a message with the link to the HMC warnings. |
My question is where do we want to do this? New methods on the fit objects? |
yes |
It seems like cmdstanr also reports some diagnostics after each call to |
we could also (maybe) report eBFMI - estimated Bayesian Fraction of Missing Information |
If you could sketch out more in the original issue what diagnostics (e.g a list and how to calculate them, like above) and where we want them that would be helpful. We can expose them as functions the user would have to call themselves, but it seems like cmdstanr is running them automatically and I'm not sure which behavior is most useful |
I added a comment on #555 and would be happy to tackle it now |
I can add a note to the docs about the interactive install and then I think we are good to run this release |
@mitzimorris - would you like to do a rc for this, or just the release? |
what did we do for the 1.0.1 release? |
It looks like we did not do release candidates: https://pypi.org/project/cmdstanpy/#history |
OK, let's follow that precedent. |
Starting release now, I've preemptively pinned a few versions in the documentation dependencies to work around the issue you found with newer versions of the Sphinx themes. We don't really want that changing without us changing it intentionally, anyway |
Release notes: CmdStanPy 1.0.2
|
Release is out! Conda usually takes a day or so to propagate through |
this is a nice set of new features - worth an announcement on Discourse? |
We can post a new thread or bump the old one we used for 1.0.0 (I posted 1.0.1 there, too) |
Summary:
I think we should plan on another release in the near future.
Since 1.0.1 the following feature PRs have been merged:
.
syntax for Stan variable access #543install_cmdstan
#579I think the following issues/PRs would also be nice before a new patch release:
The text was updated successfully, but these errors were encountered: