Skip to content

Releases: adrn/thejoker

v1.3.0

06 Mar 21:09
Compare
Choose a tag to compare

What's Changed

  • Modernize packaging and update to support pymc > v4 by @adrn in #127

Full Changelog: v1.2.2...v1.3.0

v1.2.2

03 Mar 19:28
Compare
Choose a tag to compare
preparing v1.2.2

v1.2.1

03 Mar 18:24
Compare
Choose a tag to compare
preparing v1.2.1

v1.2

10 Nov 04:14
Compare
Choose a tag to compare

Changes

  • TheJoker now expects a numpy.random.Generator instance instead of a
    RandomState for controlling random number generation.

  • Renamed t0 to t_ref in places where it actually represents a reference
    time.

  • Added functionality to compute t0, i.e. the time of phase=0, for samples.

  • Added functions to compute time-sampling statistics for the samples returned
    from The Joker (see: thejoker.samples_analysis).

  • Fixed a bug in the UniformLog distribution that affected running MCMC.

v1.1

28 Apr 14:30
Compare
Choose a tag to compare
preparing for v1.1

v1.0

31 Dec 16:54
Compare
Choose a tag to compare
preparing v1.0

Release v0.1

30 Jan 22:31
Compare
Choose a tag to compare
Release v0.1 Pre-release
Pre-release

Though this is a numbered release, it should be thought of as a beta release! This is the version of the code used in the paper describing The Joker.