File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -117,3 +117,4 @@ Patch the current version of the package by running :
117117.. code :: sh
118118
119119 $ bump2version patch
120+ $ git push --tags
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ History
550.2.3 (2021-07-XX)
66------------------
77
8- * Inclusion in conda-forge
8+ * Inclusion in conda-forge with updated release checklist
99* Add time series example
1010* Add epistemic uncertainty example
1111* Remove CicleCI redundancy with ReadTheDocs
12+ * Remove Pep8speaks
1213* Include linting in CI/CD
1314* Use PyPa github actions for releases
1415
Original file line number Diff line number Diff line change 11.. -*- mode: rst -*-
22
3- |GitHubActions |_ |Codecov |_ |ReadTheDocs |_ |License |_ |PythonVersion |_ |PyPi |_
3+ |GitHubActions |_ |Codecov |_ |ReadTheDocs |_ |License |_ |PythonVersion |_ |PyPi |_ | Conda |_ | Release |_ | Commits |_
44
55.. |GitHubActions | image :: https://github.com/simai-ml/MAPIE/actions/workflows/test.yml/badge.svg
66.. _GitHubActions : https://github.com/simai-ml/MAPIE/actions
2020.. |PyPi | image :: https://img.shields.io/pypi/v/mapie
2121.. _PyPi : https://pypi.org/project/mapie/
2222
23+ .. |Conda | image :: https://img.shields.io/conda/vn/conda-forge/mapie
24+ .. _Conda : https://anaconda.org/conda-forge/mapie
25+
26+ .. |Release | image :: https://img.shields.io/github/v/release/scikit-learn-contrib/mapie
27+ .. _Release : https://github.com/scikit-learn-contrib/MAPIE/releases
28+
29+ .. |Commits | image :: https://img.shields.io/github/commits-since/scikit-learn-contrib/mapie/latest/master
30+ .. _Commits : https://github.com/scikit-learn-contrib/MAPIE/commits/master
2331
2432.. image :: https://github.com/simai-ml/MAPIE/raw/master/doc/images/mapie_logo_nobg_cut.png
2533 :width: 400
@@ -53,6 +61,12 @@ Install via `pip`:
5361
5462 pip install mapie
5563
64+ or via `conda `:
65+
66+ .. code :: python
67+
68+ conda install mapie
69+
5670 To install directly from the github repository :
5771
5872.. code :: python
You can’t perform that action at this time.
0 commit comments