Port details |
- py-dask Parallel PyData with Task Scheduling
- 2022.12.1 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2020-02-02 10:56:47
- Last Update: 2023-01-30 12:59:41
- Commit Hash: 02b058a
- Also Listed In: python
- License: BSD4CLAUSE
- Description:
- Dask is a flexible library for parallel computing in Python.
Dask is composed of two parts:
- Dynamic task scheduling optimized for computation. This is similar to Airflow,
Luigi, Celery, or Make, but optimized for interactive computational workloads.
- "Big Data" collections like parallel arrays, dataframes, and lists that extend
common interfaces like NumPy, Pandas, or Python iterators to
larger-than-memory or distributed environments. These parallel collections run
on top of dynamic task schedulers.
See also: https://github.com/dask/dask
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}dask>0:devel/py-dask@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-dask/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-dask
- pkg install py39-dask
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-dask listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-dask
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1674589754
SHA256 (dask-2022.12.1.tar.gz) = ef12c98a6681964494ddfee4ba8071ebc8895d3c4ea27f5c5160a14e29f01d92
SIZE (dask-2022.12.1.tar.gz) = 8227174
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-pytest>=0 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-click>=7.0 : devel/py-click@py39
- py39-cloudpickle>=1.1.1 : devel/py-cloudpickle@py39
- py39-fsspec>=0.6.0 : devel/py-fsspec@py39
- py39-packaging>=20.0 : devel/py-packaging@py39
- py39-partd>=0.3.10 : databases/py-partd@py39
- py39-yaml>=5.3.1 : devel/py-yaml@py39
- py39-toolz>=0.8.2 : devel/py-toolz@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- math/py-pyFFTW
- science/py-thewalrus
- science/py-xbout
- for Run
-
- devel/py-distributed
- devel/py-xarray-simlab
- math/py-pyFFTW
- science/py-thewalrus
- science/py-xbout
Configuration Options:
- ===> The following configuration options are available for py39-dask-2022.12.1:
ARRAY=off: Subset of the NumPy ndarray interface
DATAFRAME=off: Composed of many smaller Pandas DataFrames
DIAGNOSTICS=off: Profile and inspect parallel codes
===> Use 'make config' to modify these settings
- Options name:
- devel_py-dask
- USES:
- cpe python:3.8+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2022.12.1 30 Jan 2023 12:59:41
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.12.1
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.11.1 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2022.11.1 30 Dec 2022 09:04:32
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.11.1
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.9.2 03 Oct 2022 17:10:27
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.9.2
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.9.1 03 Oct 2022 02:14:50
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.9.1
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2022.9.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2022.9.0 04 Sep 2022 15:24:57
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.9.0
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.8.1 31 Aug 2022 11:41:02
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.8.1
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.8.0 27 Aug 2022 10:24:18
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.8.0
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.7.1 30 Jul 2022 19:24:36
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.7.1
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.7.0 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2022.7.0 11 Jul 2022 21:47:06
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.7.0
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.6.1 29 Jun 2022 21:49:46
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.6.1
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.6.0 21 Jun 2022 16:32:53
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Fix RUN_DEPENDS |
2022.6.0 16 Jun 2022 13:59:35
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.6.0
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.5.2 03 Jun 2022 23:36:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.5.2
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.5.1 03 Jun 2022 09:00:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.5.1
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.5.0 13 May 2022 11:39:26
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.5.0
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.4.2 30 Apr 2022 15:58:08
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.4.2
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.4.1 17 Apr 2022 23:58:15
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.4.1
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.4.0 16 Apr 2022 04:19:18
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.4.0
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.3.0 30 Mar 2022 22:21:09
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.3.0
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.2.1 25 Mar 2022 13:36:53
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.2.1
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2022.1.1 28 Feb 2022 12:46:11
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2022.1.1
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2021.12.0 11 Jan 2022 18:44:20
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2021.12.0
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2021.11.2 21 Dec 2021 18:48:02
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Sort USES |
2021.11.2 13 Dec 2021 20:47:12
    |
Bernhard Froehlich (decke)  |
devel/py-dask: Add CPE information
Approved by: portmgr (blanket) |
2021.11.2 21 Nov 2021 21:15:07
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2021.11.2
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2021.11.1 21 Nov 2021 18:20:09
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2021.11.1
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2021.10.0 01 Nov 2021 13:41:36
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2021.10.0
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2021.7.2 08 Aug 2021 14:54:05
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2021.7.2
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2021.7.1 24 Jul 2021 20:21:32
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2021.7.1
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2021.7.0 15 Jul 2021 20:32:08
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2021.7.0
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2021.6.2 30 Jun 2021 20:43:40
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2021.6.2
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2021.6.1 20 Jun 2021 16:15:59
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2021.6.1
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2021.6.0 14 Jun 2021 17:39:52
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2021.6.0
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2021.5.1 10 Jun 2021 14:46:14
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2021.5.1
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2021.5.0 18 May 2021 19:28:14
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2021.5.0
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2021.4.1 29 Apr 2021 14:23:48
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2021.4.1
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2021.4.0 25 Apr 2021 20:35:23
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2021.4.0
- Remove BAG and DELAYED options: the dependencies are unconditional now
Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2021.3.0 18 Apr 2021 05:43:10
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-dask: Update to 2021.3.0
Changes: https://github.com/dask/dask/blob/master/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2021.2.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2021.2.0 03 Mar 2021 18:08:57
  |
