| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | python3Packages.dask: 2022.10.2 -> 2023.1.0•••https://docs.dask.org/en/latest/changelog.html#v2023-1-0
| Martin Weinelt | 2023-01-19 | 1 | -10/+2 |
| * | python3Packages.dask: 2022.9.1 -> 2022.10.2•••https://github.com/dask/dask/blob/main/docs/source/changelog.rst#2022102
| Martin Weinelt | 2022-11-06 | 1 | -3/+15 |
| * | python3Packages.dask: 2022.7.0 -> 2022.9.1 | Martin Weinelt | 2022-09-19 | 1 | -5/+4 |
| * | python3Packages.dask: 2022.05.2 -> 2022.7.0 | Martin Weinelt | 2022-07-21 | 1 | -2/+2 |
| * | python310Packages.dask: 2022.05.0 -> 2022.05.2 | Fabian Affolter | 2022-06-06 | 1 | -6/+14 |
| * | python310Packages.dask: 2022.02.1 -> 2022.05.0 | Fabian Affolter | 2022-06-06 | 1 | -2/+2 |
| * | python310Packages.dask: 2022.05.0 -> 2022.05.2 | Fabian Affolter | 2022-06-06 | 1 | -17/+32 |
| * | treewide: migrate python packages to optional-dependencies•••This follows the term used by PEP 621.
| Martin Weinelt | 2022-05-22 | 1 | -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 Weinelt | 2022-04-15 | 1 | -2/+0 |
| * | python3Packages.dask: 2022.02.0 -> 2022.02.1 | Martin Weinelt | 2022-03-14 | 1 | -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 Rietdijk | 2022-02-25 | 1 | -4/+4 |
| * | python3Packages.dask: 2022.01.0 -> 2022.02.0 | Fabian Affolter | 2022-02-23 | 1 | -3/+2 |
| * | python3Packages.dask: 2021.10.0 -> 2022.01.0 | Jonathan Ringer | 2022-01-23 | 1 | -13/+4 |
| * | python3Packages.dask: 2021.09.1 -> 2021.10.0 | Robert Scott | 2021-11-11 | 1 | -2/+13 |
| * | python3Packages.dask: 2021.09.0 -> 2021.09.1 | Fabian Affolter | 2021-10-06 | 1 | -2/+2 |
| * | python3Packages.dask: 2021.08.1 -> 2021.09.0 | Fabian Affolter | 2021-09-19 | 1 | -2/+2 |
| * | python3Packages.dask: 2021.06.2 -> 2021.08.1 | Martin Weinelt | 2021-09-05 | 1 | -17/+37 |
| * | python3Packages.dask: 2021.06.1 -> 2021.06.2 | Fabian Affolter | 2021-07-02 | 1 | -2/+2 |
| * | python3Packages.dask: 2021.03.0 -> 2021.06.1 | Thiago Franco de Moraes | 2021-06-21 | 1 | -13/+8 |
| * | python3Packages.dask: remove superfluous disabledTests | Robert Schütz | 2021-04-27 | 1 | -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. Brenowitz | 2021-04-27 | 1 | -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. Brenowitz | 2021-04-23 | 1 | -1/+17 |
| * | pythonPackages.dask: add optional extra "complete" | Sandro Jäckel | 2021-03-07 | 1 | -13/+18 |
| * | pythonPackages.dask: format | Sandro Jäckel | 2021-03-07 | 1 | -6/+5 |
| * | python3Packages.dask: 2021.01.0 -> 2021.03.0 | Frederik Rietdijk | 2021-03-06 | 1 | -2/+4 |
| * | python3.pkgs.dask: 2.25.0 -> 2021.01.0 | Frederik Rietdijk | 2021-01-22 | 1 | -2/+2 |
| * | python3Packages.dask: unbreak by removing flaky test | Robert T. McGibbon | 2021-01-03 | 1 | -0/+1 |
| * | python3Packages.dask: fix tests•••Tests cannot be ran concurrently
| Jonathan Ringer | 2020-12-01 | 1 | -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 Risinger | 2020-10-25 | 1 | -3/+4 |
| * | python3Packages.dask: limit processes on tests | Jonathan Ringer | 2020-10-04 | 1 | -2/+7 |
| * | python3Packages.dask: ignore flaky test | Jonathan Ringer | 2020-08-18 | 1 | -0/+1 |
| * | python3Packages.dask: 2.14.0 -> 2.22.0 | Jonathan Ringer | 2020-08-08 | 1 | -2/+7 |
| * | python3Packages.dask: 2.10.1 -> 2.14.0 | Frederik Rietdijk | 2020-04-27 | 1 | -7/+10 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -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 Rietdijk | 2020-02-05 | 1 | -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 Rietdijk | 2020-02-05 | 1 | -2/+2 |
| * | python3Packages.dask: 2.9.1 -> 2.10.1 | Frederik Rietdijk | 2020-02-05 | 1 | -2/+2 |
| * | python3Packages.dask: 2.9.0 -> 2.9.1 enable tests, use github src | Chris Ostrouchov | 2019-12-31 | 1 | -10/+29 |
| * | python: dask: 2.9.0 -> 2.9.1 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| * | python3Packages.dask: 2.6.0 -> 2.9.0 | Jonathan Ringer | 2019-12-18 | 1 | -2/+2 |
| * | python: dask: 2.2.0 -> 2.6.0 | Frederik Rietdijk | 2019-10-18 | 1 | -2/+2 |
| * | pythonPackages.dask: 1.2.2 -> 2.2.0 | Piero Cinquegrana | 2019-08-08 | 1 | -3/+6 |
| * | dask: disable the package for Python older than 3.5 | Wael M. Nasreddine | 2019-08-08 | 1 | -0/+3 |
| * | python: dask: 1.1.5 -> 1.2.2 | Frederik Rietdijk | 2019-06-15 | 1 | -2/+2 |
| * | python: dask: 1.1.1 -> 1.1.5 | Frederik Rietdijk | 2019-04-18 | 1 | -2/+2 |
| * | python: dask: 0.20.2 -> 1.1.1 | Frederik Rietdijk | 2019-02-17 | 1 | -2/+2 |
| * | python: dask: 0.20.1 -> 0.20.2 | Frederik Rietdijk | 2018-12-03 | 1 | -2/+2 |
| * | python: dask: 0.20.0 -> 0.20.1 | Frederik Rietdijk | 2018-12-03 | 1 | -2/+2 |
| * | python: dask: 0.18.2 -> 0.20.0 | Frederik Rietdijk | 2018-12-03 | 1 | -2/+2 |