Releases: aazuspan/sankee
Releases · aazuspan/sankee
v0.2.5
What's Changed
- Modernize build system (#46) and drop 3.7 support (#47) by @aazuspan in #49
- Migrate to ruff (#50) by @aazuspan in #51
- Empty collection testing by @aazuspan in #53
- Docstring and typing fixes by @aazuspan in #54
- Fix bug when all classes are hidden by @aazuspan in #55
Full Changelog: v0.2.4...v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.0 Stable release
Improvements
Dataset.sankify()
for one-liner Sankey diagramsDataset.get_year()
to retrieve single classified images- LCMS CONUS and SEAK images are merged
- MODIS vis param properties are set
Dataset.years
lists supported dataset years- No-data classes automatically excluded
sankee.sankify
region
now optional, defaults to image geometry- Increased default samples
n
to 500 - Much easier integration with geemap
Breaking Changes
sankee.sankify
no longer supportsDataset
inputs.- As a result,
band
,palette
, andlabels
are now required
- As a result,
Datasets.names
,Datasets.get
, andDataset.get_images
removed- Full list of datasets now available with
sankee.datasets.datasets
- Full list of datasets now available with
- NLCD 1992 conversion removed
Under the Hood
- Type hints and updated docstrings
- Updated tutorials
Full Changelog: v0.0.7...v0.1.0
v0.0.7
- Pin
plotly
to5.2.2
for Colab
Full Changelog: v0.0.6...v0.0.7
v0.0.6
v0.0.5(2021-06-08)
- Fix bug when some NaN values are sampled
- Raise more helpful exception when only NaN values are sampled