Skip to content

v0.2.0

Choose a tag to compare

@davewhipp davewhipp released this 04 Sep 02:14
· 108 commits to main since this release
9ef7803

Major changes

  • Added linear change erosion rate model
  • Added option to output time-temperature-pressure files
  • Added a test notebook for use in Binder
  • Added online documentation
  • Added option to plot measured ages if input
  • Added option for inverse modeling using the neighpy package (Neighbourhood Algorithm)
  • Added new erosion model for extensional and thrust-sense motions
  • Added option for gradual mantle delamination
  • Added option for plotting depth histories
  • Added option for inverting time-temperature history plots (HeFTy style)
  • Updated plot styles to improve accessibility
  • Added option to read measured ages from a data file
  • Changed default plotting style to use Ma for all plots
  • Added option for exponential decay of heat production
  • Added option to include magmatic intrusions
  • Added option to include depositional ages in measured age data file
  • LOTS of bug fixes

Other changes

  • Basic implementation of the NA algorithm by @slaaks in #19
  • Update directory names in readme. by @em-t in #18
  • Na implementation with fixed parameter boundaries by @slaaks in #20
  • Merge in a bunch of stuff by @davewhipp in #25
  • Update Binder path by @davewhipp in #26
  • Add option for reading from data file; bug fixes by @davewhipp in #28
  • Fix typos with f-strings by @davewhipp in #29
  • Tweak madtrax imports by @davewhipp in #30
  • Develop by @davewhipp in #33
  • Update time on plots, fix ero-type 7 bug by @davewhipp in #35
  • Remove debug print statement by @davewhipp in #36
  • Updates to ero-type 7, add option for exponential decay in heat prod., bump min version of Python to 3.12 on Binder by @davewhipp in #39
  • Add option of defining magmatic intrusions; fix bug in exhumation mag… by @davewhipp in #41
  • Update docs, add support for depositional ages, minor other tweaks by @davewhipp in #43
  • Enhance NA inversion: constraints, plots, Voronoi support by @gerardb-fr in #37
  • Implemented MCMC inversion with emcee and visual outputs by @gerardb-fr in #38
  • Merge BG updates into develop by @davewhipp in #44
  • Develop by @davewhipp in #45
  • Clean up structure, prepare for package release on PyPI by @davewhipp in #47

New Contributors

Full Changelog: v0.1...v0.2.0