Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed Dec 7, 2023
1 parent 14c0387 commit 9f1fb3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`).
Expand Down
2 changes: 1 addition & 1 deletion currycarbon.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9f1fb3f

Please sign in to comment.