forked from pymc-devs/pymc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
got the logcdf working without refactoring so the example code works
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
- Loading branch information
Luke LB
committed
Nov 29, 2023
1 parent
44e1c5e
commit bf619e0
Showing
49 changed files
with
619 additions
and
1,073 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.