Skip to content

Commit 6f1c34b

Browse files
committed
updates for new release
1 parent ee40b24 commit 6f1c34b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.6.0 (2018-11-06)
2+
------------------
3+
4+
- Use sys.exectuable in place of python string (#124)
5+
- Correct script reference to fix bug in skynet train example (#129)
6+
- Add s3 requirement to rasterio (#137)
7+
- users can split data into more groups than train and test, for example train/test/validate, and specify the ratio for
8+
each split (#149)
9+
10+
11+
112
0.5.1 (2018-11-12)
213
------------------
314
- Skip invalid or empty geometries which prevent segmentation rendering (#118)

label_maker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library verison"""
2-
__version__ = '0.5.1'
2+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)