scikit-learn/sklearn/utils
Roman Yurchak 58be9a671b MAINT Remove vendored C99 lgamma implementation (#14555)
* Remove vendored lgamma implementation

* Remove lgamma altogether
2019-08-07 11:23:39 +02:00
..
src MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
tests MAINT Deprecate utils.extmath.safe_min (#14554) 2019-08-02 14:16:54 -04:00
__init__.py FIX change boolean array-likes indexing in old NumPy ver… (#14510) 2019-08-02 10:46:16 -04:00
_cython_blas.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_cython_blas.pyx [MRG] MAINT: Continue moving from CBLAS to scipy cython blas (#13084) 2019-02-20 19:23:34 +01:00
_joblib.py MNT remove unused imports (#14021) 2019-06-04 23:15:19 +10:00
_logistic_sigmoid.pyx MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_pprint.py FIX Fixed array equality check in pprint (#13584) 2019-04-09 15:00:29 -07:00
_random.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_random.pyx MAINT Replace absolute imports with relative imports (#13653) 2019-04-17 12:45:14 -04:00
_show_versions.py MAINT Remove BLAS infos from show_versions and build log (#14205) 2019-07-18 12:55:56 +02:00
_unittest_backport.py MNT Converting http to https (#12277) 2018-10-04 22:37:57 +08:00
arrayfuncs.pyx MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
class_weight.py MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +02:00
deprecation.py [MRG] Doctest with print change only adjusts default options for doctest (#13991) 2019-06-01 10:53:45 +02:00
estimator_checks.py [MRG+1] Fix KernelCenterer and other pairwise estimators should error on non-square data (#14336) 2019-07-30 13:52:49 -04:00
extmath.py MAINT Deprecate utils.extmath.safe_min (#14554) 2019-08-02 14:16:54 -04:00
fast_dict.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
fast_dict.pyx MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
fixes.py Fix ARDRegression accuracy issue with scipy 1.3.0 (#14067) 2019-07-27 13:23:40 -04:00
graph.py MNT simple deprecations and removals for 0.21 (#12238) 2018-10-11 14:56:37 -04:00
graph_shortest_path.pyx MAINT Fix GCC warnings from Cython (#14077) 2019-07-01 18:55:29 +02:00
linear_assignment_.py MNT Import linear assignment from scipy (#13465) 2019-04-17 19:59:19 +10:00
metaestimators.py MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
mocking.py DOC Fix more formatting inconsistencies (#13787) 2019-05-05 22:05:58 +08:00
multiclass.py FIX Errors for pandas sparse arrays as target (#14125) 2019-07-19 09:58:00 +02:00
murmurhash.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
murmurhash.pyx MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
optimize.py MAINT Improve stacklevel for warnings in helpers (#14474) 2019-07-26 12:05:49 +02:00
random.py MAINT Replace absolute imports with relative imports (#13653) 2019-04-17 12:45:14 -04:00
seq_dataset.pxd.tp MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
seq_dataset.pyx.tp BLD Fixes Cython cimport errors (#13754) 2019-05-01 16:58:48 +10:00
setup.py MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
sparsefuncs.py FIX downcast large matrix indices where possible in sparsefuncs._minor_reduce (fix #13737) (#13741) 2019-05-23 22:55:09 +10:00
sparsefuncs_fast.pyx MAINT Fix GCC warnings from Cython (#14077) 2019-07-01 18:55:29 +02:00
stats.py MAINT Replace absolute imports with relative imports (#13653) 2019-04-17 12:45:14 -04:00
testing.py TST Adds cwd to PYTHONPATH in assert_run_python_script (#14427) 2019-07-25 13:54:25 +10:00
validation.py MAINT Improve stacklevel for warnings in helpers (#14474) 2019-07-26 12:05:49 +02:00
weight_vector.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
weight_vector.pyx MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00