Skip to content

Commit

Permalink
updates for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
martham93 committed Nov 6, 2019
1 parent ee40b24 commit 6f1c34b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.6.0 (2018-11-06)
------------------

- Use sys.exectuable in place of python string (#124)
- Correct script reference to fix bug in skynet train example (#129)
- Add s3 requirement to rasterio (#137)
- users can split data into more groups than train and test, for example train/test/validate, and specify the ratio for
each split (#149)



0.5.1 (2018-11-12)
------------------
- Skip invalid or empty geometries which prevent segmentation rendering (#118)
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.5.1'
__version__ = '0.6.0'

0 comments on commit 6f1c34b

Please sign in to comment.