Skip to content

v2.0.2

Compare
Choose a tag to compare
@segasai segasai released this 27 Nov 13:25
· 170 commits to master since this release
c4b4c8e

Minor bug fix release.

  • When checkpointing is on the dynamic sampler will always checkpoint in the end of the run_nested() irrespective of checkpoint_time
  • Equally weighted samples are now randomly shuffled ( #408 )
  • The live_points option was somewhat broken when blob option was introduced requiring a tuple of 4 elements irrespective of whether your likelihood returns blobs or not. Now if you use blob=True and want to provide live_points you need to provide 4 elements (u,v,logl,blobs). If you use blob=False you will need to provide just 3 elements as before (u,v,logl)