forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathv0.14.1.txt
72 lines (44 loc) · 1.66 KB
/
v0.14.1.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.. _whatsnew_0141:
v0.14.1 (???)
-------------
This is a minor release from 0.14.0 and includes a small number of API changes, several new features,
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
users upgrade to this version.
- Highlights include:
- :ref:`Other Enhancements <whatsnew_0141.enhancements>`
- :ref:`API Changes <whatsnew_0141.api>`
- :ref:`Performance Improvements <whatsnew_0141.performance>`
- :ref:`Prior Deprecations <whatsnew_0141.prior_deprecations>`
- :ref:`Deprecations <whatsnew_0141.deprecations>`
- :ref:`Known Issues <whatsnew_0141.knownissues>`
- :ref:`Bug Fixes <whatsnew_0141.bug_fixes>`
.. _whatsnew_0141.api:
API changes
~~~~~~~~~~~
.. _whatsnew_0141.prior_deprecations:
Prior Version Deprecations/Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
There are prior version deprecations that are taking effect as of 0.14.1.
.. _whatsnew_0141.deprecations:
Deprecations
~~~~~~~~~~~~
.. _whatsnew_0141.knownissues:
Known Issues
~~~~~~~~~~~~
.. _whatsnew_0141.enhancements:
Enhancements
~~~~~~~~~~~~
.. _whatsnew_0141.performance:
Performance
~~~~~~~~~~~
Experimental
~~~~~~~~~~~~
There are no experimental changes in 0.14.1
.. _whatsnew_0141.bug_fixes:
Bug Fixes
~~~~~~~~~
- Bug in ``Index.min`` and ``max`` doesn't handle ``nan`` and ``NaT`` properly (:issue:`7261`)
- Bug in ``resample`` where ``fill_method`` was ignored if you passed ``how`` (:issue:`7261`)
- Bug in ``TimeGrouper`` doesn't exclude column specified by ``key`` (:issue:`7227`)
- Bug in ``DataFrame`` and ``Series`` bar and barh plot raises ``TypeError`` when ``bottom``
and ``left`` keyword is specified (:issue:`7226`)