Releases: OpenThermochronology/Thermochron.jl
Releases · OpenThermochronology/Thermochron.jl
v0.11.2
v0.11.1
Thermochron v0.11.1
- Add
empiricaluncertainty!
function - Add Plots extension
- Update simulated annealing approach, using
σmodel
as default calculated uncertainty - Add
dynamicsigma
option to freely resample model uncertainties for each chronometer - Switch to more traditional version of equivalent time approach
- Make annealing models
@kwdef
structs, update Ketcham 1999 coeffs - Various internal updates
v0.11.0
Thermochron v0.11.0
- Add apatite fission track age and apatite fission track length thermochornology!
- Input a data to
MCMC
function as a vector ofchronometer
objects
v0.10.5
Thermochron v0.10.5
- Vary rmr0 throughout inversion in _varkinetics option
- Changes to handling of point-specific jumping distributions
- Ensure full non-allocation of lu! from linear algebra
- Change default Temperature boundary to :reflecting
- Update example scripts
v0.10.4
Thermochron v0.10.4
- Move
adm
andzdm
rdaam/zrdaam damage models intomodel
tuple - Move
addpoint!
to separate function
v0.10.3
v0.10.2
Thermochron v0.10.2
- Allow separate boundary condition types for temperature and time
- Move boundary types inside
Boundary
struct - Reexport
StatGeochemBase
v0.10.1
v0.10.0
Thermochron v0.10.0
- Move
npoints
,agepoints
, andTpoints
inside MCMC function (breaking)