Spectrapepper

Latest version: v0.1.10

Safety actively analyzes 626555 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.1.10

What's Changed
* Update the load() function by jongari7 in https://github.com/spectrapepper/spectrapepper/pull/16
* Updated normtoratio(), normtoglobalmax(), bspbaseline() and polybaseline() functions by jongari7 in https://github.com/spectrapepper/spectrapepper/pull/17
* Updated the plot2dml() function by jongari7 in https://github.com/spectrapepper/spectrapepper/pull/18
* Updated the plot2dml() function by jongari7 in https://github.com/spectrapepper/spectrapepper/pull/19
* Small correction in subtractref function by jongari7 in https://github.com/spectrapepper/spectrapepper/pull/20

New Contributors
* jongari7 made their first contribution in https://github.com/spectrapepper/spectrapepper/pull/16

**Full Changelog**: https://github.com/spectrapepper/spectrapepper/compare/v0.1.9...v0.1.10

0.1.9

- Fix bug in `normtoglobalmax`
- Other bugs and general improvements

**Full Changelog**: https://github.com/spectrapepper/spectrapepper/compare/v0.1.8...v0.1.9

0.1.8

Some performance improvement and general maintenance. If your code does not work with this version, please check the documentation as some minor changes were made to some functions' parameters.

**Full Changelog**: https://github.com/spectrapepper/spectrapepper/compare/v0.1.7...v0.1.8

0.1.7

* `loadine` is depreciated. In replacement, use `line` and use `param` `line=N` where `N` is the particular desired line. The default for this is `None` and works normally as before with this value.
* `count` function is included to count particular value inside a vector or list of vectors.
* `normtoglobalsum` is included. This normalization method normalizes respect to the global maximum sum under the curve.
* `vectortoimg` is included. The function transforms a 1-D vector into a 2-D in the form of an image.
* `deconvolution` is included (unstable). It automatically deconvolutes a signal.
* Several erros are fixed and code improvement is done for this version.

Other Changes
What's Changed
* Update GitHub Action Versions by enricgrau in https://github.com/spectrapepper/spectrapepper/pull/12

New Contributors
* enricgrau made their first contribution in https://github.com/spectrapepper/spectrapepper/pull/12

**Full Changelog**: https://github.com/spectrapepper/spectrapepper/compare/v0.1.6...v0.1.7

0.1.6

* Add new `voigtfit` function
* All, fitting functions are optimized and fixed. Some parameters were added and removed.
* `autocorrelation` and `cross-correlation` functions for signal analysis.
* `derivative` function is included
* `peaksimilarity` function for peak alignment.
* A bug in baseline functions were one spectras was solved as many was fixed. Just in some cases, the list was processed as `[[a], [a], [a],..., [a]]` instead of `[a, a, a,..., a]`.
* New examples are added to the `docs`.
* Some data come in reverse order. A function `reverse` is now included to reverse vectors and lists of vectors.
* In `normsum` you can now choose a specific range of the vector to which normalize its sum to 1.
* A bug in `fwhm` for multiple spectras was fixed. Parameter `alpha` is included now to change the height of the full width.

**Full Changelog**: https://github.com/spectrapepper/spectrapepper/compare/v0.1.5...v0.1.6

0.1.5

What's Changed
* Sample data function `load_spectras` has been modifyied to load the `x` axis and the data (`y`) in one line as `x, y = spep.load_spectras()`.
* Sample data function `load_spectras` has a new `param` `sample` to seelct a specific spectra if needed.
* `bspbaseline` now accepts axis ranges to calculate the baseline in the `param` `points`.
* `params` that are spectras/vectors are being standardized to be called `y`, and the `x-axis` as just `x`. `y` should always go before `x` as `x` should not always be mandatory. This means that some `params` previously called `data` might no longer work.
* Added `representative` function.
* Added examples and improved existing ones.

**Full Changelog**: https://github.com/spectrapepper/spectrapepper/compare/v0.1.4...v0.1.5

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.