Skip to content
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

update theme #7018

Merged
merged 2 commits into from
Nov 23, 2023
Merged

update theme #7018

merged 2 commits into from
Nov 23, 2023

Conversation

OriolAbril
Copy link
Member

@OriolAbril OriolAbril commented Nov 17, 2023

Updates the theme and a couple other sphinx extensions.
Blocked by conda-forge/myst-nb-feedstock#25

Checklist

Major / Breaking Changes

  • ...

New features

  • ...

Bugfixes

  • ...

Documentation

  • ...

Maintenance

  • ...

📚 Documentation preview 📚: https://pymc--7018.org.readthedocs.build/en/7018/

Copy link

codecov bot commented Nov 17, 2023

Codecov Report

Merging #7018 (5140f13) into main (305eb39) will decrease coverage by 52.49%.
Report is 7 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #7018       +/-   ##
===========================================
- Coverage   92.21%   39.73%   -52.49%     
===========================================
  Files         101      101               
  Lines       16955    16953        -2     
===========================================
- Hits        15635     6736     -8899     
- Misses       1320    10217     +8897     

see 84 files with indirect coverage changes

@OriolAbril OriolAbril added the no releasenotes Skipped in automatic release notes generation label Nov 17, 2023
@OriolAbril
Copy link
Member Author

rtd is building the preview now that this pr has been unblocked, we should merge as soon as it passes

@OriolAbril OriolAbril marked this pull request as ready for review November 23, 2023 13:01
@OriolAbril OriolAbril merged commit 373274a into pymc-devs:main Nov 23, 2023
22 of 23 checks passed
@OriolAbril OriolAbril deleted the update_theme branch November 23, 2023 13:03
LukeLB pushed a commit to LukeLB/pymc that referenced this pull request Nov 29, 2023
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 <denis.a.kataev+git@gmail.com>

Use PyTensor StudentT RV

Update GOVERNANCE.md (pymc-devs#7031)

* Update GOVERNANCE.md

* Update GOVERNANCE.md

Co-authored-by: Purna Chandra Mansingh <purnachandramansingh135@gmail.com>

---------

Co-authored-by: Purna Chandra Mansingh <purnachandramansingh135@gmail.com>

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 <thomas.wiecki@gmail.com>

* Fix sampling & jax docs imports

---------

Co-authored-by: Denis Kataev <denis.a.kataev+git@gmail.com>
Co-authored-by: Thomas Wiecki <thomas.wiecki@gmail.com>

Update installation instructions to remove incompatibility of JAX on Windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no releasenotes Skipped in automatic release notes generation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant