You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should try to have a new cmdstanpy release in the next couple weeks. Depending on some choices we make this will either be 1.2.0 or 2.0.0 (discussion below).
The only reasons this would need to be 2.0 are in #681. The return type of CmdStanMLE.stan_variable changed from sometimes-float-sometimes-ndarray to always ndarray, and the meaning of CmdStanVB.stan_variable changed from returning the mean approximation to the draws from the variational approximation (see #636).
We could patch around/partially revert these two changes and instead emit warnings, release as 1.2.0, and then plan a 2.0 which would make the changes and remove anything else marked as deprecated. Or, we could just release what is currently merged as 2.0.
In either case, it is also worth doing a once-over on the API and seeing if anything else should be deprecated and removed. There was some discussion in #689 of the after-construction compilation being an odd feature of the model class, and discussion in #684 of various arguments with different names that all mean draws.
The text was updated successfully, but these errors were encountered:
I think we should try to have a new cmdstanpy release in the next couple weeks. Depending on some choices we make this will either be 1.2.0 or 2.0.0 (discussion below).
Changes so far:
New Features:
Fixes and Minor Changes:
~
in model paths.. Handle tilde~
in model paths. #671include-paths
in compiler options. #689The only reasons this would need to be 2.0 are in #681. The return type of
CmdStanMLE.stan_variable
changed from sometimes-float-sometimes-ndarray to always ndarray, and the meaning ofCmdStanVB.stan_variable
changed from returning the mean approximation to the draws from the variational approximation (see #636).We could patch around/partially revert these two changes and instead emit warnings, release as 1.2.0, and then plan a 2.0 which would make the changes and remove anything else marked as deprecated. Or, we could just release what is currently merged as 2.0.
In either case, it is also worth doing a once-over on the API and seeing if anything else should be deprecated and removed. There was some discussion in #689 of the after-construction compilation being an odd feature of the model class, and discussion in #684 of various arguments with different names that all mean
draws
.The text was updated successfully, but these errors were encountered: