From 4ba4a654c2e39ea0af8cc3cffe0f49a880b128cb Mon Sep 17 00:00:00 2001 From: Marko Toplak Date: Wed, 2 Oct 2024 15:59:39 +0200 Subject: [PATCH] Release 0.7.0 [FIX] peakfit: limit multiprocessing to 2 processes during fitting to avoid crashes [MNT] Support for Preprocess images from the SNOM addon Standardize map vars ImagePlot: refactor for adaptability ImagePlot: do not require exact attribute, just matching names Avoid scipy.spatial.qhull deprecation --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e44046731..3aa079181 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.16", + version="0.7.0", packages=PACKAGES, package_data=PACKAGE_DATA, data_files=DATA_FILES,