Skip to content

Commit 928f9c7

Browse files
author
gmartinonQM
committed
update badges
1 parent bc380ca commit 928f9c7

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

HISTORY.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ History
55
0.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

README.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
@@ -20,6 +20,14 @@
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

0 commit comments

Comments
 (0)