Skip to content

Commit 4ba4a65

Browse files
committed
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
1 parent 263af77 commit 4ba4a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def include_documentation(local_dir, install_dir):
120120
long_description_content_type='text/markdown',
121121
author='Canadian Light Source, Biolab UL, Soleil, Elettra',
122122
author_email='marko.toplak@gmail.com',
123-
version="0.6.16",
123+
version="0.7.0",
124124
packages=PACKAGES,
125125
package_data=PACKAGE_DATA,
126126
data_files=DATA_FILES,

0 commit comments

Comments
 (0)