We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a08b7 commit e1c44fdCopy full SHA for e1c44fd
CHANGELOG.rst
@@ -1,3 +1,7 @@
1
+**2.2.3 - 01/22/26**
2
+
3
+ - Add pandas classes to nitpick-exceptions
4
5
**2.2.2 - 12/31/25**
6
7
- Create new EnsembleDistribution method to get expected parameters
docs/nitpick-exceptions
@@ -4,6 +4,12 @@
# is cause sphinx does runtime checks.
py:class risk_distributions.formatting.Parameter
py:class risk_distributions.formatting.Parameters
8
# Need these for python 3.6
9
py:class Parameter
10
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