forked from developmentseed/label-maker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
71 lines (57 loc) · 2.35 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
0.5.1 (2018-11-12)
------------------
- Skip invalid or empty geometries which prevent segmentation rendering (#118)
- Add binder example (#119)
0.5.0 (2018-11-05)
------------------
- Accept GeoJSON input labels (#32)
- Correct documentation regarding class labels (#113)
- Small miscellaneous fixes
0.4.0 (2018-10-04)
------------------
- Read file drivers to determine file type rather than relying on extension (#80)
- Add support for WMS endpoints as an imagery source (#93)
- Add documentation site (#108)
- Fix rendering errors at tile boundaries (#78)
- New examples and updates to example code (#89, #91, #105, #107)
0.3.2 (2018-05-14)
------------------
- Provide a default value of False for imagery_offset to preview function (#79)
0.3.1 (2018-04-19)
------------------
- Add colors for object detection and segmentation labels (#64)
- Add support for 'vrt' reads (#71)
- Add documentation for local testing (#75)
- Fix 'preview' downloading one too many tiles (#63)
- Fix warnings on intentionally missing tiles (#68)
- Fix image and tile format inconsistency when packaging GeoTIFF (#66)
- Fix function docstrings (#61)
0.3.0 (2018-03-29)
------------------
- Add optional 'imagery_offset' property to align imagery with label data (#58)
- Generate preview tiles faster (#30)
- Add support for reading GeoTIFF as the imagery source (#13)
- Refactor testing structure (#29)
- Bug fix: fix logic for matching the correct tiles when creating segmentation
labels with the --sparse flag (#46)
0.2.1 (2018-02-24)
------------------
- Lower memory usage of stream_filter.py (#39)
- Bug fix: print correct object detection labeling summary (#33)
- Bug fix: uncompress mbtiles line by line to prevent memory usage issues
causing large files to fail on the 'download' subcommand (#35)
0.2.0 (2018-01-19)
------------------
- Add optional 'buffer' property to classes to create more accurate
object-detection or segmentation labels (#10).
- Add --sparse flag to limit the size of labels.npz file (#16).
- Add more globally ignored statements to pylint settings (#24).
- Bug fix: correct a variable name in package.py which prevented
object-detection packaging from running (#19).
0.1.2 (2018-01-11)
------------------
- Bug fix: resolve path issues which prevented it from working outside the
github cloned repository (#2).
0.1.0 (2018-01-10)
------------------
- Initial Release