Releases: pymc-devs/mcbackend
Releases · pymc-devs/mcbackend
v0.2.2
What's Changed
- Use correct chain length when downloading rows by @michaelosthege in #55
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Bump betterproto from 2.0.0b4 to 2.0.0b5 by @dependabot in #43
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Added
slc
option toChain.get_draws
andget_stats
which can be used to select subsets with higher performance by @michaelosthege in #49 and #51 - Passing slice to get draws/stats more efficiently in
to_inferencedata
by @michaelosthege in #52
Full Changelog: v0.1.3...v0.2.0
v0.1.3
What's Changed
- Added
.to_inferencedata(equalize_chain_lengths=True/False)
option by @shakasaki and @michaelosthege in #46 and #48
New Contributors
- @shakasaki made their first contribution in #46
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Bump betterproto from 2.0.0b3 to 2.0.0b4 by @dependabot in #33
- Unpin NumPy and exact PyMC version in dev requirements by @michaelosthege in #27
- Bump actions/setup-python from 2 to 4.1.0 by @dependabot in #36
- Truncate retrieved arrays to chain length by @michaelosthege in #39
- Automatically combine equal-shaped arrays into an array with well-defined dtype in ec167a7
New Contributors
- @dependabot made their first contribution in #33
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Register for type checking as described by PEP 561.
v0.1.0
This is the initial PyPI release.