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 c0fa9a9 commit cdbf95bCopy full SHA for cdbf95b
CHANGES.txt
@@ -1,3 +1,14 @@
1
+0.3.1 (2018-04-19)
2
+------------------
3
+- Add colors for object detection and segmentation labels (#64)
4
+- Add support for 'vrt' reads (#71)
5
+- Add documentation for local testing (#75)
6
+- Fix 'preview' downloading one too many tiles (#63)
7
+- Fix warnings on intentionally missing tiles (#68)
8
+- Fix image and tile format inconsistency when packaging GeoTIFF (#66)
9
+- Fix function docstrings (#61)
10
+
11
12
0.3.0 (2018-03-29)
13
------------------
14
- Add optional 'imagery_offset' property to align imagery with label data (#58)
label_maker/version.py
@@ -1,2 +1,2 @@
"""Library verison"""
-__version__ = '0.3.0'
+__version__ = '0.3.1'
0 commit comments