Releases: mjziebarth/REHEATFUNQ
Releases · mjziebarth/REHEATFUNQ
v1.2.0
[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 inreheatfunq.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
[1.1.1] - 2022-12-02
Changed
- Update REHEATFUNQ Jupyter notebooks, mainly unified figure aesthetics.
- Load NGHF uncertainty values as
float
instead ofint
. - Change unit formatting in
GammaConjugatePrior
visualization.
v1.1.0
[1.1.0] - 2022-11-28
Added
- Added the
tail_quantiles
method of theHeatFlowAnomalyPosterior
class.
This computes the quantiles for the batch-evaluated CDF.
Version 1.0.1
[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
This is the first release of REHEATFUNQ, pre-review.