File tree 2 files changed +208
-0
lines changed
2 files changed +208
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ This is the list of changes to pandas between each release. For full details,
10
10
see the commit logs at http://github.com/pandas-dev/pandas. For install and
11
11
upgrade instructions, see :ref: `install `.
12
12
13
+ Version 1.0
14
+ -----------
15
+
16
+ .. toctree ::
17
+ :maxdepth: 2
18
+
19
+ v1.0.0
20
+
13
21
Version 0.25
14
22
------------
15
23
Original file line number Diff line number Diff line change
1
+ .. _whatsnew_1000 :
2
+
3
+ What's new in 1.0.0 (??)
4
+ ------------------------
5
+
6
+ .. warning ::
7
+
8
+ Starting with the 0.25.x series of releases, pandas only supports Python 3.5.3 and higher.
9
+ See :ref: `install.dropping-27 ` for more details.
10
+
11
+ .. warning ::
12
+
13
+ The minimum supported Python version will be bumped to 3.6 in a future release.
14
+
15
+ {{ header }}
16
+
17
+ These are the changes in pandas 1.0.0. See :ref: `release ` for a full changelog
18
+ including other versions of pandas.
19
+
20
+
21
+ Enhancements
22
+ ~~~~~~~~~~~~
23
+
24
+ .. _whatsnew_1000.enhancements.other :
25
+
26
+ -
27
+ -
28
+
29
+ Other enhancements
30
+ ^^^^^^^^^^^^^^^^^^
31
+
32
+ .. _whatsnew_1000.api_breaking :
33
+
34
+ -
35
+ -
36
+
37
+ Backwards incompatible API changes
38
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39
+
40
+ .. _whatsnew_1000.api.other :
41
+
42
+ -
43
+ -
44
+
45
+ Other API changes
46
+ ^^^^^^^^^^^^^^^^^
47
+
48
+ -
49
+ -
50
+
51
+ .. _whatsnew_1000.deprecations :
52
+
53
+ Deprecations
54
+ ~~~~~~~~~~~~
55
+
56
+ -
57
+ -
58
+
59
+ .. _whatsnew_1000.prior_deprecations :
60
+
61
+ Removal of prior version deprecations/changes
62
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
63
+
64
+ -
65
+ -
66
+
67
+ .. _whatsnew_1000.performance :
68
+
69
+ Performance improvements
70
+ ~~~~~~~~~~~~~~~~~~~~~~~~
71
+
72
+ - Performance improvement in indexing with a non-unique :class: `IntervalIndex ` (:issue: `27489 `)
73
+ -
74
+
75
+ .. _whatsnew_1000.bug_fixes :
76
+
77
+ Bug fixes
78
+ ~~~~~~~~~
79
+
80
+
81
+ Categorical
82
+ ^^^^^^^^^^^
83
+
84
+ -
85
+ -
86
+
87
+
88
+ Datetimelike
89
+ ^^^^^^^^^^^^
90
+
91
+ -
92
+ -
93
+
94
+
95
+ Timedelta
96
+ ^^^^^^^^^
97
+
98
+ -
99
+ -
100
+
101
+ Timezones
102
+ ^^^^^^^^^
103
+
104
+ -
105
+ -
106
+
107
+
108
+ Numeric
109
+ ^^^^^^^
110
+
111
+ -
112
+ -
113
+
114
+ Conversion
115
+ ^^^^^^^^^^
116
+
117
+ -
118
+ -
119
+
120
+ Strings
121
+ ^^^^^^^
122
+
123
+ -
124
+ -
125
+
126
+
127
+ Interval
128
+ ^^^^^^^^
129
+
130
+ -
131
+ -
132
+
133
+ Indexing
134
+ ^^^^^^^^
135
+
136
+ -
137
+ -
138
+
139
+ Missing
140
+ ^^^^^^^
141
+
142
+ -
143
+ -
144
+
145
+ MultiIndex
146
+ ^^^^^^^^^^
147
+
148
+ -
149
+ -
150
+
151
+ I/O
152
+ ^^^
153
+
154
+ -
155
+ -
156
+
157
+ Plotting
158
+ ^^^^^^^^
159
+
160
+ -
161
+ -
162
+
163
+ Groupby/resample/rolling
164
+ ^^^^^^^^^^^^^^^^^^^^^^^^
165
+
166
+ -
167
+ -
168
+
169
+ Reshaping
170
+ ^^^^^^^^^
171
+
172
+ -
173
+ -
174
+
175
+ Sparse
176
+ ^^^^^^
177
+
178
+ -
179
+ -
180
+
181
+
182
+ Build Changes
183
+ ^^^^^^^^^^^^^
184
+
185
+
186
+ ExtensionArray
187
+ ^^^^^^^^^^^^^^
188
+
189
+ -
190
+ -
191
+
192
+
193
+ Other
194
+ ^^^^^
195
+
196
+
197
+ .. _whatsnew_1000.contributors :
198
+
199
+ Contributors
200
+ ~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments