Releases: AmpersandTV/pymc3-hmm
Releases · AmpersandTV/pymc3-hmm
v0.2.5
What's Changed
- Address
twin_column_name
error in time series histogram plotting by @fanshi118 in #109
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Revert conditional Aesara imports by @brandonwillard in #107
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Use
try
statement indatashader
import by @fanshi118 in #103
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
Full Changelog: v0.2...v0.2.1
v0.2
What's Changed
- Add datashader plotting functions and example by @fanshi118 in #95
- Add a Horseshoe prior Gibbs sampler by @xjing76 in #96
- Add support for additional column plotting by @fanshi118 in #97
- Fix split plot title and rescale color bar by @fanshi118 in #100
Full Changelog: v0.1.10...v0.2
v0.1.10
- Fixed an issue with
distribution_subset_args
's use of the parameter names
v0.1.9: Disable flaky under/overflow constraints in test_step_methods
- Fixed a bug in
DiscreteMarkovChain.logp
- This involved explicitly disabling support for broadcasting, which was also buggy.
- Fixed a bug in
ffbs_step
v0.1.8
- Fixed a bug in the mode calculation used by
DiscreteMarkovChain
- Added a custom
Constant
distribution that fixes data type issues and alogp
bug caused by settingModel(check_bounds=False)
v0.1.7
Increase time-varying test's sample and tuning sizes