File tree 2 files changed +91
-0
lines changed
2 files changed +91
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ These are new features and improvements of note in each release.
20
20
21
21
.. include :: whatsnew/v0.21.0.txt
22
22
23
+ .. include :: whatsnew/v0.20.3.txt
24
+
23
25
.. include :: whatsnew/v0.20.2.txt
24
26
25
27
.. include :: whatsnew/v0.20.0.txt
Original file line number Diff line number Diff line change
1
+ .. _whatsnew_0203:
2
+
3
+ v0.20.3 (June ??, 2017)
4
+ -----------------------
5
+
6
+ This is a minor bug-fix release in the 0.20.x series and includes some small regression fixes,
7
+ bug fixes and performance improvements.
8
+ We recommend that all users upgrade to this version.
9
+
10
+ .. contents:: What's new in v0.20.3
11
+ :local:
12
+ :backlinks: none
13
+
14
+
15
+ .. _whatsnew_0203.enhancements:
16
+
17
+ Enhancements
18
+ ~~~~~~~~~~~~
19
+
20
+
21
+
22
+
23
+
24
+
25
+ .. _whatsnew_0203.performance:
26
+
27
+ Performance Improvements
28
+ ~~~~~~~~~~~~~~~~~~~~~~~~
29
+
30
+
31
+
32
+
33
+
34
+
35
+ .. _whatsnew_0203.bug_fixes:
36
+
37
+ Bug Fixes
38
+ ~~~~~~~~~
39
+
40
+
41
+
42
+
43
+ Conversion
44
+ ^^^^^^^^^^
45
+
46
+ - Bug in pickle compat prior to the v0.20.x series, when ``UTC`` is a timezone in a Series/DataFrame/Index (:issue:`16608`)
47
+
48
+ Indexing
49
+ ^^^^^^^^
50
+
51
+
52
+
53
+ I/O
54
+ ^^^
55
+
56
+
57
+
58
+ Plotting
59
+ ^^^^^^^^
60
+
61
+
62
+
63
+
64
+ Groupby/Resample/Rolling
65
+ ^^^^^^^^^^^^^^^^^^^^^^^^
66
+
67
+
68
+
69
+ Sparse
70
+ ^^^^^^
71
+
72
+
73
+
74
+
75
+ Reshaping
76
+ ^^^^^^^^^
77
+
78
+
79
+
80
+ Numeric
81
+ ^^^^^^^
82
+
83
+
84
+ Categorical
85
+ ^^^^^^^^^^^
86
+
87
+
88
+ Other
89
+ ^^^^^
You can’t perform that action at this time.
0 commit comments