sunpoet  |
Remove PYNUMPY |
2021.2.0 17 Feb 2021 18:06:12
  |
sunpoet  |
Update to 2021.2.0
Changes: https://github.com/dask/dask/blob/master/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2021.1.1 01 Feb 2021 19:26:18
  |
sunpoet  |
Update to 2021.1.1
Changes: https://github.com/dask/dask/blob/master/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2.30.0 30 Jan 2021 13:29:58
  |
sunpoet  |
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103 |
2.30.0 10 Oct 2020 18:16:51
  |
sunpoet  |
Fix r551950
PY_PANDAS is not ready. |
2.30.0 10 Oct 2020 17:55:52
  |
sunpoet  |
Update to 2.30.0
Changes: https://github.com/dask/dask/blob/master/docs/source/changelog.rst
https://docs.dask.org/en/latest/changelog.html |
2.29.0 03 Oct 2020 09:50:30
  |
sunpoet  |
Update to 2.29.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.28.0 29 Sep 2020 18:17:59
  |
sunpoet  |
Update to 2.28.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.27.0 20 Sep 2020 18:57:22
  |
sunpoet  |
Update to 2.27.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.26.0 13 Sep 2020 19:43:41
  |
sunpoet  |
Update to 2.26.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.25.0 05 Sep 2020 21:30:26
  |
sunpoet  |
Update version requirement of RUN_DEPENDS |
2.25.0 30 Aug 2020 20:20:50
  |
sunpoet  |
Update to 2.25.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.24.0 23 Aug 2020 19:36:07
  |
sunpoet  |
Update to 2.24.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.23.0 19 Aug 2020 16:20:15
  |
sunpoet  |
Update to 2.23.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.22.0 08 Aug 2020 10:19:11
  |
sunpoet  |
Update to 2.22.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.21.0 24 Jul 2020 07:11:46
  |
sunpoet  |
Update to 2.21.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.20.0 08 Jul 2020 18:57:51
  |
sunpoet  |
Update to 2.20.0
Changes: https://docs.dask.org/en/latest/changelog.html |
2.19.0 22 Jun 2020 19:35:36
  |
sunpoet  |
Update to 2.19.0
Changes: https://docs.dask.org/en/latest/changelog.html
https://github.com/dask/dask/commits/master |
2.18.1 17 Jun 2020 18:00:41
  |
sunpoet  |
Update to 2.18.1
Changes: https://docs.dask.org/en/latest/changelog.html
https://github.com/dask/dask/commits/master |
2.18.0 15 Jun 2020 18:47:33
  |
sunpoet  |
Update to 2.18.0
Changes: https://docs.dask.org/en/latest/changelog.html
https://github.com/dask/dask/commits/master |
2.17.2 31 May 2020 18:17:17
  |
sunpoet  |
Update to 2.17.2
Changes: https://docs.dask.org/en/latest/changelog.html
https://github.com/dask/dask/commits/master |
2.17.0 28 May 2020 19:13:14
  |
sunpoet  |
Update to 2.17.0
Changes: https://docs.dask.org/en/latest/changelog.html
https://github.com/dask/dask/commits/master |
2.16.0 11 May 2020 20:23:11
  |
sunpoet  |
Update to 2.16.0
Changes: https://docs.dask.org/en/latest/changelog.html
https://github.com/dask/dask/commits/master |
2.15.0 26 Apr 2020 11:57:47
  |
sunpoet  |
Update to 2.15.0
Changes: https://docs.dask.org/en/latest/changelog.html
https://github.com/dask/dask/commits/master |
2.14.0 04 Apr 2020 14:46:00
  |
sunpoet  |
Update to 2.14.0
Changes: https://docs.dask.org/en/latest/changelog.html
https://github.com/dask/dask/commits/master |
2.13.0 02 Apr 2020 21:29:58
  |
sunpoet  |
Add ARRAY, BAG, DATAFRAME, DELAYED and DIAGNOSTICS options |
2.13.0 31 Mar 2020 23:02:20
  |
sunpoet  |
Update to 2.13.0
Changes: https://docs.dask.org/en/latest/changelog.html
https://github.com/dask/dask/commits/master |
2.12.0 28 Mar 2020 12:51:53
  |
sunpoet  |
Update to 2.12.0
Changes: https://docs.dask.org/en/latest/changelog.html
https://github.com/dask/dask/commits/master |
2.11.0 21 Feb 2020 20:23:51
  |
sunpoet  |
Update to 2.11.0
Changes: https://docs.dask.org/en/latest/changelog.html
https://github.com/dask/dask/commits/master |
2.10.1 02 Feb 2020 10:54:27
  |
sunpoet  |
Add py-dask 2.10.1
Dask is a flexible library for parallel computing in Python.
Dask is composed of two parts:
- Dynamic task scheduling optimized for computation. This is similar to Airflow,
Luigi, Celery, or Make, but optimized for interactive computational workloads.
- "Big Data" collections like parallel arrays, dataframes, and lists that extend
common interfaces like NumPy, Pandas, or Python iterators to
larger-than-memory or distributed environments. These parallel collections run
on top of dynamic task schedulers.
WWW: https://dask.org/
WWW: https://github.com/dask/dask |