Releases: brews/snakebacon
Releases · brews/snakebacon
v0.0.6
v0.0.5
v0.0.4
A patch with minor refactoring and bug fixes.
Bug fixes
- All
*_kwargs
arguments are now*_kws
(Issue #12). - Fixed some Constant Calibration curve prior dates looking bloated (Issue #14).
- Fixed bug from default
t_a
andt_b
values incalibrate_dates()
(Issue #13). - Fixed bad label in prior accumulation memory plots. The 'thick' had been 'K'. This has been corrected.
- Fix AttributeError in
AgeDepthModel.plot_prior_dates()
(Issue #9).
v0.0.3
v0.0.2
Enhancements
DateRecord
class has been renamedChronRecord
to avoid confusion withDatedProxyRecord
(Issue #3). Theread_chron()
is also nowread_chron()
.AgeDepthModel
instances now can plot prior distributions. #19`_- Can now query
AgeDepthModel
s to get prior distribution for chronology dates, sediment rates, and sediment rate memory (Issue #5). - Now can use
snakebacon.mcmcbackends.bacon.fetch_calibcurve()
and the@registercurve()
decorator to define and fetch calibration curves by name (Issue #6). McmcSetup
andMcmcResults
now throw bacon its tasks throughmcmcbackends.Bacon
. This should make snakebacon more bacon-agnostic. Have a look atMcmcSetup
’smcmcbackend
arg.suggest_accumulation_rate()
is no longer a method, but a humble function.