commit python-sklearn-pandas for openSUSE:Factory

2020-10-25 Thread root
Hello community,

here is the log from the commit of package python-sklearn-pandas for 
openSUSE:Factory checked in at 2020-10-25 18:06:34

Comparing /work/SRC/openSUSE:Factory/python-sklearn-pandas (Old)
 and  /work/SRC/openSUSE:Factory/.python-sklearn-pandas.new.3463 (New)


Package is "python-sklearn-pandas"

Sun Oct 25 18:06:34 2020 rev:5 rq:841146 version:2.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sklearn-pandas/python-sklearn-pandas.changes  
2020-01-07 23:52:07.083992834 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sklearn-pandas.new.3463/python-sklearn-pandas.changes
2020-10-25 18:06:44.367352067 +0100
@@ -1,0 +2,30 @@
+Sat Oct 10 19:08:06 UTC 2020 - Arun Persaud 
+
+- specfile:
+  * updated versions of required packages
+
+- update to version 2.0.2:
+  * Fix DataFrameMapper drop_cols attribute naming consistency with
+scikit-learn and initialization.
+
+- changes from version 2.0.1:
+  * Added an option to explicitly drop columns.
+
+- changes from version 2.0.0:
+  * Deprecated support for Python < 3.6.
+  * Deprecated support for old versions of scikit-learn, pandas and
+numpy. Please check setup.py for minimum requirement.
+  * Removed CategoricalImputer, cross_val_score and GridSearchCV. All
+these functionality now exists as part of scikit-learn. Please use
+SimpleImputer instead of CategoricalImputer. Also Cross validation
+from sklearn now supports dataframe so we don't need to use cross
+validation wrapper provided over here.
+  * Added NumericalTransformer for common numerical
+transformations. Currently it implements log and log1p
+transformation.
+  * Added prefix and suffix options. See examples above. These are
+usually helpful when using gen_features.
+  * Added drop_cols argument to DataframeMapper. This can be used to
+explicitly drop columns
+
+---

Old:

  sklearn-pandas-1.8.0.tar.gz

New:

  sklearn-pandas-2.0.2.tar.gz



Other differences:
--
++ python-sklearn-pandas.spec ++
--- /var/tmp/diff_new_pack.Xk17P1/_old  2020-10-25 18:06:45.675353305 +0100
+++ /var/tmp/diff_new_pack.Xk17P1/_new  2020-10-25 18:06:45.675353305 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sklearn-pandas
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-sklearn-pandas
-Version:1.8.0
+Version:2.0.2
 Release:0
 Summary:Pandas integration with sklearn
 License:Zlib AND BSD-2-Clause
@@ -29,18 +29,18 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-numpy >= 1.6.1
-Requires:   python-pandas >= 0.11.0
-Requires:   python-scikit-learn >= 0.15.0
-Requires:   python-scipy >= 0.14
+Requires:   python-numpy >= 1.18.1
+Requires:   python-pandas >= 1.0.5
+Requires:   python-scikit-learn >= 0.23.0
+Requires:   python-scipy >= 1.4.1
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module numpy >= 1.6.1}
-BuildRequires:  %{python_module pandas >= 0.11.0}
+BuildRequires:  %{python_module numpy >= 1.18.1}
+BuildRequires:  %{python_module pandas >= 1.0.5}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module scikit-learn >= 0.15.0}
-BuildRequires:  %{python_module scipy >= 0.14}
+BuildRequires:  %{python_module scikit-learn >= 0.23.0}
+BuildRequires:  %{python_module scipy >= 1.4.1}
 # /SECTION
 %python_subpackages
 

++ sklearn-pandas-1.8.0.tar.gz -> sklearn-pandas-2.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sklearn-pandas-1.8.0/PKG-INFO 
new/sklearn-pandas-2.0.2/PKG-INFO
--- old/sklearn-pandas-1.8.0/PKG-INFO   2018-12-01 20:14:57.0 +0100
+++ new/sklearn-pandas-2.0.2/PKG-INFO   2020-10-01 22:54:52.0 +0200
@@ -1,12 +1,11 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.2
 Name: sklearn-pandas
-Version: 1.8.0
+Version: 2.0.2
 Summary: Pandas integration with sklearn
-Home-page: https://github.com/paulgb/sklearn-pandas
-Author: Israel Saeta Pérez
-Author-email: israel.sa...@dukebody.com
+Home-page: https://github.com/scikit-learn-contrib/sklearn-pandas
+Maintainer: Ritesh Agrawal
+Maintainer-email: ragra...@gmail.com
 License: UNKNOWN
