Skip to content

Releases: ejhigson/nestcheck

v0.2.1 (2019-08-17)

17 Aug 09:47
Compare
Choose a tag to compare

Changed

  • Updated processing of PolyChord .stats files for compatibility with new PolyChord format for fast/slow parameters.

v0.2.0 (2019-01-20)

20 Jan 16:26
Compare
Choose a tag to compare

Changed

  • Updated references to the "nestcheck: diagnostic tests for nested sampling calculations" paper (now published in Monthly Notices of the Royal Astronomical Society).
  • Minor changes to MIT License (now includes "Edward Higson and contributors" and is dated "2018-Present").

v0.1.10 (2018-10-07)

07 Oct 20:34
Compare
Choose a tag to compare

Added

  • Badges and BibTeX for JOSS paper.

Changed

  • Improved docs intro.
  • Changed dev status to production/stable in setup.py.

v0.1.9 (2018-09-14)

14 Sep 08:01
Compare
Choose a tag to compare

Changed

  • Updated references in docs/paper.bib.
  • Added links to new code repo for the "diagnostics tests for nested sampling calculations" paper.

Removed

  • Old version of "diagnostics tests for nested sampling calculations" paper code in examples folder.

v0.1.8 (2018-09-12)

12 Sep 14:23
Compare
Choose a tag to compare

Added

  • Expanded documentation, including a guide to adding functions to process new nested sampling software packages in the data_processing module's docstring.
  • Single-source version stored in _version.py and accessible through __version__ attribute.

Changed

  • Fixed bug in process_dynesty_run.
  • Fixed typo in the demo.
  • Tidied and improved documentation.

v0.1.7 (2018-08-27)

27 Aug 20:29
Compare
Choose a tag to compare

Changed

  • Improved edge case handling for decomposition of runs into threads with limited numerical precision. In particular dealing with the case that points are born and die on the same likelihood contour to within available precision.
  • Minor improvements to documentation.

v0.1.6 (2018-08-16)

16 Aug 11:36
Compare
Choose a tag to compare

Changed

  • Now compatable with latest version of fgivenx (v2.1.11).
  • Minor refactoring of efficiency gain calculations.
  • Adding warnings for a bug which occurs in output files from PolyChord v1.13.
  • Minor corrections of typos and references in paper.md.

v0.1.5 (2018-08-04)

04 Aug 05:15
Compare
Choose a tag to compare

Added

  • When analytic results are available, implementation error calculations can now use RMSEs as well as the standard deviation of results. This takes account of any systematic bias in results.
  • Option to turn off duplicate logl warnings.
  • "thin" and "point size" arguments in logx diagram plotting.
  • Random seeding is now used when dealing with duplicate logl values, so results are always reproducible.

Changed

  • Minor improvements to documentation.

v0.1.4 (2018-07-10)

10 Jul 16:54
Compare
Choose a tag to compare

Changed

  • duplicate logl values in data files are now allowed (a unique order is assigned in get_birth_inds)
  • several minor bug fixes

Removed:

  • check_logls_unique function in data processing (no longer needed)

v0.1.3 (2018-05-18)

18 May 13:58
Compare
Choose a tag to compare

Added:

  • check_logls_unique function in data processing which checks if any point loglikelihoods are duplicates and, if so, raises a UserWarning and then adds a tiny random delta to each duplicate. This allows a unique point likelihood order for calculating threads - previously duplicates would have resulted in an error.

Removed:

  • symlink from examples to demos (caused problems with codeclimate).