Releases: pymc-devs/mcbackend
Releases · pymc-devs/mcbackend
v0.5.2
What's Changed
- Bump actions/setup-python from 4.7.1 to 5.0.0 by @dependabot in #101
- Fixed a bug in
.to_inferencedata()
that lead to emptyInferenceData
when loading data from PyMC >= 5.7.0 runs, by @michaelosthege in #103
Full Changelog: v0.5.1...v0.5.2
v0.5.1
Package updates
- Add public variables to
__all__
in main__init__.py
by @thomasaarholt in #92 - Bump betterproto from 2.0.0b5 to 2.0.0b6 by @dependabot in #95
- Recompile protos with betterproto 2.0.0b6 by @michaelosthege in #97
Maintenance
- Bump actions/setup-python from 4.5.0 to 4.6.0 by @dependabot in #91
- Bump actions/setup-python from 4.6.0 to 4.6.1 by @dependabot in #94
- Bump actions/setup-python from 4.6.1 to 4.7.0 by @dependabot in #96
- Bump actions/checkout from 3 to 4 by @dependabot in #98
- Bump actions/setup-python from 4.7.0 to 4.7.1 by @dependabot in #99
- Bump to 0.5.1 by @michaelosthege in #100
New Contributors
- @thomasaarholt made their first contribution in #92
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- ⚠ Removed the PyMC adapter because McBackend is now supported by PyMC v5.1.1 directly by @michaelosthege in #89
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Breaking changes
- ⚠ Use -1 to indicate dynamically sized dimensions by @michaelosthege in #85
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Bump actions/setup-python from 4.3.1 to 4.4.0 by @dependabot in #76
- Bump pymc from 5.0.0 to 5.0.1 by @dependabot in #77
- Bump actions/setup-python from 4.4.0 to 4.5.0 by @dependabot in #78
- Bump pymc from 5.0.1 to 5.0.2 by @dependabot in #79
- Remove experimental Streamlit app by @michaelosthege in #82
- Prefer covariant types for function parameters by @michaelosthege in #83
- Drop Aesara support and fix all currently detected type issues by @michaelosthege in #84
Full Changelog: v0.2.7...v0.3.0
v0.2.7
What's Changed
- Backends now support the
str
dtype by @michaelosthege in #75 - Backends can now store the "warning" stat emitted by NUTS in PyMC >=4.3.0 by @michaelosthege in #75
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- PyMC v5.0.0 compatibility by @michaelosthege in #71
- Bugfixes for NumPy >=1.24.0 and ArviZ 0.14.0 compatibility by @michaelosthege in #72
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Now testing with PyMC 4.4.0 by @dependabot in #68
- Give more informative errors for unsupported dtypes by @michaelosthege in #69
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Test with Python 3.10, drop 3.7 by @michaelosthege in #59
- Bump pymc from 4.1.4 to 4.2.1
- Fix encoding/decoding of F-ordered NumPy arrays by @michaelosthege in #64
Full Changelog: v0.2.3...v0.2.4