File tree Expand file tree Collapse file tree 11 files changed +24
-23
lines changed Expand file tree Collapse file tree 11 files changed +24
-23
lines changed Original file line number Diff line number Diff line change 1
1
.. _whatsnew_0100 :
2
2
3
- v0 .10.0 (December 17, 2012)
4
- ---------------------------
3
+ Version 0 .10.0 (December 17, 2012)
4
+ ----------------------------------
5
5
6
6
{{ header }}
7
7
@@ -490,7 +490,7 @@ Updated PyTables support
490
490
however, query terms using the prior (undocumented) methodology are unsupported. You must read in the entire
491
491
file and write it out using the new format to take advantage of the updates.
492
492
493
- N dimensional Panels (experimental)
493
+ N dimensional panels (experimental)
494
494
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
495
495
496
496
Adding experimental support for Panel4D and factory functions to create n-dimensional named panels.
Original file line number Diff line number Diff line change 1
1
.. _whatsnew_0101 :
2
2
3
- v0 .10.1 (January 22, 2013)
4
- ---------------------------
3
+ Version 0 .10.1 (January 22, 2013)
4
+ ---------------------------------
5
5
6
6
{{ header }}
7
7
Original file line number Diff line number Diff line change 1
1
.. _whatsnew_0110 :
2
2
3
- v0 .11.0 (April 22, 2013)
4
- ------------------------
3
+ Version 0 .11.0 (April 22, 2013)
4
+ -------------------------------
5
5
6
6
{{ header }}
7
7
Original file line number Diff line number Diff line change 1
1
.. _whatsnew_0120 :
2
2
3
- v0 .12.0 (July 24, 2013)
4
- ------------------------
3
+ Version 0 .12.0 (July 24, 2013)
4
+ ------------------------------
5
5
6
6
{{ header }}
7
7
@@ -177,7 +177,7 @@ API changes
177
177
``__repr__ ``). Plus string safety throughout. Now employed in many places
178
178
throughout the pandas library. (:issue: `4090 `, :issue: `4092 `)
179
179
180
- I/O enhancements
180
+ I/o enhancements
181
181
~~~~~~~~~~~~~~~~
182
182
183
183
- ``pd.read_html() `` can now parse HTML strings, files or urls and return
Original file line number Diff line number Diff line change 1
1
.. _whatsnew_0130 :
2
2
3
- v0 .13.0 (January 3, 2014)
4
- ---------------------------
3
+ Version 0 .13.0 (January 3, 2014)
4
+ --------------------------------
5
5
6
6
{{ header }}
7
7
Original file line number Diff line number Diff line change 1
1
.. _whatsnew_0131 :
2
2
3
- v0 .13.1 (February 3, 2014)
4
- --------------------------
3
+ Version 0 .13.1 (February 3, 2014)
4
+ ---------------------------------
5
5
6
6
{{ header }}
7
7
Original file line number Diff line number Diff line change 1
1
.. _whatsnew_080 :
2
2
3
- v0 .8.0 (June 29, 2012)
4
- ------------------------
3
+ Version 0 .8.0 (June 29, 2012)
4
+ -----------------------------
5
5
6
6
{{ header }}
7
7
@@ -42,7 +42,7 @@ Bug fixes to the 0.7.x series for legacy NumPy < 1.6 users will be provided as
42
42
they arise. There will be no more further development in 0.7.x beyond bug
43
43
fixes.
44
44
45
- Time series changes and improvements
45
+ Time Series changes and improvements
46
46
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
47
47
48
48
.. note ::
Original file line number Diff line number Diff line change 1
1
.. _whatsnew_0801 :
2
2
3
- v0 .8.1 (July 22, 2012)
4
- ----------------------
3
+ Version 0 .8.1 (July 22, 2012)
4
+ -----------------------------
5
5
6
6
{{ header }}
7
7
Original file line number Diff line number Diff line change 3
3
{{ header }}
4
4
5
5
6
- v0 .9.0 (October 7, 2012)
7
- ------------------------
6
+ Version 0 .9.0 (October 7, 2012)
7
+ -------------------------------
8
8
9
9
This is a major release from 0.8.1 and includes several new features and
10
10
enhancements along with a large number of bug fixes. New features include
Original file line number Diff line number Diff line change 1
1
.. _whatsnew_0901 :
2
2
3
- v0 .9.1 (November 14, 2012)
4
- --------------------------
3
+ Version 0 .9.1 (November 14, 2012)
4
+ ---------------------------------
5
5
6
6
{{ header }}
7
7
Original file line number Diff line number Diff line change 99
99
"BusinessHour" ,
100
100
"BusinessDay" ,
101
101
"DateOffset" ,
102
+ "Float64Index" ,
102
103
}
103
104
104
105
CAP_EXCEPTIONS_DICT = {word .lower (): word for word in CAPITALIZATION_EXCEPTIONS }
You can’t perform that action at this time.
0 commit comments