Commit Graph

18 Commits

Author SHA256 Message Date
Tomáš Chvátal
f0a0ff7acb - Do not delete tests, they are used even by other inheriting packages
for their testing
- Execute tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=11
2019-02-20 09:12:44 +00:00
Todd R
185c20e024 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
2019-02-06 15:39:35 +00:00
Todd R
060d116c14 Accepting request 669375 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to 0.24.0
  Highlights include:
  * Optional Integer NA Support
  * New APIs for accessing the array backing a Series or Index
  * A new top-level method for creating arrays
  * Store Interval and Period data in a Series or DataFrame
  * Support for joining on two MultiIndexes

OBS-URL: https://build.opensuse.org/request/show/669375
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=9
2019-01-28 21:13:38 +00:00
Tomáš Chvátal
973423d849 Accepting request 628197 from home:jengelh:branches:devel:languages:python:numeric
- Ensure neutrality of description. Remove future visions.
  Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/628197
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=7
2018-08-08 17:03:19 +00:00
Dominique Leuenberger
df68863666 Accepting request 627515 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/627515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=14
2018-08-06 09:54:25 +00:00
Dominique Leuenberger
9ff20375b3 Accepting request 622580 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/622580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=13
2018-07-18 20:54:19 +00:00
Yuchen Lin
1fa53e5888 Accepting request 616619 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/616619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=12
2018-06-19 09:59:26 +00:00
Dominique Leuenberger
8afa493ccf Accepting request 614047 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/614047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=11
2018-06-05 10:53:15 +00:00
Dominique Leuenberger
4d1c673719 Accepting request 610084 from devel:languages:python
- Update to 0.23.0:
  * Round-trippable JSON format with ‘table’ orient.
  * Instantiation from dicts respects order for Python 3.6+.
  * Dependent column arguments for assign.
  * Merging / sorting on a combination of columns and index levels.
  * Extending Pandas with custom types.
  * Excluding unobserved categories from groupby.
  * Changes to make output shape of DataFrame.apply consistent.

- Do not bother generating pandas doc if it is already in both
  html and pdf provided by upstream, just point to the URL

OBS-URL: https://build.opensuse.org/request/show/610084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=10
2018-05-19 13:38:05 +00:00
Dominique Leuenberger
4328c07ff5 Accepting request 563565 from devel:languages:python
- Format with spec-cleaner

- Drop commented code to allow us py3 only build

OBS-URL: https://build.opensuse.org/request/show/563565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=9
2018-01-16 08:37:21 +00:00
Dominique Leuenberger
5f6c4d8d49 Accepting request 562156 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/562156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=8
2018-01-07 16:23:01 +00:00
Dominique Leuenberger
21dfabe815 Accepting request 557957 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/557957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=7
2017-12-19 09:58:17 +00:00
Dominique Leuenberger
c9c984b20d Accepting request 539578 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/539578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=6
2017-11-10 13:56:41 +00:00
Dominique Leuenberger
612ea26e48 Accepting request 530452 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/530452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=5
2017-10-09 17:41:03 +00:00
Dominique Leuenberger
5127b1d430 Accepting request 499830 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/499830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=4
2017-05-31 10:22:08 +00:00
Dominique Leuenberger
9c058995c4 Accepting request 493376 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/493376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=3
2017-05-08 17:04:25 +00:00
Yuchen Lin
092e81002a Accepting request 486220 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/486220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=2
2017-04-12 15:34:48 +00:00
Dominique Leuenberger
8484a04edf Accepting request 436929 from devel:languages:python
Python 2 version of python3-pandas, which is already in openSUSE:Factory.  This is one of the most important scientific and mathematical packages in the python software ecosystem.

OBS-URL: https://build.opensuse.org/request/show/436929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=1
2017-01-25 22:18:43 +00:00