Skip to content

Commit

Permalink
devel/py-joblib: Update to version 1.1.0
Browse files Browse the repository at this point in the history
Changes:
* Fix byte order inconsistency issue during deserialization using joblib.load in
  cross-endian environment: the numpy arrays are now always loaded to use the
  system byte order, independently of the byte order of the system that
  serialized the pickle.
* Fix joblib.Memory bug with the ignore parameter when the cached function is a
  decorated function.
* Fix joblib.Memory to properly handle caching for functions defined
  interactively in a IPython session or in Jupyter notebook cell.
* Update vendored loky (from version 2.9 to 3.0) and cloudpickle (from version
  1.6 to 2.0)
  • Loading branch information
skreuzer committed Oct 8, 2021
1 parent 2ae7b8b commit f2d9357
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devel/py-joblib/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>

PORTNAME= joblib
PORTVERSION= 1.0.1
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions devel/py-joblib/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1614602614
SHA256 (joblib-1.0.1.tar.gz) = 9c17567692206d2f3fb9ecf5e991084254fe631665c450b443761c4186a613f7
SIZE (joblib-1.0.1.tar.gz) = 316131
TIMESTAMP = 1633704592
SHA256 (joblib-1.1.0.tar.gz) = 4158fcecd13733f8be669be0683b96ebdbbd38d23559f54dca7205aea1bf1e35
SIZE (joblib-1.1.0.tar.gz) = 2063601

0 comments on commit f2d9357

Please sign in to comment.