Skip to content

Update changelog and version #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
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)
Expand Down
2 changes: 1 addition & 1 deletion label_maker/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Library verison"""
__version__ = '0.3.0'
__version__ = '0.3.1'