From 2f028b57175e46c2fb85f2f7d6954b41bef42f78 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Tue, 16 Nov 2021 20:21:19 -0600 Subject: [PATCH] RLS: 2016.11.16 (#885) * Changelog * Update requirements --- docs/source/changelog.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index d39cb3043..c196462e8 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +Version 2021.11.16 +~~~~~~~~~~~~~~~~~~ + +* Meta-estimators like :class:`wrappers.ParallelPostFit` now work with cuDF and CuPy objects. (:pr:`862`) +* Fixed incompatibility with new Dask optimizations in :class:`wrappers.ParallelPostFit` (:pr:`878`) + Version 2021.10.17 ~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 036f76698..ac4785811 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "dask[array,dataframe]>=2.4.0", "distributed>=2.4.0", "numba>=0.51.0", - "numpy>=1.17.3", + "numpy>=1.20.0", "pandas>=0.24.2", "scikit-learn>=1.0.0", "scipy",