Joblib

Latest version: v1.4.2

Safety actively analyzes 638466 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 11

0.8.0

Not secure
-------------

2014-05-14
Olivier Grisel

Fix a bug in exception reporting under Python 3

2014-05-10
Olivier Grisel

Fixed a potential segfault when passing non-contiguous memmap
instances.

2014-04-22
Gael Varoquaux

ENH: Make memory robust to modification of source files while the
interpreter is running. Should lead to less spurious cache flushes
and recomputations.


2014-02-24
Philippe Gervais

New ``Memory.call_and_shelve`` API to handle memoized results by
reference instead of by value.

0.8.0a3

Not secure
---------------

2014-01-10
Olivier Grisel & Gael Varoquaux

FIX 105: Race condition in task iterable consumption when
pre_dispatch != 'all' that could cause crash with error messages "Pools
seems closed" and "ValueError: generator already executing".

2014-01-12
Olivier Grisel

FIX 72: joblib cannot persist "output_dir" keyword argument.

0.8.0a2

Not secure
---------------

2013-12-23
Olivier Grisel

ENH: set default value of Parallel's max_nbytes to 100MB

Motivation: avoid introducing disk latency on medium sized
parallel workload where memory usage is not an issue.

FIX: properly handle the JOBLIB_MULTIPROCESSING env variable

FIX: timeout test failures under windows

0.8.0a

--------------

2013-12-19
Olivier Grisel

FIX: support the new Python 3.4 multiprocessing API


2013-12-05
Olivier Grisel

ENH: make Memory respect mmap_mode at first call too

ENH: add a threading based backend to Parallel

This is low overhead alternative backend to the default multiprocessing
backend that is suitable when calling compiled extensions that release
the GIL.


Author: Dan Stahlke <danstahlke.org>
Date: 2013-11-08

FIX: use safe_repr to print arg vals in trace

This fixes a problem in which extremely long (and slow) stack traces would
be produced when function parameters are large numpy arrays.


2013-09-10
Olivier Grisel

ENH: limit memory copy with Parallel by leveraging numpy.memmap when
possible

0.7.1

Not secure
---------------

2013-07-25
Gael Varoquaux

MISC: capture meaningless argument (n_jobs=0) in Parallel

2013-07-09
Lars Buitinck

ENH Handles tuples, sets and Python 3's dict_keys type the same as
lists. in pre_dispatch

2013-05-23
Martin Luessi

ENH: fix function caching for IPython

0.7.0

---------------

**This release drops support for Python 2.5 in favor of support for
Python 3.0**

2013-02-13
Gael Varoquaux

BUG: fix nasty hash collisions

2012-11-19
Gael Varoquaux

ENH: Parallel: Turn of pre-dispatch for already expanded lists


Gael Varoquaux
2012-11-19

ENH: detect recursive sub-process spawning, as when people do not
protect the __main__ in scripts under Windows, and raise a useful
error.


Gael Varoquaux
2012-11-16

ENH: Full python 3 support

Page 7 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.