Accepting request 943930 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/943930 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=39
This commit is contained in:
commit
75f318c1ca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2aa18d3f0b7d538e21932f637fbfe8518d085238b429e4790a35e1e44a96ffc
|
||||
size 4734599
|
3
pandas-1.3.5.tar.gz
Normal file
3
pandas-1.3.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e4285f5de1012de20ca46b188ccf33521bff61ba5c5ebd78b4fb28e5416a9f1
|
||||
size 4736591
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 4 21:56:55 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 1.3.5
|
||||
* Fixed regression in Series.equals() when comparing floats with
|
||||
dtype object to None (GH44190)
|
||||
* Fixed regression in merge_asof() raising error when array was
|
||||
supplied as join key (GH42844)
|
||||
* Fixed regression when resampling DataFrame with DateTimeIndex
|
||||
with empty groups and uint8, uint16 or uint32 columns
|
||||
incorrectly raising RuntimeError (GH43329)
|
||||
* Fixed regression in creating a DataFrame from a timezone-aware
|
||||
Timestamp scalar near a Daylight Savings Time transition
|
||||
(GH42505)
|
||||
* Fixed performance regression in read_csv() (GH44106)
|
||||
* Fixed regression in Series.duplicated() and
|
||||
Series.drop_duplicates() when Series has Categorical dtype with
|
||||
boolean categories (GH44351)
|
||||
* Fixed regression in GroupBy.sum() with timedelta64[ns] dtype
|
||||
containing NaT failing to treat that value as NA (GH42659)
|
||||
* Fixed regression in RollingGroupby.cov() and
|
||||
RollingGroupby.corr() when other had the same shape as each
|
||||
group would incorrectly return superfluous groups in the result
|
||||
(GH42915)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 20 12:29:00 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -28,7 +28,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-pandas%{psuffix}
|
||||
Version: 1.3.4
|
||||
Version: 1.3.5
|
||||
Release: 0
|
||||
Summary: Python data structures for data analysis, time series, and statistics
|
||||
License: BSD-3-Clause
|
||||
@ -88,12 +88,14 @@ BuildRequires: %{python_module XlsxWriter >= 1.0.2}
|
||||
BuildRequires: %{python_module beautifulsoup4 >= 4.6.0}
|
||||
BuildRequires: %{python_module hypothesis}
|
||||
BuildRequires: %{python_module lxml >= 4.3.0}
|
||||
BuildRequires: %{python_module matplotlib}
|
||||
BuildRequires: %{python_module numexpr >= 2.7.0}
|
||||
BuildRequires: %{python_module openpyxl >= 3.0.0}
|
||||
BuildRequires: %{python_module pandas = %{version}}
|
||||
BuildRequires: %{python_module pytest >= 6.0}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest-xdist}
|
||||
BuildRequires: %{python_module scipy}
|
||||
BuildRequires: %{python_module xlrd >= 1.2.0}
|
||||
BuildRequires: xclip
|
||||
BuildRequires: xvfb-run
|
||||
|
Loading…
Reference in New Issue
Block a user