Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreglaser committed Dec 4, 2020
1 parent 7988d95 commit 4189aba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Latest changes
In development
--------------

- Make `joblib.Memory` caching system compatible with `numpy >= 1.20.0`.
In the future, users updating `joblib` to a release that includes this
fix will see their previous cache invalidated (and thus wiped out) if they
contained reference to `numpy` objects.
https://github.com/joblib/joblib/pull/1136

- Remove deprecated `check_pickle` argument in `delayed`.
https://github.com/joblib/joblib/pull/903

Expand Down

0 comments on commit 4189aba

Please sign in to comment.