Skip to content

Releases: aazuspan/sankee

v0.2.5

13 Mar 05:07
61ef35e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

28 Jun 06:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

15 Mar 02:24
Compare
Choose a tag to compare

What's Changed

  • Add theme parameter to sankify to allow builtin and custom plot themes by @aazuspan in #40

Full Changelog: v0.2.2...v0.2.3

v0.2.2

11 Mar 16:35
Compare
Choose a tag to compare

What's Changed

  • Add label_type=False option to disable link labels by @aazuspan in #38

Full Changelog: v0.2.1...v0.2.2

v0.2.1

10 Dec 04:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Jul 00:34
Compare
Choose a tag to compare

Improvements

  • Interactive class control GUI in #21
  • Sampled points now accessible from SankeyPlot.samples in #27
  • Style improvements for readability

New Datasets

Full Changelog: v0.1.0...v0.2.0

v0.1.0 Stable release

01 Jul 16:48
Compare
Choose a tag to compare

Improvements

  • Dataset.sankify() for one-liner Sankey diagrams
  • Dataset.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 supports Dataset inputs.
    • As a result, band, palette, and labels are now required
  • Datasets.names, Datasets.get, and Dataset.get_images removed
    • Full list of datasets now available with sankee.datasets.datasets
  • 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

23 Nov 06:13
Compare
Choose a tag to compare
  • Pin plotly to 5.2.2 for Colab

Full Changelog: v0.0.6...v0.0.7

v0.0.6

23 Nov 06:04
Compare
Choose a tag to compare
  • Auto-import Dataset class to fix #14

Full Changelog: v0.0.5...v0.0.6

v0.0.5(2021-06-08)

09 Jun 05:34
Compare
Choose a tag to compare
  • Fix bug when some NaN values are sampled
  • Raise more helpful exception when only NaN values are sampled