Summary
Dask is a simple task scheduling system that uses directed acyclic graphs (DAGs) of tasks to break up large computations into many small ones.
Versions
v1.2.0 :: 0 :: gentoo
- Modified
- License
- BSD
- Keywords
- amd64 x86 ~amd64-linux ~x86-linux
- USE flags
- distributed test
v0.15.1 :: 0 :: gentoo
- Modified
- License
- BSD
- Keywords
- amd64 x86 ~amd64-linux ~x86-linux
- USE flags
- distributed test
USE flags
General
- distributed
- Add support for distributed computing with dev-python/distributed
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
python_targets
- python2_7
- Build with Python 2.7
- python3_5
- Build with Python 3.5
- python3_6
- Build with Python 3.6
- python3_7
- Build with Python 3.7
Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-lang / python-exec : Python script wrapper
dev-python / cloudpickle : Extended pickling support for Python objects
dev-python / distributed : Python library for distributed computation
dev-python / numexpr : Fast numerical array expression evaluator for Python and NumPy
dev-python / numpy : Fast array and numerical python library
dev-python / pandas : Powerful data structures for data analysis and statistics
dev-python / partd : Appendable key-value storage
dev-python / psutil : Retrieve information on running processes and system utilization
dev-python / pytest : Simple powerful testing with Python
dev-python / pyyaml : YAML parser and emitter for Python
dev-python / s3fs : Pythonic file interface to S3
dev-python / setuptools : Collection of extensions to Distutils
dev-python / toolz : List processing tools and functional utilities
Runtime Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-lang / python-exec : Python script wrapper
dev-python / cloudpickle : Extended pickling support for Python objects
dev-python / distributed : Python library for distributed computation
dev-python / numpy : Fast array and numerical python library
dev-python / pandas : Powerful data structures for data analysis and statistics
dev-python / partd : Appendable key-value storage
dev-python / psutil : Retrieve information on running processes and system utilization
dev-python / s3fs : Pythonic file interface to S3
dev-python / toolz : List processing tools and functional utilities
Depending packages
dev-python / blaze : Next generation Python numpy
dev-python / distributed : Python library for distributed computation
dev-python / odo : Data migration in python
dev-python / xarray : N-D labeled arrays and datasets in Python
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
dev-python/dask: 1.2.0 allarches stablized
Stablized for Openstack Stein Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Virgil Dupras · gentoo
dev-python/dask: remove old
Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 - Virgil Dupras · gentoo
dev-python/dask: bump to 1.2.0
Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
dev-python/dask: add py37 support to 1.1.3
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Mair-Keimberger · gentoo
dev-python/dask: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Horea Christian · gentoo
dev-python/dask: version bump to 1.1.3 EAPI bump 7.
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Horea Christian <horea.christ@yandex.com> Closes: https://github.com/gentoo/gentoo/pull/11352 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Virgil Dupras · gentoo
dev-python/dask: adjust pandas dependency
Make dask 0.18.2 depend on pandas 0.23.4. On lower versions, tests fail on py36. Bug: https://bugs.gentoo.org/656526 Package-Manager: Portage-2.3.47, Repoman-2.3.10 - Virgil Dupras · gentoo
dev-python/dask: bump to 0.18.2
Also, make tests pass. Bug: https://bugs.gentoo.org/656526 Package-Manager: Portage-2.3.47, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-python/dask: x86 stable wrt bug #658884
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-python/dask: amd64 stable wrt bug #658884
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Michał Górny · gentoo
dev-python/dask: Clean old up - Sébastien Fabbro · gentoo
dev-python/dask: version bump, added distributed flag
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Sébastien Fabbro · gentoo
dev-python/s3fs: initial import
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Sébastien Fabbro · gentoo
dev-python/dask: version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Michał Górny · gentoo
dev-python/dask: Clean old versions up - Benda Xu · gentoo
dev-python/dask: version bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Sébastien Fabbro · gentoo
dev-python/dask: version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Agostino Sarubbo · gentoo
dev-python/dask: x86 stable wrt bug #571282
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Aaron Bauman · gentoo
dev-python/dask: amd64 stable
Gentoo-bug: 571282 Package-Manager: portage-2.3.0 - Benda Xu · gentoo
dev-python/dask: version bump.
Package-Manager: portage-2.3.0 - Sébastien Fabbro · gentoo
dev-python/dask: initial import
Package-Manager: portage-2.2.28