Commit Graph

5 Commits

Author SHA1 Message Date
Ying Xiong 5256fb3649
[MRG] Support pd.NA in StringDtype columns for SimpleImputer (#21114)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-11-05 12:13:21 +01:00
Thomas J. Fan 82df48934e
MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
Harsh Soni c50597926f
ENH Allow precomputed mask as input for MissingIndicator (#15089)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Vermasoumitra020 <sonisoumitra@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-08-31 16:26:38 -04:00
Adrin Jalali 42706ebf2d
MNT CI dropping python-3.5 (#15106)
* dropping python-3.5

* fix install guide

* fix setup.py

* fix circleci

* advanced_installation

* index.html

* readme

* pyparsing.py

* remove clean_warning_registry

* 1.13.1 and 1.19.1

* don't use 16.04

* 18.04 libatlas-dev -> libatlas-base-dev

* min pillow version for 3.6 is 4.2.1

* echo commands

* fix conflict, and 32 bit

* fix conflict for circle

* fix scikit-image version dep

* mark tests as xfail on 32bit py3.6

* move to 1.13.3 min numpy version, and simplify old code

* remove the rest of _object_dtype_isnan usages

* Revert "remove the rest of _object_dtype_isnan usages"

This reverts commit c6e867ea1f.

* fix issues raised by jeremy

* minor fix

* minor fixes mentioned by Olivier
2020-02-10 12:28:42 +01:00
Thomas J Fan 3b9f94238d MAINT Makes sure mask is private (#15091) 2019-09-25 19:34:21 +02:00