Releases: pymc-devs/pymc-extras
Releases Β· pymc-devs/pymc-extras
v0.1.2
What's Changed
Major Changes π
- More bugfixes for statespace by @jessegrabowski in #346
New Features π
- Implement Laplace (quadratic) approximation by @carsten-j in #345
- Add Exponential distribution to model/transforms/autoreparam.py by @ferrine in #365
Maintenance π§
- Move
tests/
to project root by @jessegrabowski in #361 - Fix autoreparam because dims are no longer static by @ferrine in #363
- Update pre-commit by @jessegrabowski in #368
New Contributors
- @carsten-j made their first contribution in #345
- @lucianopaz made their first contribution in #377
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
New Features π
- Use vectorize in
finite_discrete_marginal_rv_logp
by @ricardoV94 in #337 - Allow creating MarginalModel from existing Model by @ricardoV94 in #333
Maintenance π§
- Delete warnings for graduated functionality by @ricardoV94 in #334
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
Major Changes π
- Handle new pymc and pytensor releases by @jessegrabowski in #329
- Bug fixes for
statespace
by @jessegrabowski in #326
Full Changelog: v0.0.18...v0.1.0
v0.0.18
What's Changed
New Features π
- Support HMM via marginalization of DiscreteMarkovChain by @ricardoV94 in #257
- Improve API for ProjectedProcess GP by @AlexAndorra in #313
Maintenance π§
- Depreciate duplicate functions in
statespace
by @jessegrabowski in #308 - Update for PyMC v5.11 by @zaxtax in #320
New Contributors
- @AlexAndorra made their first contribution in #313
Full Changelog: v0.0.17...v0.0.18
v0.0.17
What's Changed
Major Changes π
- Use model variables named "sigma" as standard deviations rather than variances by @jessegrabowski in #296
- Statespace: Don't automatically save statespace matrices as
Deterministic
variables by @jessegrabowski in #302
Bugfixes πͺ²
- Fix MarginalModel with Data containers by @ricardoV94 in #304
New Contributors
- @pre-commit-ci made their first contribution in #299
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
New Features π
- Variationally Informed Parameterization by @ferrine in #276
- Implement utility to recover marginalized variables from
MarginalModel
by @zaxtax in #285
Bugfixes πͺ²
- Bugfixes for
statespace/models/structural.py
by @jessegrabowski in #287 - Fix initial state size in CycleComponent by @jessegrabowski in #288
Maintenance π§
New Contributors
Full Changelog: v0.0.15...v0.0.16
v0.0.15
What's Changed
Maintenance π§
- Adapt PyMC 5.10.0 breaking changes by @HasnainRaz in #272
Full Changelog: v0.0.14...v0.0.15
v0.0.14
What's Changed
New Features π
- Implement Skellam distribution by @wd60622 in #260
- Implement BetaNegativeBinomial distribution by @wd60622 in #258
- Implement Maxwell Distribution by @wd60622 in #261
- Blackjax SMC from pymc models by @ciguaran in #267
- Add
@as_model
decorator by @theorashid in #268
Bugfixes πͺ²
Maintenance π§
- Fix pymc module usage in KL by @HasnainRaz in #265
- Update r2d2m2cp.py by @ferrine in #245
New Contributors
- @wd60622 made their first contribution in #260
- @HasnainRaz made their first contribution in #265
- @ciguaran made their first contribution in #267
- @theorashid made their first contribution in #268
Full Changelog: v0.0.13...v0.0.14
v0.0.13
What's Changed
New Features π
Bugfixes πͺ²
- Fix DiscreteMarkovChain logp by @ricardoV94 in #255
- Fix issues in pathfinder wrapper by @ricardoV94 in #238
Maintenance π§
- Fix CI errors in statspace test suite by @jessegrabowski in #251
New Contributors
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
Maintenance π§
- Speed up test_fit_no_y by @pdb5627 in #234
- Change default_*_config from @Property to @staticmethod by @pdb5627 in #235
- Bump minimum PyMC dependency by @ricardoV94 in #240
Full Changelog: v0.0.11...v0.0.12