Recent Releases of https://github.com/charlesll/rampy
https://github.com/charlesll/rampy - v0.6.0
Improvements:
- baseline(): we use the makesmoothingspline function from Scipy for the GCVSmoothedNSpline smoothing mode (smooth function) and the gcvspline baseline, in replaced of the call to the gcvspline library. makesmoothingspline 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
- rubyTcorr(): Computes the temperature correction for the Ruby pressure scale.
- borateTcorr(): Computes the temperature correction for the SrB4O7:Sm2+ pressure scale.
- pressure_sensor(): Converts the wavelength of fluorescence lines into pressure in GPa.
Deprecation:
- getportioninterest() becomes extractsignal(). getportion_interest() still works but it will be removed in a future release
- Python
Published by charlesll 11 months ago
https://github.com/charlesll/rampy - v0.5.3
What's Changed
- Despiking Function: Pass neighbour parameter to the smoothing function by @kevihiiin in https://github.com/charlesll/rampy/pull/33
New Contributors
- @kevihiiin made their first contribution in https://github.com/charlesll/rampy/pull/33
Full Changelog: https://github.com/charlesll/rampy/compare/v0.5.2...v0.5.3
- Python
Published by charlesll over 1 year ago
https://github.com/charlesll/rampy - v0.5.2
What's Changed
- Added an environment.yml file to support binder by @oguzhanmeteozturk in https://github.com/charlesll/rampy/pull/17
- Add another baseline fitting algorithm to baseline.py by @Snijderfrey in https://github.com/charlesll/rampy/pull/18
- Kacper grodecki by @KacperGrodecki in https://github.com/charlesll/rampy/pull/23
- 0.4.6 by @KacperGrodecki in https://github.com/charlesll/rampy/pull/24
- Rubberband baseline correction edited by @sjfraser05 in https://github.com/charlesll/rampy/pull/28
- 0.5 by @baldonib in https://github.com/charlesll/rampy/pull/29
- 0.5 by @charlesll in https://github.com/charlesll/rampy/pull/30
New Contributors
- @oguzhanmeteozturk made their first contribution in https://github.com/charlesll/rampy/pull/17
- @Snijderfrey made their first contribution in https://github.com/charlesll/rampy/pull/18
- @KacperGrodecki made their first contribution in https://github.com/charlesll/rampy/pull/23
- @sjfraser05 made their first contribution in https://github.com/charlesll/rampy/pull/28
- @baldonib made their first contribution in https://github.com/charlesll/rampy/pull/29
- @charlesll made their first contribution in https://github.com/charlesll/rampy/pull/30
Full Changelog: https://github.com/charlesll/rampy/compare/v0.4.4...v0.5.2
- Python
Published by charlesll almost 2 years ago
https://github.com/charlesll/rampy - v0.4.4 release
- Python
Published by charlesll over 6 years ago