Skip to content

Commit d57a710

Browse files
authored
Merge pull request #66 from scikit-learn-contrib/conda_badges
update badges
2 parents bc380ca + 5ba572d commit d57a710

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
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: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,33 @@
11
.. -*- mode: rst -*-
22
3-
|GitHubActions|_ |Codecov|_ |ReadTheDocs|_ |License|_ |PythonVersion|_ |PyPi|_
3+
|GitHubActions|_ |Codecov|_ |ReadTheDocs|_ |License|_ |PythonVersion|_ |PyPi|_ |Conda|_ |Release|_ |Commits|_
44

5-
.. |GitHubActions| image:: https://github.com/simai-ml/MAPIE/actions/workflows/test.yml/badge.svg
6-
.. _GitHubActions: https://github.com/simai-ml/MAPIE/actions
5+
.. |GitHubActions| image:: https://github.com/scikit-learn-contrib/MAPIE/actions/workflows/test.yml/badge.svg
6+
.. _GitHubActions: https://github.com/scikit-learn-contrib/MAPIE/actions
77

8-
.. |Codecov| image:: https://codecov.io/gh/simai-ml/MAPIE/branch/master/graph/badge.svg?token=F2S6KYH4V1
9-
.. _Codecov: https://codecov.io/gh/simai-ml/MAPIE
8+
.. |Codecov| image:: https://codecov.io/gh/scikit-learn-contrib/MAPIE/branch/master/graph/badge.svg?token=F2S6KYH4V1
9+
.. _Codecov: https://codecov.io/gh/scikit-learn-contrib/MAPIE
1010

1111
.. |ReadTheDocs| image:: https://readthedocs.org/projects/mapie/badge
1212
.. _ReadTheDocs: https://mapie.readthedocs.io/en/latest
1313

1414
.. |License| image:: https://img.shields.io/github/license/simai-ml/MAPIE
15-
.. _License: https://github.com/simai-ml/MAPIE/blob/master/LICENSE
15+
.. _License: https://github.com/scikit-learn-contrib/MAPIE/blob/master/LICENSE
1616

1717
.. |PythonVersion| image:: https://img.shields.io/pypi/pyversions/mapie
1818
.. _PythonVersion: https://pypi.org/project/mapie/
1919

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)