Changes in version 0.9.7 (2020-01-04)

Bugfixes and changes

analyse_Al2O3C_Measurements()

plot_AbanicoPlot()

plot_RadialPlot()

read_BIN2R()

internal_as.latex.table()

Changes in version 0.9.6 (2019-12-05)

Bugfixes and changes

analyse_SAR_CWOSL()

fit_OSLLifeTimes()

plot_GrowthCurve()

read_XSYG2R()

Internals

Changes in version 0.9.4/0.9.5 (2019-09-20/2019-09-21)

Important user visible changes

  1. plot_KDE() wrong error bars As it turned out, unfortunately, the error bars produced by plot_KDE() had been wrong since 2014. The input error values (2nd column in the data.frame) had been, for reasons we cannot recall anymore, divided by two leading to an ‘improved’ visualisation of uncertainties. A big thank goes to Andrea Junge (#93) who made us aware of this bug.

  2. The way the x-axis channels from BIN/BINX-files are generated changed So far, during the file import, minimum and maximum values were taken, and channels were distributed equally according to the number of available data points. Thanks to Sébastien Huot for a constructive discussion.

Please note that these changes will impact your analysis results!

Difference between version 0.9.4 and 0.9.5

Non-used dependency to ‘interp’ removed.

Bugfixes and changes

analyse_SAR.CWOSL()

calc_CentralDose()

plot_DetPlot()

calc_MinDose()

plot_GrowthCurve()

Internals

Changes in version 0.9.3 (2019-07-31)

Changes in version 0.9.2 (2019-07-30)

Changes in version 0.9.1 (2019-07-30)

Removed functions

Bugfixes and changes

apply_EfficiencyCorrection()

analyse_baSAR()

analyse_SAR.CWOLS()

calc_Lamothe2003()

calc_TLLxTxRatio()

calc_SourceDoseRate()

fit_OSLLifeTimes()

plot_AbanicoPlot()

plot_DRTResults()

plot_GrowthCurve()

S4-classes and methods

Internals

Changes in version 0.9.0.110 (2019-04-21)

‘Luminescence’ 0.9.X releases will be the last versions supporting R < 3.5.0.

The behaviour of the base R function sample() was changed / corrected (see news on https://r-project.org for details). This function is used heavily within functions by ‘Luminescence’ (e.g., plot_GrowthCurve()). That being said, it means that old data re-analysed by ‘Luminescence’ using R versions >= 3.6.0 will not give the same results. Differences are small, however, they may significant. If you want to reproduce your data, we recommend to use one of our Docker images which include the R version from the package release date.

New functions

Bugfixes and changes

apply_CosmicRayRemoval()

apply_EfficiencyCorrection()

analyse_SAR.CWOSL()

analyse_SAR.TL()

analyse_FadingMeasurements()

calc_Huntley2006()

read_BIN2R()

read_XSYG2R()

plot_GrowthCurve()

plot_RLum.Data.Spectrum()

verify_SingeGrainData()

write_RLum2CSV()

write_RLum2BIN()

Changes in S4-objects and methods

get_RLum

RLum.Analysis-class

RLum.Data.Spectrum-class

New example datasets

Internals