Skip to content

Tags: ThomasGesseyJones/FullyBayesianForecastsExample

Tags

v1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump tensorflow from 2.12.0 to 2.12.1 (#19)

* Bump tensorflow from 2.12.0 to 2.12.1

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](tensorflow/tensorflow@v2.12.0...v2.12.1)

---
updated-dependencies:
- dependency-name: tensorflow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Version increment

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Gessey-Jones <tg400@cam.ac.uk>

v1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README References/Citations to Accepted Paper (#18)

* Bump version

* Update citation to published version

v0.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade tensorflow version to 2.12 (#17)

* Upgrade tensorflow version to 2.12 due to severe CVE in 2.10
* Version bump

v0.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated draft post referee report (#16)

* Add revised draft acting on referee report

v0.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Foregrounds To Simulated Data (#15)

* Add analytic foreground from Hills et al. 2018 to both models (with and without signal)
* Add foreground parameter to the configuration file
* Reduce default noise to 0.015K due to signal now being harder to detect

* Allow polychord verification to be run in batches
* Increase live points for more challenging evidence calculation
* Remove nlike tracking as not used

* Add option for preprocessing simulated data in Evidence Network
* Add whitening transform preprocessing functions (Cholesky default) 
* Change the default network to a deeper and broader network 
* Clipnorm gradients for stability
* Fix overflow bug in blind coverage test
* Update default network hyperparameters for the new problem 

* Update verification data to version with foregrounds
* Update figure and results outputs  to version with foregrounds
* Stored old non-foreground figures for reference

* Extend additive combiner to support an arbitrary number of simulators

* Wording corrections and updated README

* Add scikit-learn to requirements
* Add anesthetic as a requirement
* Update to latest polychordlite version

v0.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
NASA ADS citation/link for future proofing (#14)

* Change letter links from arXiv to ADS 
* Change citation to that autogenerated by ADS
* Correct a grammar error in the README

v0.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Expanded README (#13)

* Expand README.rst
* Include link to letter on arXiv

v0.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add paper pdf and tex (#12)

* Bump version

* Add paper tex and paper (submitted and arXiv version)

v0.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add paper data, figures, and network (#11)

* Add paper figures, networks, and data

* Bump into beta as we prepare for public release

v0.0.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Additional figure options (#10)

* Added options for how to display total detection probability
- Not at all
- In title 
- Or on a plot of distribution of log K 

* Added option to write total detection probability to file

* Bump version