File tree 2 files changed +258
-235
lines changed
2 files changed +258
-235
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ pandas 0.23.0
42
42
43
43
**Release date **: May 15, 2017
44
44
45
- This is a major release from 0.23 .0 and includes a number of API changes, new
45
+ This is a major release from 0.22 .0 and includes a number of API changes, new
46
46
features, enhancements, and performance improvements along with a large number
47
47
of bug fixes. We recommend that all users upgrade to this version.
48
48
@@ -54,6 +54,7 @@ Highlights include:
54
54
- :ref: `Merging / sorting on a combination of columns and index levels <whatsnew_0230.enhancements.merge_on_columns_and_levels >`.
55
55
- :ref: `Extending Pandas with custom types <whatsnew_023.enhancements.extension >`.
56
56
- :ref: `Excluding unobserved categories from groupby <whatsnew_0230.enhancements.categorical_grouping >`.
57
+ - :ref: `Changes to make output shape of DataFrame.apply consistent <whatsnew_0230.api_breaking.apply >`.
57
58
58
59
See the :ref: `full whatsnew <whatsnew_0230 >` for a list of all the changes.
59
60
You can’t perform that action at this time.
0 commit comments