-Description-Content-Type: UNKNOWN
 

commit python-sklearn-pandas for openSUSE:Factory

2020-01-07 Thread root
Hello community,

here is the log from the commit of package python-sklearn-pandas for 
openSUSE:Factory checked in at 2020-01-07 23:51:50

Comparing /work/SRC/openSUSE:Factory/python-sklearn-pandas (Old)
 and  /work/SRC/openSUSE:Factory/.python-sklearn-pandas.new.6675 (New)


Package is "python-sklearn-pandas"

Tue Jan  7 23:51:50 2020 rev:4 rq:761205 version:1.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sklearn-pandas/python-sklearn-pandas.changes  
2018-12-10 12:30:23.618403685 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sklearn-pandas.new.6675/python-sklearn-pandas.changes
2020-01-07 23:52:07.083992834 +0100
@@ -1,0 +2,5 @@
+Mon Jan  6 15:11:42 UTC 2020 - Todd R 
+
+- Drop python2 subpackage due to dependencies dropping python2.
+
+---



Other differences:
--
++ python-sklearn-pandas.spec ++
--- /var/tmp/diff_new_pack.5XnaVN/_old  2020-01-07 23:52:07.667993137 +0100
+++ /var/tmp/diff_new_pack.5XnaVN/_new  2020-01-07 23:52:07.671993139 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sklearn-pandas
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-sklearn-pandas
 Version:1.8.0
 Release:0




commit python-sklearn-pandas for openSUSE:Factory

2018-12-10 Thread root
Hello community,

here is the log from the commit of package python-sklearn-pandas for 
openSUSE:Factory checked in at 2018-12-10 12:30:21

Comparing /work/SRC/openSUSE:Factory/python-sklearn-pandas (Old)
 and  /work/SRC/openSUSE:Factory/.python-sklearn-pandas.new.19453 (New)


Package is "python-sklearn-pandas"

Mon Dec 10 12:30:21 2018 rev:3 rq:656752 version:1.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sklearn-pandas/python-sklearn-pandas.changes  
2018-09-04 22:56:29.393066440 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sklearn-pandas.new.19453/python-sklearn-pandas.changes
   2018-12-10 12:30:23.618403685 +0100
