Releases: pymc-devs/pymc-bart
Releases · pymc-devs/pymc-bart
0.5.0
What's Changed
- Add pre-commit hooks by @juanitorduz in #75
- Add mypy init by @juanitorduz in #78
- Do not store index at each node. by @howsiyu in #80
- Add linear response @juanitorduz in #79
- Do weighted mean when pruning by @aloctavodia in #83
- Implement fast version of pdp by @aloctavodia in #85
- Add error bars to variable importance by @aloctavodia in #90
- Compute running variance for leaf nodes by @aloctavodia in #91
- Improve doc style and add missing examples by @aloctavodia in #92
- Make the Repo more welcoming with a clear title by @juanitorduz in #94
- Improve docstrings new alpha and beta parameters by @juanitorduz in #95
- Allow different splitting rules by @velochy in #96
- Allow training separate tree structures if training multiple trees by @velochy in #98
New Contributors
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- fig bug systematic resampling and add func argument by @aloctavodia in #61 and #66
- add tests for individual functions/methods in PGBART by @aloctavodia in #64
- Modify resampling schema and refactor by @aloctavodia in #65
- add plot_convergence by @aloctavodia in #67 and @aloctavodia in #68
- Improve plot_dependence by @PabloGGaray in #70 and @aloctavodia in #71 and in #73
Full Changelog: 0.3.2...0.4.0
0.3.2
What's Changed
Full Changelog: 0.3.1...0.3.2
0.3.1
What's Changed
- Fix Url pymc-bart on documentation by @fjloyola in #34
- Fixing issue ThemeError for read the docs by @fjloyola in #37
- Refactor to avoid inheritance in BaseNode by @fjloyola in #35
- Add link to license by @PabloGGaray in #39
- Improvements over Tree implementation by @fjloyola in #40
- fix import error from pymc 5.0.2 by @juanitorduz in #43
- Update pymc minimum version by @aloctavodia in #45
- Avoid Deepcopy on Tree and ParticleTree by @fjloyola in #47
New Contributors
- @fjloyola made their first contribution in #34
- @juanitorduz made their first contribution in #43
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Update README with conda installation by @maresb in #26
- Fix broken URL by @maresb in #27
- Update to PyMC 5 and PyTensor by @aloctavodia in #29
Full Changelog: 0.2.1...0.3.0
0.2.1: Prepare for conda-forge (#25)
* Add .gitignore * Add text files (esp. requirements.txt) to manifest * v0.2.1
0.2.0
clean and update
0.1.0
bump release (#20)
0.0.3
Update __init__.py