Skip to content

Commit 2f028b5

Browse files
RLS: 2016.11.16 (#885)
* Changelog * Update requirements
1 parent f752e29 commit 2f028b5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/source/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

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+
410
Version 2021.10.17
511
~~~~~~~~~~~~~~~~~~
612

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dask[array,dataframe]>=2.4.0",
1515
"distributed>=2.4.0",
1616
"numba>=0.51.0",
17-
"numpy>=1.17.3",
17+
"numpy>=1.20.0",
1818
"pandas>=0.24.2",
1919
"scikit-learn>=1.0.0",
2020
"scipy",

0 commit comments

Comments
 (0)