File tree 9 files changed +37
-31
lines changed 9 files changed +37
-31
lines changed Original file line number Diff line number Diff line change 9
9
Status
10
10
======
11
11
12
- **Discussion **
12
+ **Completed **
13
+
14
+ We are currently enforcing a sub-set of pep8 on new code contributions.
13
15
14
16
Branches and Pull requests
15
17
==========================
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ by the user.
11
11
12
12
Status
13
13
======
14
+
14
15
**Discussion **
15
16
16
17
Branches and Pull requests
Original file line number Diff line number Diff line change 9
9
10
10
**Progress **
11
11
12
- Targeted for 1.3
12
+ This is still an on-going effort
13
13
14
14
Branches and Pull requests
15
15
==========================
16
16
17
- #1665
18
- #1757
19
- #1795
20
17
21
18
Abstract
22
19
========
Original file line number Diff line number Diff line change 5
5
Status
6
6
======
7
7
8
- **Discussion **
8
+ **Completed **
9
9
10
10
Branches and Pull requests
11
11
==========================
Original file line number Diff line number Diff line change 9
9
Status
10
10
======
11
11
12
- **Proposed **
12
+ **Rejected **
13
13
14
14
Branches and Pull requests
15
15
==========================
Original file line number Diff line number Diff line change 8
8
9
9
Status
10
10
======
11
- **Discussion **
11
+ **Progress **
12
12
13
13
Branches and Pull requests
14
14
==========================
Original file line number Diff line number Diff line change
1
+ :orphan:
2
+
3
+
4
+ ################################
5
+ Matplotlib Enhancement Proposals
6
+ ################################
7
+
8
+ Matplotlib Enhancement Proposals (MEP), inspired by cpython's `PEP's
9
+ <https://www.python.org/dev/peps/> `__ but less formal, are design
10
+ documents for large or controversial changes to Matplotilb. These
11
+ documents should provide a discussion of both why and how the changes
12
+ should be made.
13
+
14
+ To create a new MEP open a pull request (PR) adding a file based on
15
+ :ref: `the template <MEP-template >` to this the MEP directory. For the
16
+ initial PR only a rough description is required and it should be
17
+ merged quickly. Further detailed discussion can happen in follow on
18
+ PRs.
Original file line number Diff line number Diff line change 1
1
.. _MEP-index :
2
2
3
- ################################
4
- Matplotlib Enhancement Proposals
5
- ################################
3
+ .. include :: README.rst
6
4
7
5
.. htmlonly ::
8
6
@@ -13,22 +11,9 @@ Matplotlib Enhancement Proposals
13
11
:maxdepth: 1
14
12
15
13
template
16
- MEP08
17
- MEP09
18
- MEP10
19
- MEP11
20
- MEP12
21
- MEP13
22
- MEP14
23
- MEP15
24
- MEP19
25
- MEP21
26
- MEP22
27
- MEP23
28
- MEP24
29
- MEP25
30
- MEP26
31
- MEP27
32
- MEP28
33
- MEP29
34
14
15
+ .. toctree ::
16
+ :glob:
17
+ :maxdepth: 1
18
+
19
+ MEP*
Original file line number Diff line number Diff line change
1
+ .. _MEP-template :
2
+
1
3
==============
2
4
MEP Template
3
5
==============
@@ -20,14 +22,15 @@ MEPs go through a number of phases in their lifetime:
20
22
discussion of the MEP should include the MEP number (MEPxxx) in the
21
23
subject line so they can be easily related to the MEP.
22
24
23
- - **Progress **: Consensus was reached on the mailing list and
24
- implementation work has begun.
25
+ - **Progress **: Consensus was reached and implementation work has begun.
25
26
26
27
- **Completed **: The implementation has been merged into master.
27
28
28
29
- **Superseded **: This MEP has been abandoned in favor of another
29
30
approach.
30
31
32
+ - **Rejected **: There are currently no plans to implement the proposal.
33
+
31
34
Branches and Pull requests
32
35
==========================
33
36
You can’t perform that action at this time.
0 commit comments