You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/releases.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Releases
2
2
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))
0 commit comments