Skip to content

Commit 43fca7e

Browse files
authored
docs: Add changelog for 0.18.2 (#1433)
1 parent a471c05 commit 43fca7e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# Version 0.18.2 (2025-08-05)
2+
3+
This release fixes a bug that caused a segmentation fault for quadmesh
4+
reduction, along with documentation updates. Thanks to
5+
[@amaloney](https://github.com/amaloney),
6+
[@Azaya89](https://github.com/Azaya89),
7+
[@maximlt](https://github.com/maximlt),
8+
and [@hoxbro](https://github.com/hoxbro).
9+
10+
Bug fixes:
11+
12+
- Fix segfault when quadmesh reduction wrongly exceeded the array size ([#1432](https://github.com/holoviz/datashader/pull/1432))
13+
14+
Compatibility:
15+
16+
- Pillow 11.3.0 ([#1429](https://github.com/holoviz/datashader/pull/1429))
17+
18+
Documentation:
19+
20+
- Add more reductions to the API ref ([#1420](https://github.com/holoviz/datashader/pull/1420))
21+
- Resolve documentation build warnings ([#1427](https://github.com/holoviz/datashader/pull/1427))
22+
- Fix images UX ([#1430](https://github.com/holoviz/datashader/pull/1430))
23+
124
# Version 0.18.1 (2025-05-08)
225

326
This release add a small enhancement to the repr of reductions

0 commit comments

Comments
 (0)