Releases: pymc-devs/pymc-experimental
Releases · pymc-devs/pymc-experimental
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
v0.0.11
What's Changed
Maintenance 🔧
- renamed to _generate_and_preprocess_model_data by @michaelraczycki in #232
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
New Features 🎉
- Merge statespace module from http://github.com/jessegrabowski/pymc_statespace by @jessegrabowski in #174
- Implement utility to change value variable transforms by @ricardoV94 in #216
- Allow do interventions to reference intervened variable by @ricardoV94 in #219
Maintenance 🔧
- Ignore constant shape dependencies in MarginalModel by @ricardoV94 in #226
- Fixing docstring by @michaelraczycki in #228
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
New Features 🎉
- Copy model-related shared variables in
model_fgraph
by @ricardoV94 in #218
Maintenance 🔧
- fixing second loading issue by @michaelraczycki in #220
- adding test for model_config_formatter helper function by @michaelraczycki in #222
- version bump for release by @michaelraczycki in #223
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
Bugfixes 🪲
- ModelBuilder.load versatility improvements by @michaelraczycki in #210
Maintenance 🔧
- Added seeding to draws in tests by @pdb5627 in #195
- Refactor modelbuilder fit by @pdb5627 in #198
- Implement limit case of R2D2M2CP for P by @ferrine in #182
- Revert "Refactor modelbuilder fit" by @michaelraczycki in #200
- rename missing to unobserved in test by @ferrine in #208
- Fix math in sigma attachment by @ferrine in #207
- arviz group warning suppressed by @michaelraczycki in #214
- version bump by @michaelraczycki in #215
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
Maintenance 🔧
- Update to pymc 5.5.0 by @michaelraczycki in #191
- version bump by @michaelraczycki in #193
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
Maintenance 🔧
- model_builder adaptations for full sklearn compat by @michaelraczycki in #189
- version changed to 0.0.6 by @michaelraczycki in #190
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
New Features 🎉
- Implement
observe
anddo
model transformations by @ricardoV94 in #168
Maintenance 🔧
Full Changelog: v0.0.3...v0.0.5
v0.0.3
What's Changed
Major Changes 🛠
New Features 🎉
- Add
build_model
abstractmethod toModelBuilder
by @michaelraczycki in #142 - Add
DiscreteMarkovChain
distribution by @jessegrabowski in #100 - Add Generalized Poisson distribution by @ricardoV94 in #143
- Add utility to convert Model to and from FunctionGraph by @ricardoV94 in #111
- Add r2m2d2cp prior by @ferrine in #137
- Merging BayesianEstimator into ModelBuilder by @michaelraczycki in #165
Bugfixes 🪲
- Seed flaky test by @ricardoV94 in #128
- Return posterior predictive samples from all chains in
ModelBuilder
by @mbjoseph in #140
Documentation 📖
- Update API reference listings by @ricardoV94 in #105
- Add codecov badge to Readme by @michaelraczycki in #157
Maintenance 🔧
- changed id of model_builder to property, added type hinting by @michaelraczycki in #110
- Model builder tests by @michaelraczycki in #114
- storing model_config and sampler_config changed to json string by @michaelraczycki in #122
- Test on last release of PyMC instead of main by @ricardoV94 in #125
- Fix PyMC API change in 5.2.0 by @ricardoV94 in #124
- Model Builder refactoring by @michaelraczycki in #131
- release preparation by @michaelraczycki in #134
- Make pytest fail on uncaught warnings by @michaelraczycki in #133
- removed unused *args from fit, added named args to sampler_config by @michaelraczycki in #149
- docstrings update in model_builder.py by @michaelraczycki in #148
- updating api_reference.rst by @michaelraczycki in #150
- Automate pypi release by @michaelraczycki in #135
- fixed test failing due to infinite precision requirement by @michaelraczycki in #153
- Doctest setup by @michaelraczycki in #159
- replacing versioneer by @michaelraczycki in #164
- Initial draft of version of model_builder to work with scikit-learn. by @pdb5627 in #161
- fixing broken docs reference by @michaelraczycki in #166
- add default to argument to prior util by @ferrine in #93
- version change by @michaelraczycki in #171
- adjusting test pypi publish by @michaelraczycki in #176
New Contributors
- @michaelraczycki made their first contribution in #110
- @mbjoseph made their first contribution in #140
- @jessegrabowski made their first contribution in #100
- @pdb5627 made their first contribution in #161
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Adds 3 basic implementations of approximations for gp.Latent by @bwengals in #3
- Histogram trick by @ferrine in #38
- Add Spline Interpolation using basis functions by @ferrine in #52
- Initialize a prior from a fitted posterior by @ferrine in #56
- Add wrapper for running blackjax pathfinder by @twiecki in #72
- Add model_builder helper #6023 on pymc by @5hv5hvnk in #64
- Add Genextreme distribution by @ccaprani in #84
- Implemlinear conjugate gradients by @kunalghosh in #62
- Initial commit of pivoted Cholesky algorithm from GPyTorch by @kunalghosh in #63
- Automatic marginalization of finite discrete variables in the logp by @ricardoV94 in #91
New Contributors
- @OriolAbril made their first contribution in #31
- @ferrine made their first contribution in #36
- @twiecki made their first contribution in #72
- @5hv5hvnk made their first contribution in #64
- @ccaprani made their first contribution in #84
- @kunalghosh made their first contribution in #62
- @junpenglao made their first contribution in #86
Full Changelog: v0.0.1...v0.0.2