Skip to content

Commit b35b424

Browse files
committed
changelog copy edits, future doc fix
1 parent 0edf0d0 commit b35b424

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- run:
6363
name: Deploy documentation
6464
command: |
65-
pip install -r requirements-dev.txt
65+
pip install -r requirements-dev.txt --user
6666
cd docs
6767
make html
6868
cd _build/html

CHANGELOG.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,32 +79,28 @@ each split ([#149](https://github.com/developmentseed/label-maker/pull/149))
7979
- Generate preview tiles faster ([#30](https://github.com/developmentseed/label-maker/pull/30))
8080
- Add support for reading GeoTIFF as the imagery source ([#13](https://github.com/developmentseed/label-maker/pull/13))
8181
- Refactor testing structure ([#29](https://github.com/developmentseed/label-maker/pull/29))
82-
- Bug fix: fix logic for matching the correct tiles when creating segmentation
83-
labels with the --sparse flag ([#46](https://github.com/developmentseed/label-maker/pull/46))
82+
- Bug fix: fix logic for matching the correct tiles when creating segmentation labels with the `--sparse` flag ([#46](https://github.com/developmentseed/label-maker/pull/46))
8483

8584

8685
[0.2.1](https://github.com/developmentseed/label-maker/releases/tag/0.2.1) (2018-02-24)
8786
------------------
88-
- Lower memory usage of stream_filter.py ([#39](https://github.com/developmentseed/label-maker/pull/39))
87+
- Lower memory usage of `stream_filter.py` ([#39](https://github.com/developmentseed/label-maker/pull/39))
8988
- Bug fix: print correct object detection labeling summary ([#33](https://github.com/developmentseed/label-maker/pull/33))
90-
- Bug fix: uncompress mbtiles line by line to prevent memory usage issues
91-
causing large files to fail on the `download` subcommand ([#35](https://github.com/developmentseed/label-maker/pull/35))
89+
- Bug fix: uncompress mbtiles line by line to prevent memory usage issues causing large files to fail on the `download` subcommand ([#35](https://github.com/developmentseed/label-maker/pull/35))
9290

9391

9492
[0.2.0](https://github.com/developmentseed/label-maker/releases/tag/0.2.0) (2018-01-19)
9593
------------------
9694
- Add optional `buffer` property to classes to create more accurate
9795
object-detection or segmentation labels ([#10](https://github.com/developmentseed/label-maker/pull/10)).
98-
- Add --sparse flag to limit the size of labels.npz file ([#16](https://github.com/developmentseed/label-maker/pull/16)).
96+
- Add `--sparse` flag to limit the size of labels.npz file ([#16](https://github.com/developmentseed/label-maker/pull/16)).
9997
- Add more globally ignored statements to pylint settings ([#24](https://github.com/developmentseed/label-maker/pull/24)).
100-
- Bug fix: correct a variable name in package.py which prevented
101-
object-detection packaging from running ([#19](https://github.com/developmentseed/label-maker/pull/19)).
98+
- Bug fix: correct a variable name in `package.py` which prevented object-detection packaging from running ([#19](https://github.com/developmentseed/label-maker/pull/19)).
10299

103100

104101
[0.1.2](https://github.com/developmentseed/label-maker/releases/tag/0.1.2) (2018-01-11)
105102
------------------
106-
- Bug fix: resolve path issues which prevented it from working outside the
107-
github cloned repository ([#2](https://github.com/developmentseed/label-maker/pull/2)).
103+
- Bug fix: resolve path issues which prevented it from working outside the github cloned repository ([#2](https://github.com/developmentseed/label-maker/pull/2)).
108104

109105

110106
[0.1](https://github.com/developmentseed/label-maker/releases/tag/0.1) (2018-01-10)

0 commit comments

Comments
 (0)