Releases: pymc-devs/pymc-bart
Releases · pymc-devs/pymc-bart
0.8.2
What's Changed
- Compute_variable_importance: fix bug with non-default shapes by @aloctavodia in #208
Full Changelog: 0.8.1...0.8.2
0.8.1
What's Changed
- Patch for case when Y is a TensorVariable by @AlexAndorra in #206
- Fix bug with labels in variable importance, add reference line, remove deprecation warning by @aloctavodia in #207
Full Changelog: 0.8.0...0.8.1
0.8.0
What's Changed
- Add new vi plots by @aloctavodia in #196
- Allows plotting a subset of the variables once the variable's importance has been computed by @aloctavodia in #200
- Enable passing
Y
as aSharedVariable
topm.Bart
by @AlexAndorra in #202 - Improve docs, aesthetics and functionality by @aloctavodia in #198
New Contributors
- @AlexAndorra made their first contribution in #202
Full Changelog: 0.7.1...0.8.0
0.7.1
What's Changed
- Conform to recent changes in pymc by @aloctavodia in #194
Full Changelog: 0.7.0...0.7.1
0.7.0
What's Changed
- Allow Y to be a tensor by @aloctavodia in #180
- improve plot_variable_importance by @aloctavodia in #182
- move x_angle to plot_kwargs by @aloctavodia in #185
Full Changelog: 0.6.0...0.7.0
0.6.0
What's Changed
- Add categorical example by @PabloGGaray in #167
- Fix np.float_ type by @juanitorduz in #171
- Support Polars by @aloctavodia in #179
Full Changelog: 0.5.14...0.6.0
0.5.14
0.5.13
What's Changed
- Update pymc version requirements.txt by @juanitorduz in #163
Full Changelog: 0.5.12...0.5.13
0.5.12
What's Changed
- Unpin numpy by @maresb in #156
- Resolve deprecation warning for
pytensor
'sVariable
by @RyanAugust in #159
New Contributors
- @RyanAugust made their first contribution in #159
Full Changelog: 0.5.11...0.5.12
0.5.11
What's Changed
- Add citation file by @PabloGGaray in #151
- Rename moment to support_point by @PabloGGaray in #154
Full Changelog: 0.5.10...0.5.11