We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f24a90 + 24469b6 commit bc380caCopy full SHA for bc380ca
.pep8speaks.yml
HISTORY.rst
@@ -2,6 +2,16 @@
2
History
3
=======
4
5
+0.2.3 (2021-07-XX)
6
+------------------
7
+
8
+* Inclusion in conda-forge
9
+* Add time series example
10
+* Add epistemic uncertainty example
11
+* Remove CicleCI redundancy with ReadTheDocs
12
+* Include linting in CI/CD
13
+* Use PyPa github actions for releases
14
15
0.2.2 (2021-06-10)
16
------------------
17
setup.py
@@ -5,7 +5,7 @@
DISTNAME = "MAPIE"
VERSION = "0.2.2"
DESCRIPTION = (
- "A scikit-learn-compatible module"
+ "A scikit-learn-compatible module "
"for estimating prediction intervals."
)
with codecs.open("README.rst", encoding="utf-8-sig") as f:
0 commit comments