File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -1457,9 +1457,9 @@ It's also possible to reset multiple options at once (using a regex):
1457
1457
reset_option(" ^display" )
1458
1458
1459
1459
1460
- .. versionadded :: 0.14.0
1460
+ .. versionadded :: 0.13.1
1461
1461
1462
- Beginning with v0.14.0 the `option_context ` context manager has been exposed through
1462
+ Beginning with v0.13.1 the `option_context ` context manager has been exposed through
1463
1463
the top-level API, allowing you to execute code with given option values. Option values
1464
1464
are restored automatically when you exit the `with ` block:
1465
1465
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ analysis / manipulation tool available in any language.
45
45
* Binary installers on PyPI: http://pypi.python.org/pypi/pandas
46
46
* Documentation: http://pandas.pydata.org
47
47
48
- pandas 0.14.0
48
+ pandas 0.13.1
49
49
-------------
50
50
51
51
**Release date: ** not-yet-released
@@ -56,7 +56,7 @@ New features
56
56
API Changes
57
57
~~~~~~~~~~~
58
58
59
- .. _release.bug_fixes-0.14.0 :
59
+ .. _release.bug_fixes-0.13.1 :
60
60
61
61
Experimental Features
62
62
~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change 1
1
.. _whatsnew_0130:
2
2
3
- v0.13.0 (January 1 , 2014)
3
+ v0.13.0 (January 3 , 2014)
4
4
---------------------------
5
5
6
6
This is a major release from 0.12.0 and includes a number of API changes, several new features and
Original file line number Diff line number Diff line change 1
- .. _whatsnew_0140 :
1
+ .. _whatsnew_0131 :
2
2
3
- v0.14.0 (???)
3
+ v0.13.1 (???)
4
4
-------------
5
5
6
6
This is a major release from 0.13.0 and includes a number of API changes, several new features and
@@ -18,7 +18,7 @@ API changes
18
18
Prior Version Deprecations/Changes
19
19
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20
20
21
- These were announced changes in 0.13 or prior that are taking effect as of 0.14.0
21
+ These were announced changes in 0.13 or prior that are taking effect as of 0.13.1
22
22
23
23
Deprecations
24
24
~~~~~~~~~~~~
@@ -32,9 +32,7 @@ Experimental
32
32
Bug Fixes
33
33
~~~~~~~~~
34
34
35
- - read_csv/read_table now respects the `prefix` kwarg (:issue:`5732`).
36
-
37
- See :ref:`V0.14.0 Bug Fixes<release.bug_fixes-0.14.0>` for an extensive list of bugs that have been fixed in 0.14.0.
35
+ See :ref:`V0.13.1 Bug Fixes<release.bug_fixes-0.13.1>` for an extensive list of bugs that have been fixed in 0.13.1.
38
36
39
37
See the :ref:`full release notes
40
38
<release>` or issue tracker
You can’t perform that action at this time.
0 commit comments