Skip to content

Commit 3105188

Browse files
committed
Added WhatsNew 0.20.3 noting fix for #16583
1 parent a62724f commit 3105188

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

doc/source/whatsnew.rst

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ These are new features and improvements of note in each release.
2020

2121
.. include:: whatsnew/v0.21.0.txt
2222

23+
.. include:: whatsnew/v0.20.3.txt
24+
2325
.. include:: whatsnew/v0.20.2.txt
2426

2527
.. include:: whatsnew/v0.20.0.txt

doc/source/whatsnew/v0.20.3.txt

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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+
^^^^^

0 commit comments

Comments
 (0)