Releases: charlesll/rampy
Releases · charlesll/rampy
v0.6.4
What's Changed
- 0.6.4 by @charlesll in #41
- Fix ReadTheDocs latest install by @charlesll in #42
- Update docs by @charlesll in #43
- Fix issues #39 and #40
Full Changelog: v0.6.3...v0.6.4
v0.6.3
v0.6.2
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- 0.6.1 by @charlesll in #35
- Try to fix GH pages build by @charlesll in #36
- Update README by @charlesll in #37
Full Changelog: v0.6.0...v0.6.1
v0.6.0
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
What's Changed
- Despiking Function: Pass neighbour parameter to the smoothing function by @kevihiiin in #33
New Contributors
- @kevihiiin made their first contribution in #33
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- Added an environment.yml file to support binder by @oguzhanmeteozturk in #17
- Add another baseline fitting algorithm to baseline.py by @Snijderfrey in #18
- Kacper grodecki by @KacperGrodecki in #23
- 0.4.6 by @KacperGrodecki in #24
- Rubberband baseline correction edited by @sjfraser05 in #28
- 0.5 by @baldonib in #29
- 0.5 by @charlesll in #30
New Contributors
- @oguzhanmeteozturk made their first contribution in #17
- @Snijderfrey made their first contribution in #18
- @KacperGrodecki made their first contribution in #23
- @sjfraser05 made their first contribution in #28
- @baldonib made their first contribution in #29
- @charlesll made their first contribution in #30
Full Changelog: v0.4.4...v0.5.2
v0.4.4 release
Add example sections in docs