We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422afad commit 4ae4ed4Copy full SHA for 4ae4ed4
CHANGES.txt
@@ -1,3 +1,13 @@
1
+0.3.0 (2018-03-29)
2
+------------------
3
+- Add optional 'imagery_offset' property to align imagery with label data (#58)
4
+- Generate preview tiles faster (#30)
5
+- Add support for reading GeoTIFF as the imagery source (#13)
6
+- Refactor testing structure (#29)
7
+- Bug fix: fix logic for matching the correct tiles when creating segmentation
8
+ labels with the --sparse flag (#46)
9
+
10
11
0.2.1 (2018-02-24)
12
------------------
13
- Lower memory usage of stream_filter.py (#39)
label_maker/version.py
@@ -1,2 +1,2 @@
"""Library verison"""
-__version__ = '0.2.1'
+__version__ = '0.3.0'
0 commit comments