File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ An item being on the roadmap does not mean that pandas will *necessarily* happen
11
11
with unlimited funding. During the implementation period we may discover issues
12
12
preventing the adoption of the feature.
13
13
14
+ See :ref: `roadmap.evolution ` for proposing changes to this document.
15
+
14
16
Extensibility
15
17
-------------
16
18
@@ -77,7 +79,7 @@ By replacing the BlockManager we hope to achieve
77
79
* Substantially simpler code
78
80
* Easier extensibility with new logical types
79
81
* Better user control over memory use and layout
80
- * Improved microperformance
82
+ * Improved micro-performance
81
83
* Option to provide a C / Cython API to pandas' internals
82
84
83
85
See `these design documents <https://dev.pandas.io/pandas2/internal-architecture.html#removal-of-blockmanager-new-dataframe-internals >`__
@@ -156,11 +158,13 @@ We'd like to fund improvements and maintenance of these tools to
156
158
* Build a GitHub bot to request ASV runs *before * a PR is merged. Currently, the
157
159
benchmarks are only run nightly.
158
160
161
+ .. _roadmap.evolution :
162
+
159
163
Roadmap Evolution
160
164
-----------------
161
165
162
166
Pandas continues to evolve. The direction is primarily determined by community
163
- interest. Everyone is welcome to review exissting items on the roadmap and
167
+ interest. Everyone is welcome to review existing items on the roadmap and
164
168
to propose a new item.
165
169
166
170
Each item on the roadmap should be a short summary of a larger design proposal.
You can’t perform that action at this time.
0 commit comments