1
- 0.9.0 (2020-08-19)
1
+ [ 0.9.0] ( https://github.com/developmentseed/label-maker/releases/tag/0.9.0 ) (2020-08-19)
2
2
------------------
3
3
- Add the ability to parse non-polygons from the GeoJSON file ([ #170 ] ( https://github.com/developmentseed/label-maker/pull/170 ) )
4
4
- Add ` over_zoom ` parameter to create higher resolution tiles ([ #172 ] ( https://github.com/developmentseed/label-maker/pull/172 ) )
7
7
- Update documentation
8
8
9
9
10
- 0.8.0 (2020-05-13)
10
+ [ 0.8.0] ( https://github.com/developmentseed/label-maker/releases/tag/0.8.0 ) (2020-05-13)
11
11
------------------
12
12
- Maintenance release
13
13
- Add tox for tests/automation
14
14
- Automate pypi releases
15
15
- Dependency removal (homura/pycurl/pyproj) and upgrades (rasterio/numpy)
16
16
17
17
18
- 0.7.0 (2019-12-13)
18
+ [ 0.7.0] ( https://github.com/developmentseed/label-maker/releases/tag/0.7.0 ) (2019-12-13)
19
19
------------------
20
20
- Fixed bug introduced by HTTP Authentication ([ #157 ] ( https://github.com/developmentseed/label-maker/pull/157 ) and [ #161 ] ( https://github.com/developmentseed/label-maker/pull/161 ) )
21
21
- Updated background ratio to work for multiclass problems ([ #159 ] ( https://github.com/developmentseed/label-maker/pull/159 ) )
22
22
23
23
24
- 0.6.1 (2019-11-11)
24
+ [ 0.6.1] ( https://github.com/developmentseed/label-maker/releases/tag/0.6.1 ) (2019-11-11)
25
25
------------------
26
26
- Added ability to use HTTP Authentication for TMS endpoints ([ #152 ] ( https://github.com/developmentseed/label-maker/pull/152 ) )
27
27
28
28
29
- 0.6.0 (2019-11-06)
29
+ [ 0.6.0] ( https://github.com/developmentseed/label-maker/releases/tag/0.6.0 ) (2019-11-06)
30
30
------------------
31
31
- Use sys.exectuable in place of python string ([ #124 ] ( https://github.com/developmentseed/label-maker/pull/124 ) )
32
32
- Correct script reference to fix bug in skynet train example ([ #129 ] ( https://github.com/developmentseed/label-maker/pull/129 ) )
35
35
each split ([ #149 ] ( https://github.com/developmentseed/label-maker/pull/149 ) )
36
36
37
37
38
- 0.5.1 (2018-11-12)
38
+ [ 0.5.1] ( https://github.com/developmentseed/label-maker/releases/tag/0.5.1 ) (2018-11-12)
39
39
------------------
40
40
- Skip invalid or empty geometries which prevent segmentation rendering ([ #118 ] ( https://github.com/developmentseed/label-maker/pull/118 ) )
41
41
- Add binder example ([ #119 ] ( https://github.com/developmentseed/label-maker/pull/119 ) )
42
42
43
43
44
- 0.5.0 (2018-11-05)
44
+ [ 0.5.0] ( https://github.com/developmentseed/label-maker/releases/tag/0.5.0 ) (2018-11-05)
45
45
------------------
46
46
- Accept GeoJSON input labels ([ #32 ] ( https://github.com/developmentseed/label-maker/pull/32 ) )
47
47
- Correct documentation regarding class labels ([ #113 ] ( https://github.com/developmentseed/label-maker/pull/113 ) )
48
48
- Small miscellaneous fixes
49
49
50
50
51
- 0.4.0 (2018-10-04)
51
+ [ 0.4.0] ( https://github.com/developmentseed/label-maker/releases/tag/0.4.0 ) (2018-10-04)
52
52
------------------
53
53
- Read file drivers to determine file type rather than relying on extension ([ #80 ] ( https://github.com/developmentseed/label-maker/pull/80 ) )
54
54
- Add support for WMS endpoints as an imagery source ([ #93 ] ( https://github.com/developmentseed/label-maker/pull/93 ) )
@@ -57,12 +57,12 @@ each split ([#149](https://github.com/developmentseed/label-maker/pull/149))
57
57
- New examples and updates to example code ([ #89 ] ( https://github.com/developmentseed/label-maker/pull/89 ) , [ #91 ] ( https://github.com/developmentseed/label-maker/pull/91 ) , [ #105 ] ( https://github.com/developmentseed/label-maker/pull/105 ) , [ #107 ] ( https://github.com/developmentseed/label-maker/pull/107 ) )
58
58
59
59
60
- 0.3.2 (2018-05-14)
60
+ [ 0.3.2] ( https://github.com/developmentseed/label-maker/releases/tag/0.3.2 ) (2018-05-14)
61
61
------------------
62
62
- Provide a default value of False for imagery_offset to preview function ([ #79 ] ( https://github.com/developmentseed/label-maker/pull/79 ) )
63
63
64
64
65
- 0.3.1 (2018-04-19)
65
+ [ 0.3.1] ( https://github.com/developmentseed/label-maker/releases/tag/0.3.1 ) (2018-04-19)
66
66
------------------
67
67
- Add colors for object detection and segmentation labels ([ #64 ] ( https://github.com/developmentseed/label-maker/pull/64 ) )
68
68
- Add support for ` vrt ` reads ([ #71 ] ( https://github.com/developmentseed/label-maker/pull/71 ) )
@@ -73,7 +73,7 @@ each split ([#149](https://github.com/developmentseed/label-maker/pull/149))
73
73
- Fix function docstrings ([ #61 ] ( https://github.com/developmentseed/label-maker/pull/61 ) )
74
74
75
75
76
- 0.3.0 (2018-03-29)
76
+ [ 0.3.0] ( https://github.com/developmentseed/label-maker/releases/tag/0.3.0 ) (2018-03-29)
77
77
------------------
78
78
- Add optional ` imagery_offset ` property to align imagery with label data ([ #58 ] ( https://github.com/developmentseed/label-maker/pull/58 ) )
79
79
- Generate preview tiles faster ([ #30 ] ( https://github.com/developmentseed/label-maker/pull/30 ) )
@@ -83,15 +83,15 @@ each split ([#149](https://github.com/developmentseed/label-maker/pull/149))
83
83
labels with the --sparse flag ([ #46 ] ( https://github.com/developmentseed/label-maker/pull/46 ) )
84
84
85
85
86
- 0.2.1 (2018-02-24)
86
+ [ 0.2.1] ( https://github.com/developmentseed/label-maker/releases/tag/0.2.1 ) (2018-02-24)
87
87
------------------
88
88
- Lower memory usage of stream_filter.py ([ #39 ] ( https://github.com/developmentseed/label-maker/pull/39 ) )
89
89
- Bug fix: print correct object detection labeling summary ([ #33 ] ( https://github.com/developmentseed/label-maker/pull/33 ) )
90
90
- Bug fix: uncompress mbtiles line by line to prevent memory usage issues
91
91
causing large files to fail on the ` download ` subcommand ([ #35 ] ( https://github.com/developmentseed/label-maker/pull/35 ) )
92
92
93
93
94
- 0.2.0 (2018-01-19)
94
+ [ 0.2.0] ( https://github.com/developmentseed/label-maker/releases/tag/0.2.0 ) (2018-01-19)
95
95
------------------
96
96
- Add optional ` buffer ` property to classes to create more accurate
97
97
object-detection or segmentation labels ([ #10 ] ( https://github.com/developmentseed/label-maker/pull/10 ) ).
@@ -101,12 +101,12 @@ object-detection or segmentation labels ([#10](https://github.com/developmentsee
101
101
object-detection packaging from running ([ #19 ] ( https://github.com/developmentseed/label-maker/pull/19 ) ).
102
102
103
103
104
- 0.1.2 (2018-01-11)
104
+ [ 0.1.2] ( https://github.com/developmentseed/label-maker/releases/tag/0.1.2 ) (2018-01-11)
105
105
------------------
106
106
- Bug fix: resolve path issues which prevented it from working outside the
107
107
github cloned repository ([ #2 ] ( https://github.com/developmentseed/label-maker/pull/2 ) ).
108
108
109
109
110
- 0.1.0 (2018-01-10)
110
+ [ 0.1] ( https://github.com/developmentseed/label-maker/releases/tag/0.1 ) (2018-01-10)
111
111
------------------
112
112
- Initial Release
0 commit comments