Published June 9, 2021
| Version v0.13.0
Software
Open
holoviz/datashader: Version 0.13.0
Authors/Creators
- James A. Bednar1
- Joseph Crail
- Jim Crist-Harif
- Philipp Rudiger2
- Greg Brener3
- Chris B
- Jon Mease4
- Julia Signell5
- Jean-Luc Stevens
- Brendan Collins6
- Sarah Bird7
- esc2
- kbowen
- Nezar Abdennur8
- Oleg Smirnov9
- thuydotm
- maihde
- Ajay Thorve
- Aron Ahmadia10
- Barry A Bragg Jr11
- Carlos H Brandt12
- Clemens Tolboom13
- Enno G.14
- James Bourbeau15
- Johannes Jörg Schmidt
- Making GitHub Delicious.16
- Martin Raifer17
- Mateusz Paprocki
- Peter Roelants
- Sam Hoffman
- 1. Anaconda, Inc.
- 2. Anaconda Inc.
- 3. Intel Corporation
- 4. Plotly
- 5. @saturncloud
- 6. @makepath
- 7. @mozilla
- 8. MIT
- 9. Rhodes University / SKA SA
- 10. @CapitalOne
- 11. Maxar Technologies
- 12. Jacobs University
- 13. build2be
- 14. @SUSE
- 15. @coiled
- 16. Rally Software
- 17. @GIScience
Description
Version 0.13.0
Thanks to Jim Bednar, Nezar Abdennur, Philipp Rudiger, and Jean-Luc Stevens.
Enhancements:
- Defined new dynspread metric based on counting the fraction of non-empty pixels that have non-empty pixels within a given radius. The resulting dynspread behavior is much more intuitive than the old behavior, which counted already-spread pixels as if they were neighbors (#1001)
- Added ds.count() as the default reduction for ds.by (#1004)
Bugfixes:
- Fixed array-bounds reading error in dynspread (#1001)
- Fix color_key argument for dsshow (#986)
- Added Matplotlib output to the 3_Interactivity getting started page. (#1009)
- Misc docs fixes (#1007)
- Fix nan assignment to integer array in RaggedArray (#1008)
Compatibility:
- Any usage of dynspread with datatypes other than points should be replaced with spread(), which will do what was probably intended by the original dynspread call, i.e. to make isolated lines and shapes visible. Strictly speaking, dynspread could still be useful for other glyph types if that glyph is contained entirely in a pixel, e.g. if a polygon or line segment is located within the pixel bounds, but that seems unlikely.
- Dynspread may need to have the threshold or max_px arguments updated to achieve the same spreading as in previous releases, though the new behavior is normally going to be more useful than the old.
Files
holoviz/datashader-v0.13.0.zip
Files
(16.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:60768748e8520e6bc0c6a1a3d6c8c285
|
16.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/holoviz/datashader/tree/v0.13.0 (URL)