-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Remove t
suffix from Model
methods
#5859
Comments
I never knew what the |
If anyone wants to take a go, this should be a simple deprecation PR:
|
I can take this one if that's ok! |
@cuchoi Great, just open a draft PR so that people see you're working on it. |
Should I update |
Yes! I forgot about those |
Cool. Should I update documentation such as docs/source/contributing/developer_guide.rst and docs/source/learn/core_notebooks/pymc_aesara.ipynb? |
Yes |
Opening this as a reminder to deprecate in a future major release |
model.logpt
,model.dlogpt
andmodel.d2logpt
would be a bit more intuitive without thet
suffix. Historically that was done to distinguish thetensor
graphs from the compiled functions, but those are now obtained viamodel.compile_logp
,model.compile_dlogp
andmodel.compile_d2logp
.The text was updated successfully, but these errors were encountered: