pySPM
pySPM copied to clipboard
Python library to handle Scanning Probe Microscopy Images. Can read nanoscan .xml data, Bruker AFM images, Nanonis SXM files as well as iontof images(ITA, ITM and ITS).
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@hugovk] Use functools.lru_cache for hopper() #7912 [@hugovk]...
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.4.2 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...
**Describe the bug** add_scale(1e-9) gives wrong scalebar:  **To Reproduce** test = spm.SXM(test_file).get_channel('[P8]_Lockin_X') test.add_scale(1e-9) # adds scale bar; something wrong test.show() plt.show() **Files** If applicable, upload or link the file...
**Describe the bug** pySPM depends on `skimage=0.20.0` which are from 2023. However under Python 3.13 this results in the issue described at [KeyError in _regionprops.py during Documentation Installation (__debug__) in...
Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.51.0 to 4.61.0. Release notes Sourced from fonttools's releases. 4.61.0 [varLib.main]: SECURITY Only use basename(vf.filename) to prevent path traversal attacks when running fonttools varLib command-line script, or...
I noticed that the popular `pytest` package is not a dependency. Not clear how tests are run, and there is no Continuous Integration that run tests on pulls. If an...
[setuptools_scm](https://setuptools-scm.readthedocs.io/en/stable/usage/) can be used to handle versioning and with an appropriate GitHub Action and configuration of an account can make releases align on GitHub and PyPI. pySPM uses [poetry](https://python-poetry.org/) though,...