Skip to content

Commit 1e4c19b

Browse files
Merge v0.4.0, Surface Import Tool, into main
2 parents 3c6c71e + f77d438 commit 1e4c19b

15 files changed

Lines changed: 936 additions & 216 deletions

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# App Generated Files
2+
.temp/
3+
14
# Byte-compiled / optimized / DLL files
25
__pycache__/
36
*.py[cod]
@@ -130,4 +133,4 @@ dmypy.json
130133

131134
# Visual Studios (VS) Files
132135
.vs/
133-
multiscale-stat-env/
136+
multiscale-stat-env/

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ wxPython==4.1.0
33
scipy==1.5.0
44
matplotlib==3.2.2
55
openpyxl==3.0.3
6-
aenum==2.2.3
7-
-e .
6+
pyautogui==0.9.50
7+
-e .

resources/analysis-method.png

1.2 KB
Loading

resources/complexity.png

1003 Bytes
Loading

resources/export-curve.png

976 Bytes
Loading

resources/save-curve.png

595 Bytes
Loading

resources/scale-sensitive.png

550 Bytes
Loading

resources/ssfa-template.mnt

376 KB
Binary file not shown.

resources/start-mountains.png

1012 Bytes
Loading

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = multiscale-statistical-analysis
3-
version = 0.3.0
3+
version = 0.4.0
44
license = MIT License
55
description = Multiscale regression analysis software, which uses multiscale area data exported from MountainsMap®.
66
long_description = file: README.md

0 commit comments

Comments
 (0)