Skip to content

Tags: pymc-devs/pymc-extras

Tags

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Forward model argument to add_fit_to_inference_data in find_MAP (#543)

* Forward model argument to  add_fit_to_inference_data in find_MAP

* Add 2d test for nonstandard dims

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update and Refactor `find_MAP` and `fit_laplace` (#531)

* Move laplace and find_map to submodule

* Split idata utilities into `idata.py`

* Refactor find_MAP

* Refactor fit_laplace

* Update better-optimize version pin

* Handle labeling of non-scalar RVs without dims

* Add unconstrained posterior draws/points to unconstrained_posterior

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Forecast exogenous vars bug fix (#510)

* fixed bug in statespace forecast method when exogenous variables are present.

* updated solution to handle input shapes correctly

* simplified fix, renamed mu and cov for transparancy and added a check for the graph replacements

* Refactor model builder logic out of `forecast` method

* made slight change with _build_forecast_model and created a test case

* made change to test_build_forecast_model() to ensure data is replaced with pm.set_data method

* added additional checks to test_build_forecast_model

* added mock_sample_setup_and_teardown to statespace tests

---------

Co-authored-by: jessegrabowski <jessegrabowski@gmail.com>

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add deserialize module (#489)

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove `mode` argument passed from Statespace.build_statespace_graph …

…to scan (#482)

* Remove `mode` argument from everywhere

* Add deprecation warning to mode argument of `build_statespace_graph`

Add mode argument to statespace constructors

* Rename tests -> test

* Remove _set_default_mode

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Increment version (#460)

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version (#433)

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version (#423)

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release version 0.2.2 (#418)

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adapt the GHA PyPI publishing workflow for trusted publishing (#409)

All the changes here are in line with those recently made to the PyMC workflow