Skip to content

Commit e6f4f9d

Browse files
committed
Update changelog and version
1 parent e728827 commit e6f4f9d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.2.1 (2018-02-24)
2+
------------------
3+
- Lower memory usage of stream_filter.py (#39)
4+
- Bug fix: print correct object detection labeling summary (#33)
5+
- Bug fix: uncompress mbtiles line by line to prevent memory usage issues
6+
causing large files to fail on the 'download' subcommand (#35)
7+
8+
19
0.2.0 (2018-01-19)
210
------------------
311
- Add optional 'buffer' property to classes to create more accurate

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.0'
2+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)