Skip to content

Commit e1c44fd

Browse files
Add pandas classes to nitpick-exceptions (#94)
1 parent b3a08b7 commit e1c44fd

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**2.2.3 - 01/22/26**
2+
3+
- Add pandas classes to nitpick-exceptions
4+
15
**2.2.2 - 12/31/25**
26

37
- Create new EnsembleDistribution method to get expected parameters

docs/nitpick-exceptions

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
# is cause sphinx does runtime checks.
55
py:class risk_distributions.formatting.Parameter
66
py:class risk_distributions.formatting.Parameters
7+
78
# Need these for python 3.6
89
py:class Parameter
910
py:class Parameters
11+
12+
# pandas
13+
py:class pandas.core.frame.DataFrame
14+
py:class pandas.core.series.Series
15+
py:class pandas.core.indexes.base.Index

0 commit comments

Comments
 (0)