Skip to content

Commit 4ae4ed4

Browse files
committed
Bump version and update changelog
1 parent 422afad commit 4ae4ed4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
0.2.1 (2018-02-24)
212
------------------
313
- Lower memory usage of stream_filter.py (#39)

label_maker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library verison"""
2-
__version__ = '0.2.1'
2+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)