./wip/py-joblib, Set of tools to provide lightweight pipelining

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.2, Package name: py311-joblib-1.3.2, Maintainer: jihbed.research

Joblib is a set of tools to provide lightweight pipelining in Python.
In particular, joblib offers transparent disk-caching of the output
values and lazy re-evaluation (memoize pattern), easy simple parallel
computing, and logging and tracing of the execution. Joblib is
optimized to be fast and robust in particular on large data and has
specific optimizations for numpy arrays.


Required to run:
[lang/python27]

Required to build:
[devel/py-test] [pkgtools/cwrappers]

Master sites:

Filesize: 1941.133 KB

Version history: (Expand)


CVS history: (Expand)


   2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2012-10-07 13:54:33 by Aleksej Saushev | Files touched by this commit (55)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-10-04 00:14:51 by Thomas Klausner | Files touched by this commit (40)
Log message:
Update for python25 removal.
   2012-09-16 11:16:53 by ndb | Files touched by this commit (1)
Log message:
corrected distinfo.
   2012-09-10 11:03:05 by Kamel Derouiche | Files touched by this commit (2) | Package updated
Log message:

	update version: 0.6.4 now
	change MAINTAINER
   2012-01-30 07:32:14 by ndb | Files touched by this commit (2)
Log message:
PYVERSSUFFIX in PLIST and completed PLIST.
   2011-03-21 00:33:48 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py26-joblib-0.4.6 as wip/py-joblib.

Lightweight pipelining: using Python functions as pipeline jobs