From 08be0e1558d8276de5bb80acb0b2d7545ccfa313 Mon Sep 17 00:00:00 2001 From: Marko Toplak Date: Tue, 20 Aug 2024 15:07:51 +0200 Subject: [PATCH] Relase 0.6.16 [ENH] Minimum Noise Fraction denoising preprocessor [ENH] Shift and scale preprocessor [ENH] Preprocess Spectra: supports categories of preprocessors [ENH] File reader for 4D mapping stacks from the SGM beamline at CLS [FIX] Fixes for Peak Fitting (support newer lmfit) [MNT] Refactor preprocess tests --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 67f038010..e44046731 100644 --- a/setup.py +++ b/setup.py @@ -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='marko.toplak@gmail.com', - version="0.6.15", + version="0.6.16", packages=PACKAGES, package_data=PACKAGE_DATA, data_files=DATA_FILES,