Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for v0.14.3 release #1149

Merged
merged 1 commit into from
Nov 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
Version 0.14.3 (2022-11-17)
---------------------------

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 <https://github.com/eriknw>`_ and `@raybellwaves <https://github.com/raybellwaves>`_, and also `@ianthomas23 <https://github.com/ianthomas23>`_ and `@maximlt <https://github.com/maximlt>`_.

Enhancements:

* Improvements to antialiased lines:

- Fit antialiased line code within usual numba/dask framework (`#1142 <https://github.com/holoviz/datashader/pull/1142>`_)
- Refactor stage 2 aggregation for antialiased lines (`#1145 <https://github.com/holoviz/datashader/pull/1145>`_)
- Support compound reductions for antialiased lines on the CPU (`#1146 <https://github.com/holoviz/datashader/pull/1146>`_)

* New benchmark framework:

- Add benchmarking framework using ``asv`` (`#1120 <https://github.com/holoviz/datashader/pull/1120>`_)
- Add ``cudf``, ``dask`` and ``dask-cudf`` ``Canvas.line`` benchmarks (`#1140 <https://github.com/holoviz/datashader/pull/1140>`_)

* Improvements to GPU support:

- Cupy implementation of eq_hist (`#1129 <https://github.com/holoviz/datashader/pull/1129>`_)

* Improvements to documentation:

- Fix markdown syntax for link (`#1119 <https://github.com/holoviz/datashader/pull/1119>`_)
- DOC: add text link to https://examples.pyviz.org/datashader_dashboard (`#1123 <https://github.com/holoviz/datashader/pull/1123>`_)

* Improvements to dependency management (`#1111 <https://github.com/holoviz/datashader/pull/1111>`_, `#1116 <https://github.com/holoviz/datashader/pull/1116>`_)

* Improvements to CI (`#1132 <https://github.com/holoviz/datashader/pull/1132>`_, `#1135 <https://github.com/holoviz/datashader/pull/1135>`_, `#1136 <https://github.com/holoviz/datashader/pull/1136>`_, `#1137 <https://github.com/holoviz/datashader/pull/1137>`_, `#1143 <https://github.com/holoviz/datashader/pull/1143>`_)

Bug fixes:

* Ensure spatial index ``_sindex`` is retained on dataframe copy (`#1122 <https://github.com/holoviz/datashader/pull/1122>`_)

Version 0.14.2 (2022-08-10)
---------------------------

Expand Down