Commit Graph
80 Commits
Author SHA1 Message Date
Martin Weinelt 2beca05600 python311Packages.dask: disable failing tests on aarch64-darwin 2023-11-11 15:32:02 +01:00
Gaetan Lepage adadaf8b5a python311Packages.dask: 2023.10.0 -> 2023.10.1
Changelog: https://docs.dask.org/en/stable/changelog.html#v2023-10-1
2023-11-07 07:52:54 +01:00
Gaetan Lepage 534911741f python310Packages.dask: 2023.8.0 -> 2023.10.0 2023-10-23 10:28:03 +02:00
Martin Weinelt a74ad6ccd7 python311Packages.dask: 2023.8.0 -> 2023.9.2
https://docs.dask.org/en/latest/changelog.html
2023-09-27 15:34:44 +02:00
Tobias Mayer 219775241d python3Packages.dask: disable failing test 2023-09-02 06:56:43 +02:00
OTABI TomoyaandGitHub 5a88a87752 Merge pull request #249486 from tjni/dask
python3.pkgs.dask: remove references to versioneer
2023-08-19 09:46:38 +09:00
Theodore Ni 0cc08ba259 python3.pkgs.dask: remove references to versioneer 2023-08-16 00:39:07 -07:00
Fabian Affolter 87c824f594 python311Packages.dask: 2023.7.1 -> 2023.8.0
Diff: https://github.com/dask/dask/compare/refs/tags/2023.7.1...2023.8.0

Changelog: https://docs.dask.org/en/latest/changelog.html
2023-08-14 11:04:35 +02:00
Martin Weinelt 22ad0e7ec0 python310Packages.dask: 2023.4.1 -> 2023.7.1
https://docs.dask.org/en/latest/changelog.html#v2023-7-1
2023-07-28 17:21:53 +02:00
Fabian Affolter b12ad9a534 python310Packages.dask: 2023.2.1 -> 2023.4.1
Changelog: https://docs.dask.org/en/latest/changelog.html
2023-05-01 10:42:18 +02:00
Martin Weinelt 0718529ca1 python310Packages.dask: 2023.1.0 -> 2023.2.1
Diff: https://github.com/dask/dask/compare/2023.1.0...2023.2.1

Changelog: https://docs.dask.org/en/latest/changelog.html
2023-03-03 23:59:33 +01:00
Martin Weinelt d8933d6475 python310Packages.dask: Disable failing test 2023-03-03 23:59:31 +01:00
Dmitry Kalinkin 7d324bd478 python3Packages.dask: avoid pyarrow tests if it's broken 2023-02-11 18:29:29 +00:00
Guillaume Girol 33afbf39f6 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.
2023-01-21 12:00:00 +00:00
Martin Weinelt 9d02a0e441 python3Packages.dask: 2022.10.2 -> 2023.1.0
https://docs.dask.org/en/latest/changelog.html#v2023-1-0
2023-01-19 03:16:22 +01:00
Martin Weinelt 462b6c2826 python3Packages.dask: 2022.9.1 -> 2022.10.2
https://github.com/dask/dask/blob/main/docs/source/changelog.rst#2022102
2022-11-06 15:28:22 +01:00
Martin WeineltandSandro Jäckel 809cf4639c python3Packages.dask: 2022.7.0 -> 2022.9.1 2022-09-19 16:05:42 +02:00
Martin Weinelt e3df41b3bc python3Packages.dask: 2022.05.2 -> 2022.7.0 2022-07-21 22:35:34 +02:00
Fabian AffolterandJonathan Ringer e18f93caed python310Packages.dask: 2022.05.0 -> 2022.05.2 2022-06-06 11:46:39 -07:00
Fabian AffolterandJonathan Ringer b352fc5543 python310Packages.dask: 2022.02.1 -> 2022.05.0 2022-06-06 11:46:37 -07:00
Fabian AffolterandJonathan Ringer 15b67040bb python310Packages.dask: 2022.05.0 -> 2022.05.2 2022-06-06 11:46:36 -07:00
Martin Weinelt 272430c823 treewide: migrate python packages to optional-dependencies
This follows the term used by PEP 621.
2022-05-22 16:31:53 +02:00
Martin Weinelt 9f340b5bf1 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.
2022-04-15 01:39:54 +02:00
Martin Weinelt 0cee23629e python3Packages.dask: 2022.02.0 -> 2022.02.1 2022-03-14 00:29:09 +01:00
Frederik Rietdijk 51ef95e6fa 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.
2022-02-25 14:04:07 +01:00
Fabian AffolterandFrederik Rietdijk 6148760cc2 python3Packages.dask: 2022.01.0 -> 2022.02.0 2022-02-23 10:16:29 +01:00
Jonathan RingerandMartin Weinelt 22879afd3c python3Packages.dask: 2021.10.0 -> 2022.01.0 2022-01-23 01:09:35 +01:00
Robert ScottandFrederik Rietdijk e3003d541f python3Packages.dask: 2021.09.1 -> 2021.10.0 2021-11-11 14:58:10 +01:00
Fabian Affolter 240e2d76aa python3Packages.dask: 2021.09.0 -> 2021.09.1 2021-10-06 16:13:58 +02:00
Fabian Affolter 5f18927d84 python3Packages.dask: 2021.08.1 -> 2021.09.0 2021-09-19 11:52:26 +02:00
Martin Weinelt b68026b52b python3Packages.dask: 2021.06.2 -> 2021.08.1 2021-09-05 15:01:20 +02:00
Fabian Affolter 6ae86bd0f6 python3Packages.dask: 2021.06.1 -> 2021.06.2 2021-07-02 23:38:03 +02:00
Thiago Franco de Moraes bd4130d693 python3Packages.dask: 2021.03.0 -> 2021.06.1 2021-06-21 15:33:35 -03:00
Robert Schütz acffa671a9 python3Packages.dask: remove superfluous disabledTests 2021-04-27 21:09:27 +02:00
Noah D. BrenowitzandFrederik Rietdijk fc98e85759 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.
2021-04-27 10:50:56 +02:00
Noah D. Brenowitz ceeaf2d066 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
2021-04-23 17:57:01 -07:00
Sandro Jäckel 83f2ece678 pythonPackages.dask: add optional extra "complete" 2021-03-07 21:43:09 +01:00
Sandro Jäckel c34a2136cf pythonPackages.dask: format 2021-03-07 21:43:09 +01:00
Frederik Rietdijk f43ae887d1 python3Packages.dask: 2021.01.0 -> 2021.03.0 2021-03-06 16:51:22 +01:00
Frederik Rietdijk e986624620 python3.pkgs.dask: 2.25.0 -> 2021.01.0 2021-01-22 13:28:04 +01:00
Robert T. McGibbonandFrederik Rietdijk 5c5d3d6fee python3Packages.dask: unbreak by removing flaky test 2021-01-03 11:23:11 +01:00
Jonathan RingerandFrederik Rietdijk c68fdc1fbe python3Packages.dask: fix tests
Tests cannot be ran concurrently
2020-12-01 14:44:26 +01:00
Drew RisingerandFrederik Rietdijk 43200b172a 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
2020-10-25 10:42:56 +01:00
Jonathan RingerandJon 2c5d3313e2 python3Packages.dask: limit processes on tests 2020-10-04 14:08:17 -07:00
Jonathan RingerandJon 8a9f58a375 python3Packages.dask: ignore flaky test 2020-08-18 00:41:41 -07:00
Jonathan RingerandJon a3b66fa656 python3Packages.dask: 2.14.0 -> 2.22.0 2020-08-08 17:07:52 -07:00
Frederik RietdijkandFrederik Rietdijk 4ffb40bc78 python3Packages.dask: 2.10.1 -> 2.14.0 2020-04-27 19:37:36 +02:00
Michael ReillyandJörg Thalheim 84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 419bc0a4cd Revert "Revert "Merge master into staging-next""
In 87a19e9048 I merged staging-next into master using the GitHub gui as intended.
In ac241fb7a5 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 0be87c7979. This was however wrong, as it "removed" master.

This reverts commit 0be87c7979.
2020-02-05 19:41:25 +01:00
Frederik Rietdijk 0be87c7979 Revert "Merge master into staging-next"
I merged master into staging-next but accidentally pushed it to master.
This should get us back to 87a19e9048.

This reverts commit ac241fb7a5, reversing
changes made to 76a439239e.
2020-02-05 19:18:35 +01:00