Skip to content

Commit 235a04d

Browse files
Preparation for v0.2.8. (#89)
* Preparation for v0.2.8. * update pynxtools-spm
1 parent 02742e2 commit 235a04d

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/compatibility_with_pynxtools_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
pynxtools-version: ["master"]
18+
pynxtools-version: ['master', 'v0.15.0']
1919

2020
steps:
2121
- uses: actions/checkout@v4

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ share/python-wheels/
2525
.installed.cfg
2626
*.egg
2727
MANIFEST
28-
*debug.py
28+
# debug.py
2929

3030

3131
# PyInstaller

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"editor.defaultFormatter": "charliermarsh.ruff",
2020
"notebook.formatOnSave.enabled": false,
2121
"CRS.OnSaveAlFileAction": "Reorganize",
22-
"github.copilot.chat.editor.temporalContext.enabled": true
22+
"yaml.format.singleQuote": true
2323
}

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'pynxtools-spm: A pynxtools plugin for SPM (Scanning Probe Microscopy) da
33
message: If you use this software, please cite it using the
44
metadata from this file.
55
type: software
6-
version: 0.2.5
6+
version: 0.2.8
77
authors:
88
- given-names: Rubel
99
family-names: Mozumder

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Operating System :: OS Independent",
2222
]
2323
dependencies = [
24-
"pynxtools>=0.14.0",
24+
"pynxtools>=0.15.0",
2525
"findiff>=0.11.1",
2626
# "pySPM==0.6.2", # SPM file reader for Bruker files use it when you have Bruker files
2727
"matplotlib",
File renamed without changes.

0 commit comments

Comments
 (0)