Skip to content

Tags: JoKeyser/pymc

Tags

v5.0.2

Toggle v5.0.2's commit message
Fix `BaseTrace` and `MultiTrace` typing; remove `add_values`/`remove_…

…values`

The `add_values`/`remove_values` methods accessed attributes
that are not present on `BaseTrace` but only on `NDarray`,
therefore violating the signature.

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
replaces numpy sqrt method with pytensor equivalent (pymc-devs#6405)

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Run `pydocstyle` in pre-commit (pymc-devs#6382)

* Run `pydocstyle` in pre-commit
* Remove pydocstyle settings from `setup.cfg`

Includes docstring formatting to reduce the number of error codes
that had to be silenced for pydocstyle to be happy.

Closes pymc-devs#6378

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Flaky Euler-Maruyama Tests (pymc-devs#6287)

* seeding the test

* being nice to the docs

* seeding and flipping any

* switch from seed arg to random_seed for initial point

* using the numpy_rng instance where applicable

* change back the test after discussion

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix latex repr of symbolic distributions (pymc-devs#6231)

* Fix latex repr of nested variables
* Do not put \operatorname inside \text
* Remove inner $ symbols from latex representations
* remove them from the string borders since they always represent the math environment
* fix tests to check the correct behavior
* Add test for a full model that used to be rendered wrong
* Use "\\operatorname{" instead of "operatorname" to determine if the latex command is used
* Update tests to new distributions' notation

v4.2.2

Toggle v4.2.2's commit message
⬆️ UPGRADE: Autoupdate pre-commit config

v4.2.1

Toggle v4.2.1's commit message
Pass size to specialized truncated dispatch

v4.2.0

Toggle v4.2.0's commit message
Run tests when modifying requirements.txt

v4.1.7

Toggle v4.1.7's commit message
Bump version to 4.1.7

v4.1.6

Toggle v4.1.6's commit message
Bump version to 4.1.6