From 185c20e0246099fbf0664098eadb1fb39a8044a040d21bc2602d534c96bed473 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 6 Feb 2019 15:39:35 +0000 Subject: [PATCH] Accepting request 672192 from home:TheBlackCat:branches:devel:languages:python:numeric - Update to 0.24.1 * The default ``sort`` value for :meth:`Index.union` has changed from ``True`` to ``None`` (:issue:`24959`). The default *behavior*, however, remains the same * Fixed regression in :meth:`DataFrame.to_dict` with ``records`` orient raising an ``AttributeError`` when the ``DataFrame`` contained more than 255 columns, or wrongly converting column names that were not valid python identifiers (:issue:`24939`, :issue:`24940`). * Fixed regression in :func:`read_sql` when passing certain queries with MySQL/pymysql (:issue:`24988`). * Fixed regression in :class:`Index.intersection` incorrectly sorting the values by default (:issue:`24959`). * Fixed regression in :func:`merge` when merging an empty ``DataFrame`` with multiple timezone-aware columns on one of the timezone-aware columns (:issue:`25014`). * Fixed regression in :meth:`Series.rename_axis` and :meth:`DataFrame.rename_axis` where passing ``None`` failed to remove the axis name (:issue:`25034`) * Fixed regression in :func:`to_timedelta` with `box=False` incorrectly returning a ``datetime64`` object instead of a ``timedelta64`` object (:issue:`24961`) * Fixed regression where custom hashable types could not be used as column keys in :meth:`DataFrame.set_index` (:issue:`24969`) * Bug in :meth:`DataFrame.groupby` with :class:`Grouper` when there is a time change (DST) and grouping frequency is ``'1d'`` (:issue:`24972`) * Fixed the warning for implicitly registered matplotlib converters not showing. See :ref:`whatsnew_0211.converters` for more (:issue:`24963`). * Fixed AttributeError when printing a DataFrame's HTML repr after accessing the IPython config object (:issue:`25036`) OBS-URL: https://build.opensuse.org/request/show/672192 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=10 --- pandas-0.24.0.tar.gz | 3 --- pandas-0.24.1.tar.gz | 3 +++ python-pandas.changes | 19 +++++++++++++++++++ python-pandas.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 pandas-0.24.0.tar.gz create mode 100644 pandas-0.24.1.tar.gz diff --git a/pandas-0.24.0.tar.gz b/pandas-0.24.0.tar.gz deleted file mode 100644 index 22e8b4d..0000000 --- a/pandas-0.24.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bd9ef3e183b7b1ce90b7ab5e8672907cd73dc36f036fc6714f0e7a5f9852da0 -size 11825291 diff --git a/pandas-0.24.1.tar.gz b/pandas-0.24.1.tar.gz new file mode 100644 index 0000000..120912d --- /dev/null +++ b/pandas-0.24.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435821cb2501eabbcee7e83614bd710940dc0cf28b5afbc4bdb816c31cec71af +size 11832827 diff --git a/python-pandas.changes b/python-pandas.changes index d41524a..b2d6612 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Feb 5 22:16:08 UTC 2019 - Todd R + +- Update to 0.24.1 + * The default ``sort`` value for :meth:`Index.union` has changed from ``True`` to ``None`` (:issue:`24959`). + The default *behavior*, however, remains the same + * Fixed regression in :meth:`DataFrame.to_dict` with ``records`` orient raising an + ``AttributeError`` when the ``DataFrame`` contained more than 255 columns, or + wrongly converting column names that were not valid python identifiers (:issue:`24939`, :issue:`24940`). + * Fixed regression in :func:`read_sql` when passing certain queries with MySQL/pymysql (:issue:`24988`). + * Fixed regression in :class:`Index.intersection` incorrectly sorting the values by default (:issue:`24959`). + * Fixed regression in :func:`merge` when merging an empty ``DataFrame`` with multiple timezone-aware columns on one of the timezone-aware columns (:issue:`25014`). + * Fixed regression in :meth:`Series.rename_axis` and :meth:`DataFrame.rename_axis` where passing ``None`` failed to remove the axis name (:issue:`25034`) + * Fixed regression in :func:`to_timedelta` with `box=False` incorrectly returning a ``datetime64`` object instead of a ``timedelta64`` object (:issue:`24961`) + * Fixed regression where custom hashable types could not be used as column keys in :meth:`DataFrame.set_index` (:issue:`24969`) + * Bug in :meth:`DataFrame.groupby` with :class:`Grouper` when there is a time change (DST) and grouping frequency is ``'1d'`` (:issue:`24972`) + * Fixed the warning for implicitly registered matplotlib converters not showing. See :ref:`whatsnew_0211.converters` for more (:issue:`24963`). + * Fixed AttributeError when printing a DataFrame's HTML repr after accessing the IPython config object (:issue:`25036`) + ------------------------------------------------------------------- Mon Jan 28 15:46:08 UTC 2019 - Todd R diff --git a/python-pandas.spec b/python-pandas.spec index f3b29c3..a1a6a1a 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-pandas -Version: 0.24.0 +Version: 0.24.1 Release: 0 Summary: Python module for working with "relational" or "labeled" data License: BSD-3-Clause