Skip to content

Commit

Permalink
Update version number before final release of v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petersmythe committed Nov 30, 2018
1 parent 1753fab commit 01f014b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions disconnected_islands.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ def run(self):
{'fid': feat.id()})]) # first scale by tolerance, then convert to int. Before doing this, there were problems (in NetworkX v1) with floats not equating, thus creating disconnects that weren't there.
if count % 100 == 0:
QApplication.processEvents() # keep the UI responsive, every 100 features
#TODO: check to see if Esc pressed

aLayer.endEditCommand()

Expand Down
4 changes: 2 additions & 2 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name=Disconnected Islands
qgisMinimumVersion=3.0
description=Finds disconnected "islands" in a transport network layer, so that a routing tool will work between all nodes. A tolerance field allows for imperfect topology.
version=1.0.5
version=2.0.0
author=Peter Smythe @ AfriGIS
[email protected]

Expand All @@ -29,7 +29,7 @@ repository=https://github.com/AfriGIS-South-Africa/disconnected-islands.git
# Recommended items:

# Uncomment the following line and add your changelog:
changelog=Version 1.0.5 (2018-11-23)
changelog=Version 2.0.0 (2018-11-30)
- Upgrade to QGIS v3<br/>
Version 1.0.4 (2018-11-23)
- Fix for NetworkX upgrade from v1 to v2<br/>
Expand Down

0 comments on commit 01f014b

Please sign in to comment.