Package Release Info

python-sklearn-pandas-1.8.0-bp152.4.13

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-sklearn-pandas

Change Logs

* Mon Jan 06 2020 Todd R <toddrme2178@gmail.com>
- Drop python2 subpackage due to dependencies dropping python2.
Version: 1.8.0-bp151.1.2
* Sat Dec 08 2018 Arun Persaud <arun@gmx.de>
- 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)
* Sun Sep 02 2018 arun@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).
* Thu May 24 2018 toddrme2178@gmail.com
- spec file cleanups
* Thu Nov 09 2017 arun@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 2017 toddrme2178@gmail.com
- initial version