Skip to content

Releases: XENONnT/GOFevaluation

v0.1.4

15 Feb 18:10
2f7028d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

12 Jan 14:28
89acd4d
Compare
Choose a tag to compare

What's Changed

  • Should throw error when count_density mode with x or y limit specified by @dachengx in #46
  • Fix location of sklearn's DistanceMetric by @dachengx in #48

Full Changelog: v0.1.2...v0.1.3

v0.1.2

19 May 18:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

07 Jun 08:24
bfc99a4
Compare
Choose a tag to compare
  • Add an example notebook that can be used as a guide when using the package for the first time (#29)
  • Improve and extend plotting of equiprobable binnings. This adds the option of plotting the binwise count density (#35)

Full Changelog: v0.1.0...v0.1.1

v0.1.0-zenodo-init

30 Oct 14:15
303972b
Compare
Choose a tag to compare

Technical release for enabling zenodo

v0.1.0

19 Oct 12:29
303972b
Compare
Choose a tag to compare

Feature Overview of the First Release:

  • Multiple GOF tests (binned and unbinned) can be performed (#1, #5, #10, #12, #13)
  • The p-value is calculated based on toy sampling from the reference or a permutation test (#2, #14)
  • A wrapper class makes it convenient to perform multiple GOF tests in parallel (#19)
  • An equiprobable binning algorithm is implemented. The binning can be applied upon initialisation of the GOF object and a few visualization tools are provided. (#25, #26)
  • CI workflow implemented (#7)

Full Changelog: https://github.com/XENONnT/GOFevaluation/commits/v0.1.0