Skip to content

Tags: moshelooks/pymc

Tags

v4.1.1

Toggle v4.1.1's commit message
Bump version to 4.1.1.

v4.1.0

Toggle v4.1.0's commit message
Bump to `4.1.0`

v4.0.1

Toggle v4.0.1's commit message
Bump for `4.0.1` release

v4.0.0

Toggle v4.0.0's commit message
Bump version to 4.0.0 🎉

v4.0.0b6

Toggle v4.0.0b6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Scope separator for netcdf (pymc-devs#5663)

* add a failing test

* fix a failing test with changes in model.py

* better test

* change docs in model.py

* fix tests

* use :: saparator

* fix typo

v4.0.0b5

Toggle v4.0.0b5's commit message
Bump version for b5 release

v4.0.0b4

Toggle v4.0.0b4's commit message
Bump for b4 release

v3.11.5

Toggle v3.11.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Final release preparations (pymc-devs#5597)

v4.0.0b3

Toggle v4.0.0b3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Initiate v4.0.0b3 release (pymc-devs#5562)

* Initiate v4.0.0b3 release

* Added Maintenance section to release notes with VI update notice

* Clean release notes

* Removed Cholesky from non-working section of release notes

Co-authored-by: Ricardo <[email protected]>

v4.0.0b2

Toggle v4.0.0b2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix name of PyPI token variable

The changed line accesses the environment variable "PYPI_TOKEN" that's initialized from the secret further up.
When the secret name was changed, we had accidentally changed the name of the environment variable only in this line.