From 69188775792968d99984b443541612c6dbc140bf Mon Sep 17 00:00:00 2001 From: Andy Maloney Date: Tue, 28 Jan 2025 13:14:47 -0600 Subject: [PATCH] address comments --- CHANGELOG.rst | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ab221295d..abb2e0cda 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,48 +4,48 @@ Version 0.17.0 () Breaking Changes: - Drop support for Python 3.9. -- ``pillow`` and ``dask`` are no longer required dependencies -- Moved to ``pixi`` and ``hatchling`` +- ``pillow`` and ``dask`` are no longer required dependencies. +- Moved to ``pixi`` and ``hatchling``. Enhancements: -- Edge bundling speedup using optimized ``numba`` code thanks to `@lmcinnes `_, (`#1383 `_). -- Drop Python 3.9 by `@hoxbro `_ in (`#1399 `_). +- Edge bundling speedup using optimized ``numba`` code by `@lmcinnes `_ (`#1383 `_). +- Drop Python 3.9 by `@hoxbro `_ (`#1399 `_). Build: -- Updates to build infrastructure by `@hoxbro `_ in (`#1372 `_). -- Fix documentation builds by `@hoxbro `_ in (`#1391 `_). +- Updates to build infrastructure by `@hoxbro `_ (`#1372 `_). +- Fix documentation builds by `@hoxbro `_ (`#1391 `_). Compatibility: -- Compatibility updates by `@hoxbro `_ - - ``cuDF`` `#1363 `_ and `#1378 `_ - - ``pixi`` `#1387 `_ - - ``dask`` `#1369 `_ and `#1390 `_ - - ``dask-expr`` `#1394 `_ - - ``gpu & pre-commit`` `#1355 `_ - - ``python 3.13`` `#1398 `_ +- ``gpu & pre-commit`` updated pins by `@hoxbro `_ (`#1355 `_). +- ``cuDF 24.10`` updated by `@hoxbro `_ (`#1363 `_). +- ``dask 2024.11`` updated by `@hoxbro `_ (`#1369 `_). +- ``cuDF 24.12`` updated by `@hoxbro `_ (`#1378 `_). +- ``pixi v0.40.0`` updated by `@hoxbro `_ (`#1387 `_). +- ``dask 2025.1`` updated by `@hoxbro `_ (`#1390 `_). +- ``dask-expr 2`` updated by `@hoxbro `_ (`#1394 `_). +- ``python 3.13`` updated by `@hoxbro `_ (`#1398 `_). Bugfixes: -- PDF scaling bug by `@thomas-reimonn `_ in (`#1382 `_). +- PDF scaling bug fixed by `@thomas-reimonn `_ (`#1382 `_). Documentation: -- Updated supported Python versions by `@rhkarls `_ in the ``Getting Started`` page (`#1371 `_). -- Updated original paper link by `@amaloney `_ in (`#1375 `_). +- Updated supported Python versions in the ``Getting Started`` page by `@rhkarls `_ (`#1371 `_). +- Updated original paper link by `@amaloney `_ (`#1375 `_). - Redirect ``Topics`` page to `examples.holoviz.org `_ by `@maximlt `_ (`#1377 `_). Maintenance: -- Refactors by `@hoxbro `_ - - `#1350 `_ - - `#1354 `_ - - `#1357 `_ - - `#1365 `_ - - `#1367 `_ - - `#1368 `_ +- Remove ``dask`` as a hard dependency of ``datashader`` by `@hoxbro `_ (`#1350 `_). +- Move to ``pixi`` and ``hatchling`` by `@hoxbro `_ (`#1354 `_). +- General maintenance by `@hoxbro `_ (`#1357 `_). +- Drop ``pillow`` as a required dependency by `@hoxbro `_ (`#1365 `_). +- Update ``ruff`` and enable ``pyupgrade`` rules by `@hoxbro `_ (`#1367 `_). +- Add ``NPY`` to ``ruff`` rules by `@hoxbro `_ (`#1368 `_). Version 0.16.3 (2024-07-04)