Skip to content

Releases: charlesll/rampy

v0.6.4

30 Mar 19:55
a2218b1

Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

05 Jun 09:52

Choose a tag to compare

Full Changelog: v0.6.2...v0.6.3

Fix issue #38

v0.6.2

04 Jun 13:36

Choose a tag to compare

Full Changelog: v0.6.1...v0.6.2

v0.6.1

04 Jun 09:38
a85fb40

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

02 Apr 11:21

Choose a tag to compare

Improvements:

  • baseline(): we use the make_smoothing_spline function from Scipy for the GCVSmoothedNSpline smoothing mode (smooth function) and the gcvspline baseline, in replaced of the call to the gcvspline library. make_smoothing_spline is a reimplenetation of the Woltring Fortran code in gcvspline library, so modulo numerical errors, it returns the same results. This offers now the gcvspline baseline to all, without problem of Fortran compilation.
  • baseline(): bir are now an optional argument in rampy.baseline (because they do not appear in als, arPLS and drPLS algorithms)
  • peakarea(): function is improved and a test is added.
  • mlclassificator(): this class was badly handling model parameters. This is now fixed. The code has been improved.
  • various improvements of the code formatting
  • tests & examples updated
  • docstrings re-written in Google Style
  • docs updated

Additions:

  • plot_spectrum(): makes an interactive plot of a signal, and also possibly of added baselines and smoothed signals.
  • whittaker(): it is now possible to pass weights
  • baseline(): Whittaker and Gaussian process baselines going through regions of interest is also available in the baseline() function
  • ruby_T_corr(): Computes the temperature correction for the Ruby pressure scale.
  • borate_T_corr(): Computes the temperature correction for the SrB4O7:Sm2+ pressure scale.
  • pressure_sensor(): Converts the wavelength of fluorescence lines into pressure in GPa.

Deprecation:

  • get_portion_interest() becomes extract_signal(). get_portion_interest() still works but it will be removed in a future release

v0.5.3

31 Oct 10:09

Choose a tag to compare

What's Changed

  • Despiking Function: Pass neighbour parameter to the smoothing function by @kevihiiin in #33

New Contributors

Full Changelog: v0.5.2...v0.5.3

v0.5.2

04 Apr 08:33

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.4...v0.5.2

v0.4.4 release

30 May 04:16

Choose a tag to compare

Add example sections in docs