Skip to content

Commit

Permalink
Release 0.6.12
Browse files Browse the repository at this point in the history
[ENH] Implement equivalence of (some) spectral tranformations
[ENH] PLS supports multiple targets
[ENH] PLS: scores and loadings outputs
[ENH] 2D Correlation Spectroscopy widget
[ENH] Spectra, Hyperspectra: DaskTable support
[ENH] Preprocess Spectra: Unify cuts
[FIX] Explicitely define utf8 encoding on open() for text files
[FIX] Avoid some context crashes: exclude_attributes=True
[FIX] Fix PLS for scikit-learn 1.3
Show an exception if preprocessors can not be loaded
  • Loading branch information
markotoplak committed Feb 6, 2024
1 parent 480feea commit ff7c581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def include_documentation(local_dir, install_dir):
long_description_content_type='text/markdown',
author='Canadian Light Source, Biolab UL, Soleil, Elettra',
author_email='[email protected]',
version="0.6.11",
version="0.6.12",
packages=PACKAGES,
package_data=PACKAGE_DATA,
data_files=DATA_FILES,
Expand Down

0 comments on commit ff7c581

Please sign in to comment.