We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f752e29 commit 2f028b5Copy full SHA for 2f028b5
docs/source/changelog.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+Version 2021.11.16
5
+~~~~~~~~~~~~~~~~~~
6
+
7
+* Meta-estimators like :class:`wrappers.ParallelPostFit` now work with cuDF and CuPy objects. (:pr:`862`)
8
+* Fixed incompatibility with new Dask optimizations in :class:`wrappers.ParallelPostFit` (:pr:`878`)
9
10
Version 2021.10.17
11
~~~~~~~~~~~~~~~~~~
12
setup.py
@@ -14,7 +14,7 @@
14
"dask[array,dataframe]>=2.4.0",
15
"distributed>=2.4.0",
16
"numba>=0.51.0",
17
- "numpy>=1.17.3",
+ "numpy>=1.20.0",
18
"pandas>=0.24.2",
19
"scikit-learn>=1.0.0",
20
"scipy",
0 commit comments