Skip to content

Releases: ConnorStoneAstro/pted

v1.4.1

30 Apr 01:31
0bc4398

Choose a tag to compare

What's Changed

  • Add PIT (Probability Integral Transform) plot to pted_coverage_test by @Copilot in #16

Full Changelog: v1.4.0...v1.4.1

v1.4.0

03 Mar 15:18
728bd53

Choose a tag to compare

JAX arrays now supported as input!

Just pass JAX arrays into the functions and you can run PTED on GPU no problem! This works just like the previous PyTorch tensor functionality, and so makes it easy to use whatever platform you prefer.

What's Changed

  • Add JAX array support to pted and pted_coverage_test by @Copilot in #14

New Contributors

  • @Copilot made their first contribution in #14

Full Changelog: v1.3.2...v1.4.0

v1.3.2

29 Jan 19:35
a5a45a8

Choose a tag to compare

What's Changed

New Contributors 🎉

Full Changelog: v1.3.1...v1.3.2

v1.3.1

09 Jan 16:01
6ec49f6

Choose a tag to compare

What's Changed

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

v1.3.0

31 Oct 14:49
2f616a0

Choose a tag to compare

What's Changed

Thanks @fangyizhu for the suggestion! See #6

Full Changelog: v1.2.0...v1.3.0

v1.2.0

07 Oct 19:19
143f39a

Choose a tag to compare

What's Changed

  • add KS-test comparison to README by @ConnorStoneAstro in #5
  • Update p-value floor to better represent finite monte carlo p-value estimate now use (1+q)/(1+n_permute) instead of max(1,q)/n_permute
  • Provide two-tail p-value option for main pted to check for overfitting

Full Changelog: v1.1.1...v1.2.0

v1.1.1

13 Jun 15:29
574b387

Choose a tag to compare

What's Changed

Now gives warning if coverage detects over or under confidence. Can be used to inform updates to models or sampling procedure.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

07 Jun 00:20
6641406

Choose a tag to compare

What's Changed

Breaking change

The pted_coverage_test now uses a density based two tail p-value test at the end to return a p-value. This way the test will now also return a low p-value if the posterior is underconfident rather than returning a value very close to 1. This is more in line with expectations when running the test, one would like to know specifically if the ground truth plausibly came from the posterior distribution. It is a separate question to ask if the posterior is being conservative, which could be added in the future if there is interest in such a function.

Full Changelog: v1.0.1...v1.1.0

v1.0.1

07 May 00:54
ef534cc

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

26 Apr 20:06
6335cbb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v1.0.0