Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: adrn/thejoker

v1.3.1

21 Aug 14:54
f3f5f15

Choose a tag to compare

What's Changed

  • Compatibility with numpy 2.0 by @adrn in #137

Full Changelog: v1.3.0...v1.3.1

v1.3.0

06 Mar 21:09

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

Choose a tag to compare

preparing v1.2.2

v1.2.1

03 Mar 18:24

Choose a tag to compare

preparing v1.2.1

v1.2

10 Nov 04:14

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

Choose a tag to compare

preparing for v1.1

v1.0

31 Dec 16:54

Choose a tag to compare

preparing v1.0

Release v0.1

30 Jan 22:31

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.