Skip to content

Releases: AmpersandTV/pymc3-hmm

v0.2.5

29 Apr 18:26

Choose a tag to compare

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

01 Apr 00:43

Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

02 Mar 05:10

Choose a tag to compare

What's Changed

  • Add evaluation step for y when it is a variable by @xjing76 in #104

Full Changelog: v0.2.2...v0.2.3

v0.2.2

21 Jan 21:08

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

13 Dec 22:51

Choose a tag to compare

What's Changed

  • Support negative-binomial observations in the Horseshoe sampler by @xjing76 in #101

Full Changelog: v0.2...v0.2.1

v0.2

08 Dec 19:57

Choose a tag to compare

What's Changed

Full Changelog: v0.1.10...v0.2

v0.1.10

21 Sep 20:51

Choose a tag to compare

  • 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

31 Aug 07:53

Choose a tag to compare

  • 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

11 Aug 01:18

Choose a tag to compare

  • Fixed a bug in the mode calculation used by DiscreteMarkovChain
  • Added a custom Constant distribution that fixes data type issues and a logp bug caused by setting Model(check_bounds=False)

v0.1.7

09 May 21:06

Choose a tag to compare

Increase time-varying test's sample and tuning sizes