-
-
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
Fix docs formatting in shape_utils
#7025
Conversation
|
shape_utils
@OriolAbril Any idea why RTD is failing? |
we have to merge #7018 and rebase (one of the dependencies took a bit longer to get on conda forge but now everything should work) EDIT: I have already merged it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #7025 +/- ##
=======================================
Coverage 92.17% 92.17%
=======================================
Files 101 101
Lines 16849 16849
=======================================
Hits 15530 15530
Misses 1319 1319
|
Update CODE_OF_CONDUCT.md Changed contact email ChiSquared now returns a Gamma random variable (pymc-devs#7007) Update devcontainer (pymc-devs#7017) * Update dev container on release and schedule * Use latest version of upstream dev container image * Remove pre-commit cache hack * Add Jupyter extension to container Rename RVTransform to Transform Remove duplicate ChainTransform Move ZeroSumTransform methods inside respective class Remove deprecated function rvs_to_value_vars Merge functionality of pytensorf and logprob/utils Also fixes circular imports Deprecate unused function walk_model update theme (pymc-devs#7018) * update theme version * update conf.py Fix docs formatting in `shape_utils` (pymc-devs#7025) * Small docs update shape_utils.py Fix docs markup * Update to_tuple docs shape_utils.py * Types --------- Co-authored-by: Denis Kataev <[email protected]> Use PyTensor StudentT RV Update GOVERNANCE.md (pymc-devs#7031) * Update GOVERNANCE.md * Update GOVERNANCE.md Co-authored-by: Purna Chandra Mansingh <[email protected]> --------- Co-authored-by: Purna Chandra Mansingh <[email protected]> Remove deprecated model methods Deprecate Model.model property Deprecate pytensor_config Bump Pytensor dependency to >=2.18.1,<2.19 Better float32 sampling support for TruncatedNormal (pymc-devs#7026) * manually inv transform; force rng same type * always upcast f64 and downcast to dtype of param * add comment * use class attr dtype * need else stmt for dtype * actually no need to downcast in this method * rm unused import Another small fixes in docs and imports (pymc-devs#7030) * Remove old import from autosummary doc pages * Fix small error * Correct place for model_to_networkx & model_to_graphviz * Correct currentmodule source for pytensorf.rst * Update docs/source/api/model/core.rst Co-authored-by: Thomas Wiecki <[email protected]> * Fix sampling & jax docs imports --------- Co-authored-by: Denis Kataev <[email protected]> Co-authored-by: Thomas Wiecki <[email protected]> Update installation instructions to remove incompatibility of JAX on Windows
Fix docs markup for this page and this
What is this PR about?
...
Checklist
Documentation