Skip to content

Commit 359d81b

Browse files
authored
Add release notes for 2.3.2 (#1109)
1 parent a2ba598 commit 359d81b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

doc/releases.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Releases
22

3+
## Version 2.3.2
4+
5+
Date: 2026-02-06
6+
7+
This patch release fixes a regression introduced in `Parameterized` by adding a docstring to its `__init__` method, shadowing user-defined class docstrings displayed in IDEs like VSCode.
8+
9+
Fixes:
10+
11+
- Remove Parameterized `__init__` docstring as it shadows class user docstrings ([#1104](https://github.com/holoviz/param/pull/1104))
12+
13+
Compatibility / Tests:
14+
15+
- Pandas 3 test suite compatibility ([#1107](https://github.com/holoviz/param/pull/1107))
16+
17+
[*Full Changelog*](https://github.com/holoviz/param/compare/v2.3.1...v2.3.2)
18+
319
## Version 2.3.1
420

521
Date: 2025-11-25

0 commit comments

Comments
 (0)