File tree 2 files changed +60
-0
lines changed
2 files changed +60
-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.2 (??, 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
+ Performance Improvements
21
+ ~~~~~~~~~~~~~~~~~~~~~~~~
22
+
23
+ .. _whatsnew_0203.bug_fixes:
24
+
25
+ Bug Fixes
26
+ ~~~~~~~~~
27
+
28
+ Conversion
29
+ ^^^^^^^^^^
30
+
31
+ Indexing
32
+ ^^^^^^^^
33
+
34
+ I/O
35
+ ^^^
36
+
37
+ - Bug where ``pd.read_hdf()`` fails to read a ``Series`` when an explicit ``mode='r'`` argument is supplied (:issue:`16583`)
38
+
39
+ Plotting
40
+ ^^^^^^^^
41
+
42
+ Groupby/Resample/Rolling
43
+ ^^^^^^^^^^^^^^^^^^^^^^^^
44
+
45
+ Sparse
46
+ ^^^^^^
47
+
48
+ Reshaping
49
+ ^^^^^^^^^
50
+
51
+ Numeric
52
+ ^^^^^^^
53
+
54
+ Categorical
55
+ ^^^^^^^^^^^
56
+
57
+ Other
58
+ ^^^^^
You can’t perform that action at this time.
0 commit comments