Skip to content

Commit 7c1705c

Browse files
committed
DOC: v0.15.2 editiing, removing several duplicated issues
1 parent b69b9d3 commit 7c1705c

File tree

2 files changed

+13
-39
lines changed

2 files changed

+13
-39
lines changed

doc/source/release.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ analysis / manipulation tool available in any language.
4848
pandas 0.15.2
4949
-------------
5050

51-
**Release date:** (December ??, 2014)
51+
**Release date:** (December 12, 2014)
5252

5353
This is a minor release from 0.15.1 and includes a small number of API changes, several new features, enhancements, and
5454
performance improvements along with a large number of bug fixes.

doc/source/whatsnew/v0.15.2.txt

Lines changed: 12 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
.. _whatsnew_0152:
22

3-
v0.15.2 (December ??, 2014)
3+
v0.15.2 (December 12, 2014)
44
---------------------------
55

66
This is a minor release from 0.15.1 and includes a small number of API changes, several new features,
77
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
88
users upgrade to this version.
99

10-
- Highlights include:
11-
1210
- :ref:`Enhancements <whatsnew_0152.enhancements>`
1311
- :ref:`API Changes <whatsnew_0152.api>`
1412
- :ref:`Performance Improvements <whatsnew_0152.performance>`
15-
- :ref:`Experimental Changes <whatsnew_0152.experimental>`
1613
- :ref:`Bug Fixes <whatsnew_0152.bug_fixes>`
1714

1815
.. _whatsnew_0152.api:
@@ -91,8 +88,7 @@ API changes
9188
data.y
9289
data['y'].values
9390

94-
- Timestamp('now') is now equivalent to Timestamp.now() in that it returns the local time rather than UTC. Also, Timestamp('today') is now
95-
equivalent to Timestamp.today() and both have tz as a possible argument. (:issue:`9000`)
91+
- ``Timestamp('now')`` is now equivalent to ``Timestamp.now()`` in that it returns the local time rather than UTC. Also, ``Timestamp('today')`` is now equivalent to ``Timestamp.today()`` and both have ``tz`` as a possible argument. (:issue:`9000`)
9692

9793
.. _whatsnew_0152.enhancements:
9894

@@ -110,18 +106,18 @@ Enhancements
110106
data.to_sql('data_dtype', engine, dtype={'Col_1': String})
111107

112108
- Added ability to export Categorical data to Stata (:issue:`8633`). See :ref:`here <io.stata-categorical>` for limitations of categorical variables exported to Stata data files.
109+
- Added flag ``order_categoricals`` to ``StataReader`` and ``read_stata`` to select whether to order imported categorical data (:issue:`8836`). See :ref:`here <io.stata-categorical>` for more information on importing categorical variables from Stata data files.
113110
- Added ability to export Categorical data to to/from HDF5 (:issue:`7621`). Queries work the same as if it was an object array. However, the ``category`` dtyped data is stored in a more efficient manner. See :ref:`here <io.hdf5-categorical>` for an example and caveats w.r.t. prior versions of pandas.
114111
- Added support for ``searchsorted()`` on `Categorical` class (:issue:`8420`).
115112
- Added support for ``utcfromtimestamp()``, ``fromtimestamp()``, and ``combine()`` on `Timestamp` class (:issue:`5351`).
116113
- Added Google Analytics (`pandas.io.ga`) basic documentation (:issue:`8835`). See :ref:`here<remote_data.ga>`.
117-
- Added flag ``order_categoricals`` to ``StataReader`` and ``read_stata`` to select whether to order imported categorical data (:issue:`8836`). See :ref:`here <io.stata-categorical>` for more information on importing categorical variables from Stata data files.
118114
- ``Timedelta`` arithmetic returns ``NotImplemented`` in unknown cases, allowing extensions by custom classes (:issue:`8813`).
119115
- ``Timedelta`` now supports arithemtic with ``numpy.ndarray`` objects of the appropriate dtype (numpy 1.8 or newer only) (:issue:`8884`).
120-
- Added ``Timedelta.to_timedelta64`` method to the public API (:issue:`8884`).
121-
- Added ``gbq.generate_bq_schema`` function to the gbq module (:issue:`8325`).
116+
- Added ``Timedelta.to_timedelta64()`` method to the public API (:issue:`8884`).
117+
- Added ``gbq.generate_bq_schema()`` function to the gbq module (:issue:`8325`).
122118
- ``Series`` now works with map objects the same way as generators (:issue:`8909`).
123119
- Added context manager to ``HDFStore`` for automatic closing (:issue:`8791`).
124-
- ``to_datetime`` gains an ``exact`` keyword to allow for a format to not require an exact match for a provided format string (if its ``False). ``exact`` defaults to ``True`` (meaning that exact matching is still the default) (:issue:`8904`)
120+
- ``to_datetime`` gains an ``exact`` keyword to allow for a format to not require an exact match for a provided format string (if its ``False``). ``exact`` defaults to ``True`` (meaning that exact matching is still the default) (:issue:`8904`)
125121
- Added ``axvlines`` boolean option to parallel_coordinates plot function, determines whether vertical lines will be printed, default is True
126122
- Added ability to read table footers to read_html (:issue:`8552`)
127123
- ``to_sql`` now infers datatypes of non-NA values for columns that contain NA values and have dtype ``object`` (:issue:`8778`).
@@ -134,12 +130,6 @@ Performance
134130

