v0.15.0#

Note

v0.15.0 is not yet released. This page reflects changes on the current main branch that will eventually be a part of v0.15.0.

Bug fixes#

  • Fixed fetch_diabetes_hospital so that as_frame=False returns numpy arrays instead of raising. The data is now always fetched as a pandas DataFrame internally and converted to numpy when needed. The skipped tests and the obsolete test_fetch_diabetes_hospital_as_ndarray_raises_value_error test were removed: #1636 by Richard Ogundele.