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 e728827 commit e6f4f9dCopy full SHA for e6f4f9d
CHANGES.txt
@@ -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
9
0.2.0 (2018-01-19)
10
------------------
11
- Add optional 'buffer' property to classes to create more accurate
label_maker/version.py
@@ -1,2 +1,2 @@
"""Library verison"""
-__version__ = '0.2.0'
+__version__ = '0.2.1'
0 commit comments