Skip to content

Commit 8dae0f1

Browse files
authored
docs: update changelog (#1401)
1 parent d461169 commit 8dae0f1

File tree

1 file changed

+39
-2
lines changed

1 file changed

+39
-2
lines changed

CHANGELOG.rst

+39-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,44 @@
1-
Version 0.17.0 ()
1+
Version 0.17.0 (2025-01-29)
22
---------------------------
33

4-
NOTE: This drops pillow as a required dependency.
4+
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>`_.
5+
6+
Breaking Changes:
7+
8+
- Drop support for Python 3.9 (`#1399 <https://github.com/holoviz/datashader/pull/1399>`_)
9+
- Making dask and pillow optional dependencies (`#1350 <https://github.com/holoviz/datashader/pull/1350>`_, `#1365 <https://github.com/holoviz/datashader/pull/1365>`_)
10+
11+
Enhancements:
12+
13+
- Edge bundling speedup using optimized numba code (`#1383 <https://github.com/holoviz/datashader/pull/1383>`_)
14+
15+
Build:
16+
17+
- Updates to build infrastructure (`#1372 <https://github.com/holoviz/datashader/pull/1372>`_)
18+
- Fix documentation builds (`#1391 <https://github.com/holoviz/datashader/pull/1391>`_)
19+
20+
Compatibility:
21+
22+
- Updated environment pins (`#1355 <https://github.com/holoviz/datashader/pull/1355>`_)
23+
- Compatibility with cuDF 24.12 (`#1363 <https://github.com/holoviz/datashader/pull/1363>`_, `#1378 <https://github.com/holoviz/datashader/pull/1378>`_)
24+
- 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>`_)
25+
- Compatibility with pixi v0.40.0 (`#1387 <https://github.com/holoviz/datashader/pull/1387>`_)
26+
- Compatibility with Python 3.13 (`#1398 <https://github.com/holoviz/datashader/pull/1398>`_)
27+
28+
Bugfixes:
29+
30+
- PDF scaling bug (`#1382 <https://github.com/holoviz/datashader/pull/1382>`_)
31+
32+
Documentation:
33+
34+
- Update supported Python versions (`#1371 <https://github.com/holoviz/datashader/pull/1371>`_)
35+
- 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>`)
36+
37+
Maintenance:
38+
39+
- Move to pixi and hatchling (`#1354 <https://github.com/holoviz/datashader/pull/1354>`_)
40+
- General maintenance (`#1357 <https://github.com/holoviz/datashader/pull/1357>`_)
41+
- Updated linting rules (`#1367 <https://github.com/holoviz/datashader/pull/1367>`_, `#1368 <https://github.com/holoviz/datashader/pull/1368>`_)
542

643

744
Version 0.16.3 (2024-07-04)

0 commit comments

Comments
 (0)