Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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 |