Skip to content

Commit 19a9697

Browse files
Updated version number to v0.5.0; Mentioned Curvature App in README
1 parent c81d7fb commit 19a9697

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ A list of dependencies will need to be installed in order to use the application
1010

1111
More information on how to use the application can be found [here](https://github.com/MatthewSpofford/Multiscale-Statistical-Analysis/blob/master/Multiscale%20Statistical%20Analysis%20Manual.pdf).
1212
## Similar Projects
13-
In order to integrate directly with the MountainsMap® software, a similar addon application was being worked on. However, this project has been abandoned as a result of limitations with MountainsMap®. The project can be found [here](https://github.com/MatthewSpofford/Mountains-Statistical-Addons).
13+
A similar standalone application is currently being developed for multiscale analysis using curvature. The app can be found [here](https://github.com/MatthewSpofford/Multiscale-Curvature-Analysis).
14+
15+
In order to integrate directly with the MountainsMap® software, a similar addon application was also being worked on. However, this project has been abandoned as a result of limitations with MountainsMap®. The project can be found [here](https://github.com/MatthewSpofford/Mountains-Statistical-Addons).

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.4.1
3+
version = 0.5.0
44
license = MIT
55
description = Multiscale regression analysis software, which uses multiscale area data exported from MountainsMap®.
66
long_description = file: README.md

src/multi_stat_analysis/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from StatsTestsUI import ANOVAtestDialog
2626

2727
name = 'Multiscale Statisitcal Analysis'
28-
__version__ = '0.4.1'
28+
__version__ = '0.5.0'
2929
__license__ = 'MIT'
3030
__author__ = 'Matthew Spofford, Nathaniel Rutkowski'
3131
__author_email__ = 'mespofford@wpi.edu'

0 commit comments

Comments
 (0)