Skip to content

Releases: mjziebarth/REHEATFUNQ

v1.2.0

13 Dec 15:28
Compare
Choose a tag to compare

[1.2.0] - 2022-12-13

Added

  • Add amin parameter to heat flow anomaly strength quantification.
  • Added different working precisions for the heat flow anomaly strength
    quantification.
  • Make gamma_mle method available in reheatfunq.regional.
  • Added pytest testing.
  • Added missing import in jupyter/REHEATFUNQ/zeahl22hf/geojson.py.

Changed

  • Fix typo leading to incomplete quadrature error estimate in outer_integrand.
  • Use precision-dependent tolerance in heat flow anomaly posterior quadrature.
  • Add Kahan summation for heat flow anomaly posterior locals.
  • Speed up heat flow anomaly posterior CDF and tail distribution via CDFEval
    class that computes norm and cumulative distribution simultaneously.

v1.1.1

02 Dec 16:50
Compare
Choose a tag to compare

[1.1.1] - 2022-12-02

Changed

  • Update REHEATFUNQ Jupyter notebooks, mainly unified figure aesthetics.
  • Load NGHF uncertainty values as float instead of int.
  • Change unit formatting in GammaConjugatePrior visualization.

v1.1.0

28 Nov 21:13
3b70f5d
Compare
Choose a tag to compare

[1.1.0] - 2022-11-28

Added

  • Added the tail_quantiles method of the HeatFlowAnomalyPosterior class.
    This computes the quantiles for the batch-evaluated CDF.

Version 1.0.1

28 Nov 15:25
67a6d16
Compare
Choose a tag to compare

[1.0.1] - 2022-11-28

Changed

  • Fix a C++ standard incompatibility that is compatible with g++ but
    not with clang++.
  • Relax some typing requirements and make typing information compatible with
    Python 3.8.

Version 1.0.0

28 Nov 08:50
Compare
Choose a tag to compare

This is the first release of REHEATFUNQ, pre-review.