Skip to content

Commit 0293f2d

Browse files
Merge pull request #486 from scikit-learn-contrib/472-update-github-links-that-point-to-files-in-the-pr-template
Update Github links that point to files in Mapie files
2 parents e7be313 + 11d173f commit 0293f2d

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 <https://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
* Extend `ConformityScore` to support regression (with `BaseRegressionScore`) and to support classification (with `BaseClassificationScore`)
910
* Extend `EnsembleEstimator` to support regression (with `EnsembleRegressor`) and to support classification (with `EnsembleClassifier`)
1011
* Refactor `MapieClassifier` by separating the handling of the `MapieClassifier` estimator into a new class called `EnsembleClassifier`

0 commit comments

Comments
 (0)