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

chore: update changelog #1401

Merged
merged 4 commits into from
Jan 29, 2025
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
41 changes: 39 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,44 @@
Version 0.17.0 ()
Version 0.17.0 (2025-01-29)
---------------------------

hoxbro marked this conversation as resolved.
Show resolved Hide resolved
NOTE: This drops pillow as a required dependency.
This release adds an enhancement that optimizes edge bundling using optimized numba code. The minimum supported version of Python is now 3.10, along with making pillow and dask optional dependencies. This release also adds compatibility changes to several downstream libraries, build updates, bugfixes, and documentation updates. Thanks to first time contributors `@rhkarls <https://github.com/rhkarls>`_, `@lmcinnes <https://github.com/lmcinnes>`_, `@thomas-reimonn <https://github.com/thomas-reimonn>`_, `@amaloney <https://github.com/amaloney>`_; and regular contributors `@hoxbro <https://github.com/hoxbro>`_ and `@maximlt <https://github.com/maximlt>`_.

Breaking Changes:

- Drop support for Python 3.9 (`#1399 <https://github.com/holoviz/datashader/pull/1399>`_)
amaloney marked this conversation as resolved.
Show resolved Hide resolved
- Making dask and pillow optional dependencies (`#1350 <https://github.com/holoviz/datashader/pull/1350>`_, `#1365 <https://github.com/holoviz/datashader/pull/1365>`_)

Enhancements:

- Edge bundling speedup using optimized numba code (`#1383 <https://github.com/holoviz/datashader/pull/1383>`_)

Build:

- Updates to build infrastructure (`#1372 <https://github.com/holoviz/datashader/pull/1372>`_)
- Fix documentation builds (`#1391 <https://github.com/holoviz/datashader/pull/1391>`_)

Compatibility:

- Updated environment pins (`#1355 <https://github.com/holoviz/datashader/pull/1355>`_)
- Compatibility with cuDF 24.12 (`#1363 <https://github.com/holoviz/datashader/pull/1363>`_, `#1378 <https://github.com/holoviz/datashader/pull/1378>`_)
- Compatibility with dask 2025.1 and dask-expr 2 (`#1369 <https://github.com/holoviz/datashader/pull/1369>`_, `#1390 <https://github.com/holoviz/datashader/pull/1390>`_, `#1394 <https://github.com/holoviz/datashader/pull/1394>`_)
- Compatibility with pixi v0.40.0 (`#1387 <https://github.com/holoviz/datashader/pull/1387>`_)
- Compatibility with Python 3.13 (`#1398 <https://github.com/holoviz/datashader/pull/1398>`_)

Bugfixes:

- PDF scaling bug (`#1382 <https://github.com/holoviz/datashader/pull/1382>`_)

Documentation:

- Update supported Python versions (`#1371 <https://github.com/holoviz/datashader/pull/1371>`_)
- Update links and fix warnings (`#1375 <https://github.com/holoviz/datashader/pull/1375>`_, `#1377 <https://github.com/holoviz/datashader/pull/1377>`_, `#1402 <https://github.com/holoviz/datashader/pull/1402>`)

Maintenance:

- Move to pixi and hatchling (`#1354 <https://github.com/holoviz/datashader/pull/1354>`_)
- General maintenance (`#1357 <https://github.com/holoviz/datashader/pull/1357>`_)
- Updated linting rules (`#1367 <https://github.com/holoviz/datashader/pull/1367>`_, `#1368 <https://github.com/holoviz/datashader/pull/1368>`_)


Version 0.16.3 (2024-07-04)
hoxbro marked this conversation as resolved.
Show resolved Hide resolved
Expand Down