Releases: ejhigson/nestcheck
Releases · ejhigson/nestcheck
v0.2.1 (2019-08-17)
v0.2.0 (2019-01-20)
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)
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)
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)
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)
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)
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)
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)
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)
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).