Skip to content

Commit bd2348b

Browse files
committed
Replace github.com/simai-ml/MAPIE by github.com/scikit-learn-contrib/MAPIEin all Mapie files
1 parent 044ae69 commit bd2348b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Please describe the tests that you ran to verify your changes. Provide instructi
2222

2323
# Checklist
2424

25-
- [ ] I have read the [contributing guidelines](https://github.com/simai-ml/MAPIE/blob/master/CONTRIBUTING.rst)
26-
- [ ] I have updated the [HISTORY.rst](https://github.com/simai-ml/MAPIE/blob/master/HISTORY.rst) and [AUTHORS.rst](https://github.com/simai-ml/MAPIE/blob/master/AUTHORS.rst) files
25+
- [ ] I have read the [contributing guidelines](https://github.com/scikit-learn-contrib/MAPIE/blob/master/CONTRIBUTING.rst)
26+
- [ ] I have updated the [HISTORY.rst](https://github.com/scikit-learn-contrib/MAPIE/blob/master/HISTORY.rst) and [AUTHORS.rst](https://github.com/scikit-learn-contrib/MAPIE/blob/master/AUTHORS.rst) files
2727
- [ ] Linting passes successfully : `make lint`
2828
- [ ] Typing passes successfully : `make type-check`
2929
- [ ] Unit tests pass successfully : `make tests`

CONTRIBUTING.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ What to work on?
66
----------------
77

88
You are welcome to propose and contribute new ideas.
9-
We encourage you to `open an issue <https://github.com/simai-ml/MAPIE/issues>`_ so that we can align on the work to be done.
9+
We encourage you to `open an issue <https://github.com/scikit-learn-contrib/MAPIE/issues>`so that we can align on the work to be done.
1010
It is generally a good idea to have a quick discussion before opening a pull request that is potentially out-of-scope.
1111

1212
Fork/clone/pull
1313
---------------
1414

1515
The typical workflow for contributing to `mapie` is:
1616

17-
1. Fork the `master` branch from the `GitHub repository <https://github.com/simai-ml/MAPIE>`_.
17+
1. Fork the `master` branch from the `GitHub repository <github.com/scikit-learn-contrib/MAPIE>`_.
1818
2. Clone your fork locally.
1919
3. Commit changes.
2020
4. Push the changes to your fork.
@@ -64,8 +64,8 @@ Updating changelog
6464

6565
You can make your contribution visible by :
6666

67-
1. adding your name to the Contributors sections of `AUTHORS.rst <https://github.com/simai-ml/MAPIE/blob/master/AUTHORS.rst>`_
68-
2. adding a line describing your change into `HISTORY.rst <https://github.com/simai-ml/MAPIE/blob/master/HISTORY.rst>`_
67+
1. adding your name to the Contributors sections of `AUTHORS.rst <https://github.com/scikit-learn-contrib/MAPIE/blob/master/AUTHORS.rst>`_
68+
2. adding a line describing your change into `HISTORY.rst <https://github.com/scikit-learn-contrib/MAPIE/blob/master/HISTORY.rst>`_
6969

7070
Testing
7171
-------

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ History
55
0.8.x (2024-xx-xx)
66
------------------
77

8+
* Replace `github.com/simai-ml/MAPIE` by `github.com/scikit-learn-contrib/MAPIE`in all Mapie files
89
* Building unit tests for different `Subsample` and `BlockBooststrap` instances
910
* Change the sign of C_k in the `Kolmogorov-Smirnov` test documentation
1011
* Building a training set with a fraction between 0 and 1 with `n_samples` attribute when using `split` method from `Subsample` class.

0 commit comments

Comments
 (0)