Version 0.14.3
This release fixes a bug related to spatial indexing of spatialpandas.GeoDataFrames
, and introduces enhancements to antialiased lines, benchmarking and GPU support.
Thanks to first-time contributors @eriknw and @raybellwaves, and also @ianthomas23 and @maximlt.
Enhancements:
-
Improvements to antialiased lines:
-
New benchmark framework:
-
Improvements to GPU support:
- Cupy implementation of eq_hist (#1129)
-
Improvements to documentation:
- Fix markdown syntax for link (#1119)
- Add text link to https://examples.pyviz.org/datashader_dashboard (#1123)
Bug fixes:
- Ensure spatial index
_sindex
is retained on dataframe copy (#1122)