summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/dask (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: use a string for versionCheckProgramArg where possibleGaetan Lepage2025-04-051-1/+1
* python312Packages.dask: 2025.2.0 -> 2025.3.0•••Diff: https://github.com/dask/dask/compare/refs/tags/2025.2.0...2025.3.0 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2025-03-251-3/+3
* python312Packages.dask: 2025.1.0 -> 2025.2.0•••Diff: https://github.com/dask/dask/compare/refs/tags/2025.1.0...2025.2.0 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2025-03-061-4/+4
* python312Packages.dask: 2024.12.1 -> 2025.1.0•••Diff: https://github.com/dask/dask/compare/refs/tags/2024.12.1...2025.1.0 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2025-02-121-144/+101
* Revert "python312Packages.dask: 2024.12.1 -> 2025.1.0"Gaétan Lepage2025-02-111-102/+144
* python312Packages.dask: 2024.12.1 -> 2025.1.0•••Diff: https://github.com/dask/dask/compare/refs/tags/2024.12.1...2025.1.0 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2025-02-091-144/+102
* python312Packages.dask: 2024.11.2 -> 2024.12.1•••Diff: https://github.com/dask/dask/compare/refs/tags/2024.11.2...2024.12.1 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2024-12-191-7/+12
* python312Packages.dask: 2024.10.0 -> 2024.11.2•••Diff: https://github.com/dask/dask/compare/refs/tags/2024.10.0...2024.11.2 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2024-11-181-2/+2
* python312Packages.dask: 2024.9.1 -> 2024.10.0•••Diff: https://github.com/dask/dask/compare/refs/tags/2024.9.1...2024.10.0 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2024-10-171-2/+2
* python312Packages.dask: 2024.9.0 -> 2024.9.1•••Diff: https://github.com/dask/dask/compare/refs/tags/2024.9.0...2024.9.1 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2024-09-301-2/+2
* treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`•••In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ``` Artturin2024-09-251-2/+2
* python312Packages.dask: 2024.8.1 -> 2024.9.0•••Diff: https://github.com/dask/dask/compare/refs/tags/2024.8.1...2024.9.0 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2024-09-241-5/+2
* python312Packages.dask: 2024.8.0 -> 2024.8.1•••Diff: https://github.com/dask/dask/compare/refs/tags/2024.8.0...2024.8.1 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2024-08-171-3/+3
* python312Packages.dask: 2024.7.1 -> 2024.8.0•••Diff: https://github.com/dask/dask/compare/refs/tags/2024.7.1...2024.8.0 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2024-08-061-2/+2
* python311Packages.dask: 2024.7.0 -> 2024.7.1•••Diff: https://github.com/dask/dask/compare/refs/tags/2024.7.0...2024.7.1 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2024-07-211-7/+3
* python311Packages.dask: 2024.6.2 -> 2024.7.0•••Diff: https://github.com/dask/dask/compare/refs/tags/2024.6.2...2024.7.0 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2024-07-061-2/+2
* python311Packages.dask: 2024.6.0 -> 2024.6.2•••Diff: https://github.com/dask/dask/compare/refs/tags/2024.6.0...2024.6.2 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2024-06-201-12/+12
* python311Packages.dask: 2024.5.2 -> 2024.6.0•••Diff: https://github.com/dask/dask/compare/refs/tags/2024.5.2...2024.6.0 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2024-06-141-2/+2
* python311Packages.dask: 2024.5.1 -> 2024.5.2•••Diff: https://github.com/dask/dask/compare/refs/tags/2024.5.1...2024.5.2 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2024-06-031-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-171/+171
* python311Packages.dask: 2024.5.0 -> 2024.5.1•••Diff: https://github.com/dask/dask/compare/refs/tags/2024.5.0...2024.5.1 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2024-05-181-7/+7
* python311Packages.dask: add GaetanLepage as maintainerGaetan Lepage2024-05-071-0/+1
* python311Packages.dask: 2024.4.2 -> 2024.5.0•••Diff: https://github.com/dask/dask/compare/refs/tags/2024.4.2...2024.5.0 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2024-05-071-2/+2
* Removing FRidh as active maintainer of packages•••In the past I was very active with Python packaging. For several years now I was hardly around as maintainer, so it does not make sense I am listed as a maintainer for these makes. Looking back, I should have removed myself as maintainer already much longer ago. Anyway, better late than never. It's been a fun ride, and I do intend to occasionally contribute to Nixpkgs, but not in the same way it once was. Frederik Rietdijk2024-04-281-1/+0
* python311Packages.dask: 2024.1.1 -> 2024.4.2•••Diff: https://github.com/dask/dask/compare/refs/tags/2024.1.1...2024.4.2 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2024-04-221-22/+26
* python3Packages.dask: fixup build by upstream patches•••Updating turns out difficult; see WIP in PR #303043 Vladimír Čunát2024-04-191-0/+14
* python311Packages.dask: 2024.1.1 -> 2024.2.1•••https://docs.dask.org/en/latest/changelog.html Martin Weinelt2024-03-271-4/+2
* Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts: - pkgs/development/python-modules/sphinx-autobuild/default.nix Martin Weinelt2024-03-191-0/+1
|\
| * treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-191-0/+1
* | python311Packages.dask: ignore pytest8 deprecation warningsMartin Weinelt2024-03-121-0/+2
|/
* python311Packages.dask: provide dataframe extra for tests•••Tests would previously error out with: > ImportError: Dask dataframe requirements are not installed. Martin Weinelt2024-02-241-1/+3
* python311Packages.dask: 2023.12.0 -> 2024.1.1•••Diff: https://github.com/dask/dask/compare/refs/tags/2023.12.0...2024.1.1 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2024-01-311-2/+2
* python311Packages.dask: 2023.10.1 -> 2023.12.0•••Diff: https://github.com/dask/dask/compare/refs/tags/2023.10.1...2023.12.0 Changelog: https://docs.dask.org/en/latest/changelog.html Gaetan Lepage2023-12-161-2/+2
* python311Packages.dask: disable failing tests on aarch64-darwinMartin Weinelt2023-11-111-0/+4
* python311Packages.dask: 2023.10.0 -> 2023.10.1•••Changelog: https://docs.dask.org/en/stable/changelog.html#v2023-10-1 Gaetan Lepage2023-11-071-3/+3
* python310Packages.dask: 2023.8.0 -> 2023.10.0Gaetan Lepage2023-10-231-4/+7
* python311Packages.dask: 2023.8.0 -> 2023.9.2•••https://docs.dask.org/en/latest/changelog.html Martin Weinelt2023-09-271-2/+5
* python3Packages.dask: disable failing testTobias Mayer2023-09-021-0/+2
* Merge pull request #249486 from tjni/dask•••python3.pkgs.dask: remove references to versioneerOTABI Tomoya2023-08-191-3/+5
|\
| * python3.pkgs.dask: remove references to versioneerTheodore Ni2023-08-161-3/+5
* | 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 Fabian Affolter2023-08-141-2/+2
|/
* python310Packages.dask: 2023.4.1 -> 2023.7.1•••https://docs.dask.org/en/latest/changelog.html#v2023-7-1 Martin Weinelt2023-07-281-33/+43
* python310Packages.dask: 2023.2.1 -> 2023.4.1•••Changelog: https://docs.dask.org/en/latest/changelog.html Fabian Affolter2023-05-011-4/+14
* 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 Martin Weinelt2023-03-031-4/+2
* python310Packages.dask: Disable failing testMartin Weinelt2023-03-031-0/+3
* python3Packages.dask: avoid pyarrow tests if it's brokenDmitry Kalinkin2023-02-111-2/+4
* 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