Skip to content

Commit 9de279b

Browse files
authored
Update changelog with v0.16.2 (#1343)
1 parent c6aaa77 commit 9de279b

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

CHANGELOG.rst

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,35 @@
1+
Version 0.16.2 (2024-05-30)
2+
---------------------------
3+
4+
This release adds compatibility with Numpy 2.0, along with other improvements and bugfixes. Thanks to `@hoxbro <https://github.com/hoxbro>`_ for his contributions.
5+
6+
Bugfixes:
7+
8+
- Remove artifact from Polygon rendering (`#1329 <https://github.com/holoviz/datashader/pull/1329>`_)
9+
10+
Compatibility:
11+
12+
- Test dev releases of ``numpy`` 2.0 and ``numba`` 0.60.0 (`#1332 <https://github.com/holoviz/datashader/pull/1332>`_)
13+
- Improve compatibility with ``dask-expr`` (`#1335 <https://github.com/holoviz/datashader/pull/1335>`_)
14+
- Add gpu marker for test and test both classic and ``dask-expr`` ``Dask.DataFrame``'s (`#1341 <https://github.com/holoviz/datashader/pull/1341>`_)
15+
16+
Documentation:
17+
18+
- Update links (`#1337 <https://github.com/holoviz/datashader/pull/1337>`_, `#1339 <https://github.com/holoviz/datashader/pull/1339>`_)
19+
- Update readme badges (`#1334 <https://github.com/holoviz/datashader/pull/1334>`_)
20+
- Add download data script (`#1326 <https://github.com/holoviz/datashader/pull/1326>`_)
21+
22+
Maintenance:
23+
24+
- Update list of maintainers (`#1336 <https://github.com/holoviz/datashader/pull/1336>`_)
25+
- Parallelize the test suite and fix a test polluted bug (`#1338 <https://github.com/holoviz/datashader/pull/1338>`_)
26+
- Update test workflow (`#1340 <https://github.com/holoviz/datashader/pull/1340>`_)
27+
28+
129
Version 0.16.1 (2024-04-19)
230
---------------------------
331

4-
This release brings compatibility with new release of upstream packages. Thanks to first-time contributor `@alexander-beedie <https://github.com/alexander-beedie>`_, and the regular contributors `@philippjfr <https://github.com/philippjfr>`_, `@ianthomas23 <https://github.com/ianthomas23>`_, `@maximlt <https://github.com/maximlt>`_, and `@Hoxbro <https://github.com/Hoxbro>`_.
32+
This release brings compatibility with new release of upstream packages. Thanks to first-time contributor `@alexander-beedie <https://github.com/alexander-beedie>`_, and the regular contributors `@philippjfr <https://github.com/philippjfr>`_, `@ianthomas23 <https://github.com/ianthomas23>`_, `@maximlt <https://github.com/maximlt>`_, and `@hoxbro <https://github.com/hoxbro>`_.
533

634
Enhancements:
735

0 commit comments

Comments
 (0)