Skip to content

Commit

Permalink
changed the way the intcal20 calibration curve is embedded in curryca…
Browse files Browse the repository at this point in the history
…rbon
  • Loading branch information
nevrome committed Nov 3, 2024
1 parent b45c942 commit 263b537
Show file tree
Hide file tree
Showing 5 changed files with 9,521 additions and 9,515 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- V 0.4.0.0: Another major update:
- Changed the way calibration curves are embedded in currycarbon. This now uses the brilliant `file-embed` library.
- Changed the interface of the core calibration functions. `CalibrateDatesConf` no longer includes the `CalibrationMethod`, so `calibrateDates` and `evalNamedCalExpr` functions need it as an extra argument. `calibrateDateBchron` and `calibrateDateMatrixMult` now take `CalibrateDatesConf` and not its individual elements.
- Moved from Float to Double for probability densities and all functions that interact with them.
- Added a new output option `--basicFile` to the CLI to enable simple per-expression output: The minimum start and maximum end of the high probability density regions and the median age. In this context `writeCalC14` was split into `writeCalC14HDR` and `writeCalC14CalRangeSummary` in the library.
Expand Down
1 change: 1 addition & 0 deletions currycarbon.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ library
, math-functions >= 0.3 && < 0.4
, MonadRandom >= 0.6 && < 1
, random > 1.2 && < 1.3
, file-embed > 0.0.11.1 && < 0.1.0.0
default-language:
Haskell2010

Expand Down
3 changes: 3 additions & 0 deletions data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Calibration curves

- intcal20: Reimer et al. 2020, doi: [10.1017/RDC.2020.41](https://doi.org/10.1017/RDC.2020.41)
Loading

0 comments on commit 263b537

Please sign in to comment.