Releases: developmentseed/label-maker
Releases · developmentseed/label-maker
0.9.1
- Add the ability to specify the number of threads to use to download images (#182)
0.9.0
- Add the ability to parse non-polygons from the GeoJSON file (#170)
- Add
over_zoom
parameter to create higher resolution tiles (#172)
- Add
band_indices
parameter to select bands from input TIF file (#178)
- Improve test output (#173)
- Update documentation
0.8.0
Maintenance release
- Add tox for tests/automation
- Automate pypi releases
- Dependency removal (homura/pycurl/pyproj) and upgrades (rasterio/numpy)
0.7.0
- Fixed bug introduced by HTTP Authentication (#157 and #161)
- Updated background ratio to work for multiclass problems (#159)
0.6.1
- Added ability to use HTTP Authentication for TMS endpoints (#152)
0.6.0
- 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
- Skip invalid or empty geometries which prevent segmentation rendering (#118)
- Add binder example (#119)
0.5.0
- Accept GeoJSON input labels (#32)
- Correct documentation regarding class labels (#113)
- Small miscellaneous fixes
0.4.0
- Read file drivers to determine file type rather than relying on extension (#80)
- Add support for WMS endpoints as an imagery source (#93)
- Add documentation site (#108)
- Fix rendering errors at tile boundaries (#78)
- New examples and updates to example code (#89, #91, #105, #107)
0.3.2
- Provide a default value of False for imagery_offset to preview function (#79)