summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/dask (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* python3Packages.dask: 2022.10.2 -> 2023.1.0•••https://docs.dask.org/en/latest/changelog.html#v2023-1-0 Martin Weinelt2023-01-191-10/+2
* python3Packages.dask: 2022.9.1 -> 2022.10.2•••https://github.com/dask/dask/blob/main/docs/source/changelog.rst#2022102 Martin Weinelt2022-11-061-3/+15
* python3Packages.dask: 2022.7.0 -> 2022.9.1Martin Weinelt2022-09-191-5/+4
* python3Packages.dask: 2022.05.2 -> 2022.7.0Martin Weinelt2022-07-211-2/+2
* python310Packages.dask: 2022.05.0 -> 2022.05.2Fabian Affolter2022-06-061-6/+14
* python310Packages.dask: 2022.02.1 -> 2022.05.0Fabian Affolter2022-06-061-2/+2
* python310Packages.dask: 2022.05.0 -> 2022.05.2Fabian Affolter2022-06-061-17/+32
* treewide: migrate python packages to optional-dependencies•••This follows the term used by PEP 621. Martin Weinelt2022-05-221-1/+1
* treewide: remove redundant numprocesses pytest-xdist parameter•••Including the pytest-xdist package automatically configures numprocesses to $NIX_BUILD_CORES, so specifying these on a package level has become redundant. Martin Weinelt2022-04-151-2/+0
* python3Packages.dask: 2022.02.0 -> 2022.02.1Martin Weinelt2022-03-141-2/+2
* python3.pkgs.dask: don't offer an option for extras-require•••Using such an option within the package set this way will result in different packages depending on different versions of dask and thereby collisions. Instead, we can simply declare in the package offering the extras the packages the extra needs. Frederik Rietdijk2022-02-251-4/+4
* python3Packages.dask: 2022.01.0 -> 2022.02.0Fabian Affolter2022-02-231-3/+2
* python3Packages.dask: 2021.10.0 -> 2022.01.0Jonathan Ringer2022-01-231-13/+4
* 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