135131
- Performance boost for ``to_datetime`` conversions with a passed ``format=``, and the ``exact=False`` (:issue:`8904`)
136132

137-
.. _whatsnew_0152.experimental:
138-
139-
Experimental
140-
~~~~~~~~~~~~
141-
142-
143133
.. _whatsnew_0152.bug_fixes:
144134

145135
Bug Fixes
@@ -190,25 +180,12 @@ Bug Fixes
190180
s = pd.Series(np.arange(3), ['a', 'b', 'c'])
191181
s.loc['c':'a':-1]
192182

193-
- Report a ``TypeError`` when invalid/no paramaters are passed in a groupby (:issue:`8015`)
194183
- Regression in DatetimeIndex iteration with a Fixed/Local offset timezone (:issue:`8890`)
195184
- Bug in ``to_datetime`` when parsing a nanoseconds using the ``%f`` format (:issue:`8989`)
196-
- Bug in packaging pandas with ``py2app/cx_Freeze`` (:issue:`8602`, :issue:`8831`)
197-
- Bug in ``groupby`` signatures that didn't include \*args or \*\*kwargs (:issue:`8733`).
198185
- ``io.data.Options`` now raises ``RemoteDataError`` when no expiry dates are available from Yahoo and when it receives no data from Yahoo (:issue:`8761`), (:issue:`8783`).
199-
- Unclear error message in csv parsing when passing dtype and names and the parsed data is a different data type (:issue:`8833`)
200-
- Bug in slicing a multi-index with an empty list and at least one boolean indexer (:issue:`8781`)
201-
- ``io.data.Options`` now raises ``RemoteDataError`` when no expiry dates are available from Yahoo (:issue:`8761`).
202-
- ``Timedelta`` kwargs may now be numpy ints and floats (:issue:`8757`).
203-
- Fixed several outstanding bugs for ``Timedelta`` arithmetic and comparisons (:issue:`8813`, :issue:`5963`, :issue:`5436`).
204-
- ``sql_schema`` now generates dialect appropriate ``CREATE TABLE`` statements (:issue:`8697`)
205-
- ``slice`` string method now takes step into account (:issue:`8754`)
206-
- Bug in ``BlockManager`` where setting values with different type would break block integrity (:issue:`8850`)
207-
- Bug in ``DatetimeIndex`` when using ``time`` object as key (:issue:`8667`)
208-
- Bug in ``merge`` where ``how='left'`` and ``sort=False`` would not preserve left frame order (:issue:`7331`)
209186
- Fix: The font size was only set on x axis if vertical or the y axis if horizontal. (:issue:`8765`)
210187
- Fixed division by 0 when reading big csv files in python 3 (:issue:`8621`)
211-
- Fixed Multindex to_html index=False adds an extra column (:issue:`8452`)
188+
- Bug in outputing a Multindex with ``to_html,index=False`` which would add an extra column (:issue:`8452`)
212189

213190

214191

@@ -236,25 +213,22 @@ Bug Fixes
236213
whose ``labels`` do not reference all its ``levels``. (:issue:`8844`)
237214

238215

239-
- BUG: Option context applies on __enter__ (:issue:`8514`)
216+
- Bug in that Option context applied on ``__enter__`` (:issue:`8514`)
240217

241218

242219
- Bug in resample that causes a ValueError when resampling across multiple days
243220
and the last offset is not calculated from the start of the range (:issue:`8683`)
244221

245222

246223

247-
- Bug where DataFrame.plot(kind='scatter') fails when checking if an np.array is in the DataFrame (:issue:`8852`)
224+
- Bug where ``DataFrame.plot(kind='scatter')`` fails when checking if an np.array is in the DataFrame (:issue:`8852`)
248225

249226

250227

251-
- Bug in `pd.infer_freq`/`DataFrame.inferred_freq` that prevented proper sub-daily frequency inference
252-
when the index contained DST days (:issue:`8772`).
228+
- Bug in ``pd.infer_freq/DataFrame.inferred_freq`` that prevented proper sub-daily frequency inference when the index contained DST days (:issue:`8772`).
253229
- Bug where index name was still used when plotting a series with ``use_index=False`` (:issue:`8558`).
254-
- Bugs when trying to stack multiple columns, when some (or all)
255-
of the level names are numbers (:issue:`8584`).
256-
- Bug in ``MultiIndex`` where ``__contains__`` returns wrong result if index is
257-
not lexically sorted or unique (:issue:`7724`)
230+
- Bugs when trying to stack multiple columns, when some (or all) of the level names are numbers (:issue:`8584`).
231+
- Bug in ``MultiIndex`` where ``__contains__`` returns wrong result if index is not lexically sorted or unique (:issue:`7724`)
258232
- BUG CSV: fix problem with trailing whitespace in skipped rows, (:issue:`8679`), (:issue:`8661`), (:issue:`8983`)
259233
- Regression in ``Timestamp`` does not parse 'Z' zone designator for UTC (:issue:`8771`)
260234

0 commit comments

Comments
 (0)