@@ -1,0 +2,11 @@
+Sat Dec  8 19:39:33 UTC 2018 - Arun Persaud 
+
+- update to version 1.8.0:
+  * Add FunctionTransformer class (#117).
+  * Fix column names derivation for dataframes with multi-index or
+non-string columns (#166).
+  * Change behaviour of DataFrameMapper's fit_transform method to
+invoke each underlying transformers' native fit_transform if
+implemented. (#150)
+
+---

Old:

  sklearn-pandas-1.7.0.tar.gz

New:

  sklearn-pandas-1.8.0.tar.gz



Other differences:
--
++ python-sklearn-pandas.spec ++
--- /var/tmp/diff_new_pack.CfwBdG/_old  2018-12-10 12:30:24.358402945 +0100
+++ /var/tmp/diff_new_pack.CfwBdG/_new  2018-12-10 12:30:24.362402941 +0100
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sklearn-pandas
-Version:1.7.0
+Version:1.8.0
 Release:0
 Summary:Pandas integration with sklearn
 License:Zlib AND BSD-2-Clause

++ sklearn-pandas-1.7.0.tar.gz -> sklearn-pandas-1.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sklearn-pandas-1.7.0/PKG-INFO 
new/sklearn-pandas-1.8.0/PKG-INFO
--- old/sklearn-pandas-1.7.0/PKG-INFO   2018-08-15 14:16:05.0 +0200
+++ new/sklearn-pandas-1.8.0/PKG-INFO   2018-12-01 20:14:57.0 +0100
@@ -1,11 +1,12 @@
 Metadata-Version: 1.0
 Name: sklearn-pandas
-Version: 1.7.0
+Version: 1.8.0
 Summary: Pandas integration with sklearn
 Home-page: https://github.com/paulgb/sklearn-pandas
 Author: Israel Saeta Pérez
 Author-email: israel.sa...@dukebody.com
 License: UNKNOWN
+Description-Content-Type: UNKNOWN
 Description: UNKNOWN
 Keywords: scikit,sklearn,pandas
 Platform: UNKNOWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sklearn-pandas-1.7.0/README.rst 
new/sklearn-pandas-1.8.0/README.rst
--- old/sklearn-pandas-1.7.0/README.rst 2018-08-15 14:15:41.0 +0200
+++ new/sklearn-pandas-1.8.0/README.rst 2018-12-01 20:13:37.0 +0100
@@ -11,7 +11,7 @@
 
 1. A way to map ``DataFrame`` columns to transformations, which are later 
recombined into features.
 2. A compatibility shim for old ``scikit-learn`` versions to cross-validate a 
pipeline that takes a pandas ``DataFrame`` as input. This is only needed for 
``scikit-learn<0.16.0`` (see `#11 
`__ for details). It is 
deprecated and will likely be dropped in ``skearn-pandas==2.0``.
-3. A ``CategoricalImputer`` that replaces null-like values with the mode and 
works with string columns.
+3. A couple of special transformers that work well with pandas inputs: 
``CategoricalImputer`` and ``FunctionTransformer`.`
 
 Installation
 
@@ -65,7 +65,7 @@
 Map the Columns to Transformations
 **
 
-The mapper takes a list of tuples. The first is a column name from the pandas 
DataFrame, or a list containing one or multiple columns (we will see an example 
with multiple columns later). The second is an object which will perform the 
transformation which will be applied to that column. The third is optional and 
is a dictionary containing the transformation options, if applicable (see 
"custom column names for transformed features" below).
+The mapper takes a list of tuples. The first element of each tuple is a column 
name from the pandas DataFrame, or a list containing one or multiple columns 
(we will see an example with multiple columns later). The second element is an 
object which will perform the transformation which will be applied to that 
column. The third one is optional and is a dictionary containing the 
transformation options, if applicable (see "custom column names for 

commit python-sklearn-pandas for openSUSE:Factory

2018-09-04 Thread root
Hello community,

here is the log from the commit of package python-sklearn-pandas for 
openSUSE:Factory checked in at 2018-09-04 22:56:28

Comparing /work/SRC/openSUSE:Factory/python-sklearn-pandas (Old)
 and  /work/SRC/openSUSE:Factory/.python-sklearn-pandas.new (New)


Package is "python-sklearn-pandas"

Tue Sep  4 22:56:28 2018 rev:2 rq:632817 version:1.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sklearn-pandas/python-sklearn-pandas.changes  
2018-06-15 14:37:27.239702383 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sklearn-pandas.new/python-sklearn-pandas.changes
 2018-09-04 22:56:29.393066440 +0200
@@ -1,0 +2,14 @@
+Sun Sep  2 16:30:43 UTC 2018 - a...@gmx.de
+
+- specfile:
+ * remove devel from noarch
+ * be more specific in %files section
+
+- update to version 1.7.0:
+  * Fix issues with unicode names in get_names (#160).
+  * Update to build using numpy==1.14 and python==3.6 (#154).
+  * Add strategy and fill_value parameters to CategoricalImputer to
+allow imputing with values other than the mode (#144), (#161).
+  * Preserve input data types when no transform is supplied (#138).
+
+---

Old:

  sklearn-pandas-1.6.0.tar.gz

New:

  sklearn-pandas-1.7.0.tar.gz



Other differences:
--
++ python-sklearn-pandas.spec ++
--- /var/tmp/diff_new_pack.QnTBTq/_old  2018-09-04 22:56:30.097068844 +0200
+++ /var/tmp/diff_new_pack.QnTBTq/_new  2018-09-04 22:56:30.101068858 +0200
@@ -18,17 +18,21 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sklearn-pandas
-Version:1.6.0
+Version:1.7.0
 Release:0
 Summary:Pandas integration with sklearn
-License:Zlib and BSD-2-Clause
+License:Zlib AND BSD-2-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/paulgb/sklearn-pandas
+URL:https://github.com/paulgb/sklearn-pandas
 Source: 
https://files.pythonhosted.org/packages/source/s/sklearn-pandas/sklearn-pandas-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-numpy >= 1.6.1
+Requires:   python-pandas >= 0.11.0
+Requires:   python-scikit-learn >= 0.15.0
+Requires:   python-scipy >= 0.14
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module numpy >= 1.6.1}
@@ -37,12 +41,6 @@
 BuildRequires:  %{python_module scikit-learn >= 0.15.0}
 BuildRequires:  %{python_module scipy >= 0.14}
 # /SECTION
-Requires:   python-numpy >= 1.6.1
-Requires:   python-pandas >= 0.11.0
-Requires:   python-scikit-learn >= 0.15.0
-Requires:   python-scipy >= 0.14
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -62,6 +60,6 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/sklearn_pandas*
 
 %changelog

++ sklearn-pandas-1.6.0.tar.gz -> sklearn-pandas-1.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sklearn-pandas-1.6.0/PKG-INFO 
new/sklearn-pandas-1.7.0/PKG-INFO
--- old/sklearn-pandas-1.6.0/PKG-INFO   2017-10-28 15:46:31.0 +0200
+++ new/sklearn-pandas-1.7.0/PKG-INFO   2018-08-15 14:16:05.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: sklearn-pandas
-Version: 1.6.0
+Version: 1.7.0
 Summary: Pandas integration with sklearn
 Home-page: https://github.com/paulgb/sklearn-pandas
 Author: Israel Saeta Pérez
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sklearn-pandas-1.6.0/README.rst 
new/sklearn-pandas-1.7.0/README.rst
--- old/sklearn-pandas-1.6.0/README.rst 2017-10-28 15:45:16.0 +0200
+++ new/sklearn-pandas-1.7.0/README.rst 2018-08-15 14:15:41.0 +0200
@@ -57,7 +57,7 @@
 
 >>> data = pd.DataFrame({'pet':  ['cat', 'dog', 'dog', 'fish', 'cat', 
'dog', 'cat', 'fish'],
 ...  'children': [4., 6, 3, 3, 2, 3, 5, 4],
-...  'salary':   [90, 24, 44, 27, 32, 59, 36, 27]})
+...  'salary':   [90., 24, 44, 27, 32, 59, 36, 27]})
 
 Transformation Mapping
 --
@@ -106,7 +106,7 @@
 
 >>> sample = pd.DataFrame({'pet': ['cat'], 'children': [5.]})
 >>> np.round(mapper.transform(sample), 2)
-array([[ 1.  ,  0.  ,  0.  ,  1.04]])
+array([[1.  , 0.  , 0.  , 1.04]])
 
 
 Output features names
@@ -190,14 +190,14 @@
 ... ], df_out=True)
 >>> np.round(mapper_df.fit_transform(data.copy()), 2)
pet_cat  pet_dog  

commit python-sklearn-pandas for openSUSE:Factory

2018-06-15 Thread root
Hello community,

here is the log from the commit of package python-sklearn-pandas for 
openSUSE:Factory checked in at 2018-06-15 14:37:25

Comparing /work/SRC/openSUSE:Factory/python-sklearn-pandas (Old)
 and  /work/SRC/openSUSE:Factory/.python-sklearn-pandas.new (New)


Package is "python-sklearn-pandas"

Fri Jun 15 14:37:25 2018 rev:1 rq:613684 version:1.6.0

Changes:

New Changes file:

--- /dev/null   2018-05-30 11:41:29.140556178 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sklearn-pandas.new/python-sklearn-pandas.changes
 2018-06-15 14:37:27.239702383 +0200
@@ -0,0 +1,17 @@
+---
+Thu May 24 17:45:17 UTC 2018 - toddrme2...@gmail.com
+
+- spec file cleanups
+
+---
+Thu Nov  9 06:00:35 UTC 2017 - a...@gmx.de
+
+- update to version 1.6.0:
+  * Add column name to exception during fit/transform (#110).
+  * Add gen_feature helper function to help generating the same
+transformation for multiple columns (#126).
+
+---
+Fri Oct 20 16:18:41 UTC 2017 - toddrme2...@gmail.com
+
+- initial version

New:

  python-sklearn-pandas.changes
  python-sklearn-pandas.spec
  sklearn-pandas-1.6.0.tar.gz



Other differences:
--
++ python-sklearn-pandas.spec ++
#
# spec file for package python-sklearn-pandas
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:   python-sklearn-pandas
Version:1.6.0
Release:0
Summary:Pandas integration with sklearn
License:Zlib and BSD-2-Clause
Group:  Development/Languages/Python
Url:https://github.com/paulgb/sklearn-pandas
Source: 
https://files.pythonhosted.org/packages/source/s/sklearn-pandas/sklearn-pandas-%{version}.tar.gz
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
# SECTION test requirements
BuildRequires:  %{python_module mock}
BuildRequires:  %{python_module numpy >= 1.6.1}
BuildRequires:  %{python_module pandas >= 0.11.0}
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module scikit-learn >= 0.15.0}
BuildRequires:  %{python_module scipy >= 0.14}
# /SECTION
Requires:   python-numpy >= 1.6.1
Requires:   python-pandas >= 0.11.0
Requires:   python-scikit-learn >= 0.15.0
Requires:   python-scipy >= 0.14
BuildArch:  noarch

%python_subpackages

%description
This module provides a bridge between Scikit-Learn's machine learning
methods and pandas-style Data Frames.

%prep
%setup -q -n sklearn-pandas-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*

%changelog