Spectrochempy

Latest version: v0.6.8

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

Scan your dependencies

Page 2 of 7

0.6.3

New features

* add nnl and pnnls solvers to MCRALS

0.6.2

These are the changes in SpectroChemPy-0.6.2.

New features

* `PLSRegression` (Partial Least Squares regression) method added.

* `read` method now handle any url pointing
to a spectrochempy readeable file. An url to a compressed (zip) files are also accepted.

Example:

.. code-block:: ipython

lst = scp.read("https://eigenvector.com/wp-content/uploads/2019/06/corn.mat_.zip")
lst contains 7 NDDatasets,, display the last
lst[-1].plot()

* Automatically download the github repository ``spectrochempy_data`` which contains the files
for the examples and tests. The files are downloaded in the directory scp.preferences.datadir.
When the program is run for the first time, the availability of the files may take several
minutes, depending on the quality of the internet connection.

Bug fixes

* Documentation information for new releases.

Breaking changes

* The `read_remote` method has been removed. Use `read` instead.
* The `download` method has been removed. Use `read` instead.
* The `copy` parameter of `Decomposition` methods has been removed.

Deprecations

* The `used_components` parameter and attribute of `PCA`, `NNMF`,
`EFA` is replaced by `n_components`

0.6.1

Mainly a fix of the last release regarding the docs

0.6.0

0.5.5

These are the changes in SpectroChemPy-0.5.5.
See :ref:`release` for a full changelog including other versions of SpectroChemPy.

New features

* PCA score plot labelling (issue 543).
* Improved loading time
* Plot2D accept a color argument. In addition to cmap=None,
it produces single color 2D plot. It also accept a line style parameters.
e.g.:


nd.plot(cmap=None, color='red', ls='dashed')


produces a dashed red stack plot.

Bug fixes

* Masks handling.
* Multicoordinates slicing work correctly.
* Removed some deprecation warnings from numpy library.
* Pin ipywidgets to avoid runtime errors until ipywidgets is fixed.

0.5.4

Hotfix for documentation and update checking

Page 2 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.