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 devcontainer #7017

Merged
merged 4 commits into from
Nov 17, 2023
Merged

Update devcontainer #7017

merged 4 commits into from
Nov 17, 2023

Conversation

maresb
Copy link
Contributor

@maresb maresb commented Nov 17, 2023

What is this PR about?

Brushes the dust off of the Gitpod dev container:

  • Rebuild it regularly (weekly, plus after each release)
  • Base it on the latest tag of the upstream Micromamba dev container
  • Remove a flaky hack which attempted to cache the pre-commit extensions
  • Add the Jupyter extension in the container

Checklist

Major / Breaking Changes

  • ...

New features

  • ...

Bugfixes

  • ...

Documentation

  • ...

Maintenance

  • Update the dev container

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

@maresb maresb marked this pull request as ready for review November 17, 2023 16:49
@maresb
Copy link
Contributor Author

maresb commented Nov 17, 2023

I just tested it, and it appears to be working sensibly.

@twiecki twiecki merged commit 1d7c957 into pymc-devs:main Nov 17, 2023
11 checks passed
@twiecki
Copy link
Member

twiecki commented Nov 17, 2023

Thanks!

@maresb maresb deleted the update-devcontainer branch November 18, 2023 19:09
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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants