| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | python: dask: 0.18.1 -> 0.18.2 | Frederik Rietdijk | 2018-07-26 | 1 | -2/+2 |
| * | python: dask: 0.18.0 -> 0.18.1 | Frederik Rietdijk | 2018-07-22 | 1 | -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 Rietdijk | 2018-06-23 | 1 | -1/+0 |
| * | python: dask: 0.17.5 -> 0.18.0 | Frederik Rietdijk | 2018-06-22 | 1 | -2/+2 |
| * | python: dask: 0.17.4 -> 0.17.5 | Frederik Rietdijk | 2018-06-02 | 1 | -2/+2 |
| * | python: dask: 0.17.2 -> 0.17.4 | Frederik Rietdijk | 2018-05-10 | 1 | -2/+2 |
| * | python: dask: 0.17.1 -> 0.17.2 | Frederik Rietdijk | 2018-04-08 | 1 | -2/+2 |
| * | python: dask: 0.17.0 -> 0.17.1 | Frederik Rietdijk | 2018-02-26 | 1 | -2/+2 |
| * | python: dask: 0.16.1 -> 0.17.0 | Frederik Rietdijk | 2018-02-18 | 1 | -2/+2 |
| * | python: dask: 0.16.0 -> 0.16.1 | Frederik Rietdijk | 2018-01-20 | 1 | -2/+2 |
| * | python: dask: 0.15.4 -> 0.16.0 | Frederik Rietdijk | 2017-12-30 | 1 | -2/+2 |
| * | Change many homepage urls from http to https #30636 | Pascal Wittmann | 2017-11-10 | 1 | -1/+1 |
| * | python.pkgs: updates | Frederik Rietdijk | 2017-10-27 | 1 | -2/+2 |
| * | Merge pull request #28884 from FRidh/python-fixes•••Python: several fixes | Frederik Rietdijk | 2017-09-06 | 1 | -2/+2 |