File tree 2 files changed +19
-3
lines changed
2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
- 0.1 (2018-01-10)
2
- ----------------
1
+ 0.2.0 (2018-01-19)
2
+ ------------------
3
+ - Add optional 'buffer' property to classes to create more accurate
4
+ object-detection or segmentation labels (#10).
5
+ - Add --sparse flag to limit the size of labels.npz file (#16).
6
+ - Add more globally ignored statements to pylint settings (#24).
7
+ - Bug fix: correct a variable name in package.py which prevented
8
+ object-detection packaging from running (#19).
9
+
10
+
11
+ 0.1.2 (2018-01-11)
12
+ ------------------
13
+ - Bug fix: resolve path issues which prevented it from working outside the
14
+ github cloned repository (#2).
15
+
16
+
17
+ 0.1.0 (2018-01-10)
18
+ ------------------
3
19
- Initial Release
Original file line number Diff line number Diff line change 1
1
"""Library verison"""
2
- __version__ = '0.1.3 '
2
+ __version__ = '0.2.0 '
You can’t perform that action at this time.
0 commit comments