diff --git a/CHANGELOG.md b/CHANGELOG.md index 398db3d..9ad9ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- V 0.3.0.1: The golden tests can not run on stackage as it stands, so I hid them behind an environment variable. - V 0.3.0.0: Major update with multiple breaking changes and new features: - Added a new mechanism to draw random age samples from a CalPDF (`sampleAgesFromCalPDF :: AgeSamplingConf -> CalPDF -> RandomAgeSample`). This is available from the command line with the options `samplesFile`, `--seed`, and `-n`/`--nrSamples`. - Added a new concept to the `CalExpr` data type: Age ranges with uniform probability for each year in the range (`TimeWindowBP` and `TimeWindowBCAD`). diff --git a/currycarbon.cabal b/currycarbon.cabal index 5e5a8f9..8f8b9c2 100644 --- a/currycarbon.cabal +++ b/currycarbon.cabal @@ -1,5 +1,5 @@ name: currycarbon -version: 0.3.0.0 +version: 0.3.0.1 synopsis: A package for simple, fast radiocarbon calibration description: Radiocarbon calibration with the intercept method optimised for fast calibration of many dates. homepage: https://github.com/nevrome/currycarbon