Skip to content

Commit

Permalink
docs: update changelog (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaloney authored Jan 29, 2025
1 parent d461169 commit 8dae0f1
Showing 1 changed file with 39 additions and 2 deletions.
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)
---------------------------

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>`_)
- 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)
Expand Down

0 comments on commit 8dae0f1

Please sign in to comment.