Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
amaloney committed Jan 28, 2025
1 parent 2ff9bb6 commit 6918877
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/lmcinnes>`_, (`#1383 <https://github.com/holoviz/datashader/pull/1383>`_).
- Drop Python 3.9 by `@hoxbro <https://github.com/hoxbro>`_ in (`#1399 <https://github.com/holoviz/datashader/pull/1399>`_).
- Edge bundling speedup using optimized ``numba`` code by `@lmcinnes <https://github.com/lmcinnes>`_ (`#1383 <https://github.com/holoviz/datashader/pull/1383>`_).
- Drop Python 3.9 by `@hoxbro <https://github.com/hoxbro>`_ (`#1399 <https://github.com/holoviz/datashader/pull/1399>`_).

Build:

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

Compatibility:

- Compatibility updates by `@hoxbro <https://github.com/hoxbro>`_
- ``cuDF`` `#1363 <https://github.com/holoviz/datashader/pull/1363>`_ and `#1378 <https://github.com/holoviz/datashader/pull/1378>`_
- ``pixi`` `#1387 <https://github.com/holoviz/datashader/pull/1387>`_
- ``dask`` `#1369 <https://github.com/holoviz/datashader/pull/1369>`_ and `#1390 <https://github.com/holoviz/datashader/pull/1390>`_
- ``dask-expr`` `#1394 <https://github.com/holoviz/datashader/pull/1394>`_
- ``gpu & pre-commit`` `#1355 <https://github.com/holoviz/datashader/pull/1355>`_
- ``python 3.13`` `#1398 <https://github.com/holoviz/datashader/pull/1398>`_
- ``gpu & pre-commit`` updated pins by `@hoxbro <https://github.com/hoxbro>`_ (`#1355 <https://github.com/holoviz/datashader/pull/1355>`_).
- ``cuDF 24.10`` updated by `@hoxbro <https://github.com/hoxbro>`_ (`#1363 <https://github.com/holoviz/datashader/pull/1363>`_).
- ``dask 2024.11`` updated by `@hoxbro <https://github.com/hoxbro>`_ (`#1369 <https://github.com/holoviz/datashader/pull/1369>`_).
- ``cuDF 24.12`` updated by `@hoxbro <https://github.com/hoxbro>`_ (`#1378 <https://github.com/holoviz/datashader/pull/1378>`_).
- ``pixi v0.40.0`` updated by `@hoxbro <https://github.com/hoxbro>`_ (`#1387 <https://github.com/holoviz/datashader/pull/1387>`_).
- ``dask 2025.1`` updated by `@hoxbro <https://github.com/hoxbro>`_ (`#1390 <https://github.com/holoviz/datashader/pull/1390>`_).
- ``dask-expr 2`` updated by `@hoxbro <https://github.com/hoxbro>`_ (`#1394 <https://github.com/holoviz/datashader/pull/1394>`_).
- ``python 3.13`` updated by `@hoxbro <https://github.com/hoxbro>`_ (`#1398 <https://github.com/holoviz/datashader/pull/1398>`_).

Bugfixes:

- PDF scaling bug by `@thomas-reimonn <https://github.com/thomas-reimonn>`_ in (`#1382 <https://github.com/holoviz/datashader/pull/1382>`_).
- PDF scaling bug fixed by `@thomas-reimonn <https://github.com/thomas-reimonn>`_ (`#1382 <https://github.com/holoviz/datashader/pull/1382>`_).

Documentation:

- Updated supported Python versions by `@rhkarls <https://github.com/rhkarls>`_ in the ``Getting Started`` page (`#1371 <https://github.com/holoviz/datashader/pull/1371>`_).
- Updated original paper link by `@amaloney <https://github.com/amaloney>`_ in (`#1375 <https://github.com/holoviz/datashader/pull/1375>`_).
- Updated supported Python versions in the ``Getting Started`` page by `@rhkarls <https://github.com/rhkarls>`_ (`#1371 <https://github.com/holoviz/datashader/pull/1371>`_).
- Updated original paper link by `@amaloney <https://github.com/amaloney>`_ (`#1375 <https://github.com/holoviz/datashader/pull/1375>`_).
- Redirect ``Topics`` page to `examples.holoviz.org <https://examples.holoviz.org>`_ by `@maximlt <https://github.com/maximlt>`_ (`#1377 <https://github.com/holoviz/datashader/pull/1377>`_).

Maintenance:

- Refactors by `@hoxbro <https:github.com/hoxbro>`_
- `#1350 <https://github.com/holoviz/datashader/pull/1350>`_
- `#1354 <https://github.com/holoviz/datashader/pull/1354>`_
- `#1357 <https://github.com/holoviz/datashader/pull/1357>`_
- `#1365 <https://github.com/holoviz/datashader/pull/1365>`_
- `#1367 <https://github.com/holoviz/datashader/pull/1367>`_
- `#1368 <https://github.com/holoviz/datashader/pull/1368>`_
- Remove ``dask`` as a hard dependency of ``datashader`` by `@hoxbro <https:github.com/hoxbro>`_ (`#1350 <https://github.com/holoviz/datashader/pull/1350>`_).
- Move to ``pixi`` and ``hatchling`` by `@hoxbro <https:github.com/hoxbro>`_ (`#1354 <https://github.com/holoviz/datashader/pull/1354>`_).
- General maintenance by `@hoxbro <https:github.com/hoxbro>`_ (`#1357 <https://github.com/holoviz/datashader/pull/1357>`_).
- Drop ``pillow`` as a required dependency by `@hoxbro <https:github.com/hoxbro>`_ (`#1365 <https://github.com/holoviz/datashader/pull/1365>`_).
- Update ``ruff`` and enable ``pyupgrade`` rules by `@hoxbro <https:github.com/hoxbro>`_ (`#1367 <https://github.com/holoviz/datashader/pull/1367>`_).
- Add ``NPY`` to ``ruff`` rules by `@hoxbro <https:github.com/hoxbro>`_ (`#1368 <https://github.com/holoviz/datashader/pull/1368>`_).


Version 0.16.3 (2024-07-04)
Expand Down

0 comments on commit 6918877

Please sign in to comment.