Skip to content

Commit 81ff0b2

Browse files
committed
link to releases
1 parent 60ae48b commit 81ff0b2

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22
------------------
33
- Add the ability to parse non-polygons from the GeoJSON file ([#170](https://github.com/developmentseed/label-maker/pull/170))
44
- Add `over_zoom` parameter to create higher resolution tiles ([#172](https://github.com/developmentseed/label-maker/pull/172))
@@ -7,26 +7,26 @@
77
- Update documentation
88

99

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)
1111
------------------
1212
- Maintenance release
1313
- Add tox for tests/automation
1414
- Automate pypi releases
1515
- Dependency removal (homura/pycurl/pyproj) and upgrades (rasterio/numpy)
1616

1717

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)
1919
------------------
2020
- 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))
2121
- Updated background ratio to work for multiclass problems ([#159](https://github.com/developmentseed/label-maker/pull/159))
2222

2323

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)
2525
------------------
2626
- Added ability to use HTTP Authentication for TMS endpoints ([#152](https://github.com/developmentseed/label-maker/pull/152))
2727

2828

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)
3030
------------------
3131
- Use sys.exectuable in place of python string ([#124](https://github.com/developmentseed/label-maker/pull/124))
3232
- Correct script reference to fix bug in skynet train example ([#129](https://github.com/developmentseed/label-maker/pull/129))
@@ -35,20 +35,20 @@
3535
each split ([#149](https://github.com/developmentseed/label-maker/pull/149))
3636

3737

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)
3939
------------------
4040
- Skip invalid or empty geometries which prevent segmentation rendering ([#118](https://github.com/developmentseed/label-maker/pull/118))
4141
- Add binder example ([#119](https://github.com/developmentseed/label-maker/pull/119))
4242

4343

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)
4545
------------------
4646
- Accept GeoJSON input labels ([#32](https://github.com/developmentseed/label-maker/pull/32))
4747
- Correct documentation regarding class labels ([#113](https://github.com/developmentseed/label-maker/pull/113))
4848
- Small miscellaneous fixes
4949

5050

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)
5252
------------------
5353
- Read file drivers to determine file type rather than relying on extension ([#80](https://github.com/developmentseed/label-maker/pull/80))
5454
- 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))
5757
- 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))
5858

5959

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)
6161
------------------
6262
- Provide a default value of False for imagery_offset to preview function ([#79](https://github.com/developmentseed/label-maker/pull/79))
6363

6464

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)
6666
------------------
6767
- Add colors for object detection and segmentation labels ([#64](https://github.com/developmentseed/label-maker/pull/64))
6868
- 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))
7373
- Fix function docstrings ([#61](https://github.com/developmentseed/label-maker/pull/61))
7474

7575

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)
7777
------------------
7878
- Add optional `imagery_offset` property to align imagery with label data ([#58](https://github.com/developmentseed/label-maker/pull/58))
7979
- 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))
8383
labels with the --sparse flag ([#46](https://github.com/developmentseed/label-maker/pull/46))
8484

8585

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)
8787
------------------
8888
- Lower memory usage of stream_filter.py ([#39](https://github.com/developmentseed/label-maker/pull/39))
8989
- Bug fix: print correct object detection labeling summary ([#33](https://github.com/developmentseed/label-maker/pull/33))
9090
- Bug fix: uncompress mbtiles line by line to prevent memory usage issues
9191
causing large files to fail on the `download` subcommand ([#35](https://github.com/developmentseed/label-maker/pull/35))
9292

9393

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)
9595
------------------
9696
- Add optional `buffer` property to classes to create more accurate
9797
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
101101
object-detection packaging from running ([#19](https://github.com/developmentseed/label-maker/pull/19)).
102102

103103

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)
105105
------------------
106106
- Bug fix: resolve path issues which prevented it from working outside the
107107
github cloned repository ([#2](https://github.com/developmentseed/label-maker/pull/2)).
108108

109109

110-
0.1.0 (2018-01-10)
110+
[0.1](https://github.com/developmentseed/label-maker/releases/tag/0.1) (2018-01-10)
111111
------------------
112112
- Initial Release

0 commit comments

Comments
 (0)