summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/dask (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.dask: 2021.09.1 -> 2021.10.0Robert Scott2021-11-111-2/+13
* python3Packages.dask: 2021.09.0 -> 2021.09.1Fabian Affolter2021-10-061-2/+2
* python3Packages.dask: 2021.08.1 -> 2021.09.0Fabian Affolter2021-09-191-2/+2
* python3Packages.dask: 2021.06.2 -> 2021.08.1Martin Weinelt2021-09-051-17/+37
* python3Packages.dask: 2021.06.1 -> 2021.06.2Fabian Affolter2021-07-021-2/+2
* python3Packages.dask: 2021.03.0 -> 2021.06.1Thiago Franco de Moraes2021-06-211-13/+8
* python3Packages.dask: remove superfluous disabledTestsRobert Schütz2021-04-271-3/+2
* python3Packages.dask: disable network tests•••There were hydra failures (https://hydra.nixos.org/build/141870744/nixlog/1) for some tests requiring data on github (failing on mac and linux), and tests requiring local network access on mac. Disable the former and enable the latter. Noah D. Brenowitz2021-04-271-1/+6
* python3Packages.dask: fix sandboxed builds•••Importing dask.dataframe in a sandboxed build results in a TypeError like this: File "/nix/store/nv60iri29bia4szhhcvsdxgsci4wxvp6-python3.8-dask-2021.03.0/lib/python3.8/site-packages/dask/dataframe/io/csv.py", line 392, in <module> AUTO_BLOCKSIZE = auto_blocksize(TOTAL_MEM, CPU_COUNT) File "/nix/store/nv60iri29bia4szhhcvsdxgsci4wxvp6-python3.8-dask-2021.03.0/lib/python3.8/site-packages/dask/dataframe/io/csv.py", line 382, in auto_blocksize blocksize = int(total_memory // cpu_count / memory_factor) TypeError: unsupported operand type(s) for //: 'int' and 'NoneType' This occurs because dask.dataframe has a non-deterministic component which generates an automatic chunk-size based on system information. This went unnoticed because the dask tests were disabled. Changes: - add a patch making the chunk-size inference more robust - re-enable the tests Resolves #120307 Noah D. Brenowitz2021-04-231-1/+17
* pythonPackages.dask: add optional extra "complete"Sandro Jäckel2021-03-071-13/+18
* pythonPackages.dask: formatSandro Jäckel2021-03-071-6/+5
* python3Packages.dask: 2021.01.0 -> 2021.03.0Frederik Rietdijk2021-03-061-2/+4
* python3.pkgs.dask: 2.25.0 -> 2021.01.0Frederik Rietdijk2021-01-221-2/+2
* python3Packages.dask: unbreak by removing flaky testRobert T. McGibbon2021-01-031-0/+1
* python3Packages.dask: fix tests•••Tests cannot be ran concurrently Jonathan Ringer2020-12-011-8/+1
* python3Packages.dask: 2.22.0 -> 2.25.0•••Update meta homepage & changelog links. https://github.com/dask/dask/releases/tag/2.25.0 Changelog: https://docs.dask.org/en/latest/changelog.html Drew Risinger2020-10-251-3/+4
* python3Packages.dask: limit processes on testsJonathan Ringer2020-10-041-2/+7
* python3Packages.dask: ignore flaky testJonathan Ringer2020-08-181-0/+1
* python3Packages.dask: 2.14.0 -> 2.22.0Jonathan Ringer2020-08-081-2/+7
* python3Packages.dask: 2.10.1 -> 2.14.0Frederik Rietdijk2020-04-271-7/+10
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* Revert "Revert "Merge master into staging-next""•••In 87a19e9048773d5a363679617406ad148d36c3b8 I merged staging-next into master using the GitHub gui as intended. In ac241fb7a570d6cf81d229ad22a8889602639160 I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master. Thinking this may cause trouble, I reverted it in 0be87c79797a5fa384fbc356c74ed54f9f7829ea. This was however wrong, as it "removed" master. This reverts commit 0be87c79797a5fa384fbc356c74ed54f9f7829ea. Frederik Rietdijk2020-02-051-2/+2
* Revert "Merge master into staging-next"•••I merged master into staging-next but accidentally pushed it to master. This should get us back to 87a19e9048773d5a363679617406ad148d36c3b8. This reverts commit ac241fb7a570d6cf81d229ad22a8889602639160, reversing changes made to 76a439239eb310d9ad76d998b34d5d3bc0e37acb. Frederik Rietdijk2020-02-051-2/+2
* python3Packages.dask: 2.9.1 -> 2.10.1Frederik Rietdijk2020-02-051-2/+2
* python3Packages.dask: 2.9.0 -> 2.9.1 enable tests, use github srcChris Ostrouchov2019-12-311-10/+29
* python: dask: 2.9.0 -> 2.9.1Frederik Rietdijk2019-12-301-2/+2
* python3Packages.dask: 2.6.0 -> 2.9.0Jonathan Ringer2019-12-181-2/+2
* python: dask: 2.2.0 -> 2.6.0Frederik Rietdijk2019-10-181-2/+2
* pythonPackages.dask: 1.2.2 -> 2.2.0Piero Cinquegrana2019-08-081-3/+6
* dask: disable the package for Python older than 3.5Wael M. Nasreddine2019-08-081-0/+3
* python: dask: 1.1.5 -> 1.2.2Frederik Rietdijk2019-06-151-2/+2
* python: dask: 1.1.1 -> 1.1.5Frederik Rietdijk2019-04-181-2/+2
* python: dask: 0.20.2 -> 1.1.1Frederik Rietdijk2019-02-171-2/+2
* python: dask: 0.20.1 -> 0.20.2Frederik Rietdijk2018-12-031-2/+2
* python: dask: 0.20.0 -> 0.20.1Frederik Rietdijk2018-12-031-2/+2
* python: dask: 0.18.2 -> 0.20.0Frederik Rietdijk2018-12-031-2/+2
* python: dask: 0.18.1 -> 0.18.2Frederik Rietdijk2018-07-261-2/+2
* python: dask: 0.18.0 -> 0.18.1Frederik Rietdijk2018-07-221-2/+2
* pythonPackages: remove `name` attribute`•••The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`. Frederik Rietdijk2018-06-231-1/+0
* python: dask: 0.17.5 -> 0.18.0Frederik Rietdijk2018-06-221-2/+2
* python: dask: 0.17.4 -> 0.17.5Frederik Rietdijk2018-06-021-2/+2
* python: dask: 0.17.2 -> 0.17.4Frederik Rietdijk2018-05-101-2/+2
* python: dask: 0.17.1 -> 0.17.2Frederik Rietdijk2018-04-081-2/+2
* python: dask: 0.17.0 -> 0.17.1Frederik Rietdijk2018-02-261-2/+2
* python: dask: 0.16.1 -> 0.17.0Frederik Rietdijk2018-02-181-2/+2
* python: dask: 0.16.0 -> 0.16.1Frederik Rietdijk2018-01-201-2/+2
* python: dask: 0.15.4 -> 0.16.0Frederik Rietdijk2017-12-301-2/+2
* Change many homepage urls from http to https #30636Pascal Wittmann2017-11-101-1/+1
* python.pkgs: updatesFrederik Rietdijk2017-10-271-2/+2
* Merge pull request #28884 from FRidh/python-fixes•••Python: several fixesFrederik Rietdijk2017-09-061-2/+2