Skip to content

Commit

Permalink
RLS: 2016.11.16 (#885)
Browse files Browse the repository at this point in the history
* Changelog
* Update requirements
  • Loading branch information
TomAugspurger authored Nov 17, 2021
1 parent f752e29 commit 2f028b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2f028b5

Please sign in to comment.