| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: use a string for versionCheckProgramArg where possible | Gaetan Lepage | 2025-04-05 | 1 | -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 Lepage | 2025-03-25 | 1 | -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 Lepage | 2025-03-06 | 1 | -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 Lepage | 2025-02-12 | 1 | -144/+101 |
| * | Revert "python312Packages.dask: 2024.12.1 -> 2025.1.0" | Gaétan Lepage | 2025-02-11 | 1 | -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 Lepage | 2025-02-09 | 1 | -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 Lepage | 2024-12-19 | 1 | -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 Lepage | 2024-11-18 | 1 | -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 Lepage | 2024-10-17 | 1 | -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 Lepage | 2024-09-30 | 1 | -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" ``` | Artturin | 2024-09-25 | 1 | -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 Lepage | 2024-09-24 | 1 | -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 Lepage | 2024-08-17 | 1 | -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 Lepage | 2024-08-06 | 1 | -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 Lepage | 2024-07-21 | 1 | -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 Lepage | 2024-07-06 | 1 | -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 Lepage | 2024-06-20 | 1 | -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 Lepage | 2024-06-14 | 1 | -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 Lepage | 2024-06-03 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -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 Lepage | 2024-05-18 | 1 | -7/+7 |
| * | python311Packages.dask: add GaetanLepage as maintainer | Gaetan Lepage | 2024-05-07 | 1 | -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 Lepage | 2024-05-07 | 1 | -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 Rietdijk | 2024-04-28 | 1 | -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 Lepage | 2024-04-22 | 1 | -22/+26 |
| * | python3Packages.dask: fixup build by upstream patches•••Updating turns out difficult; see WIP in PR #303043 | Vladimír Čunát | 2024-04-19 | 1 | -0/+14 |
| * | python311Packages.dask: 2024.1.1 -> 2024.2.1•••https://docs.dask.org/en/latest/changelog.html | Martin Weinelt | 2024-03-27 | 1 | -4/+2 |
| * | Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts: - pkgs/development/python-modules/sphinx-autobuild/default.nix | Martin Weinelt | 2024-03-19 | 1 | -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. | stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | | python311Packages.dask: ignore pytest8 deprecation warnings | Martin Weinelt | 2024-03-12 | 1 | -0/+2 |
| |/ | |||||
| * | python311Packages.dask: provide dataframe extra for tests•••Tests would previously error out with: > ImportError: Dask dataframe requirements are not installed. | Martin Weinelt | 2024-02-24 | 1 | -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 Lepage | 2024-01-31 | 1 | -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 Lepage | 2023-12-16 | 1 | -2/+2 |
| * | python311Packages.dask: disable failing tests on aarch64-darwin | Martin Weinelt | 2023-11-11 | 1 | -0/+4 |
| * | python311Packages.dask: 2023.10.0 -> 2023.10.1•••Changelog: https://docs.dask.org/en/stable/changelog.html#v2023-10-1 | Gaetan Lepage | 2023-11-07 | 1 | -3/+3 |
| * | python310Packages.dask: 2023.8.0 -> 2023.10.0 | Gaetan Lepage | 2023-10-23 | 1 | -4/+7 |
| * | python311Packages.dask: 2023.8.0 -> 2023.9.2•••https://docs.dask.org/en/latest/changelog.html | Martin Weinelt | 2023-09-27 | 1 | -2/+5 |
| * | python3Packages.dask: disable failing test | Tobias Mayer | 2023-09-02 | 1 | -0/+2 |
| * | Merge pull request #249486 from tjni/dask•••python3.pkgs.dask: remove references to versioneer | OTABI Tomoya | 2023-08-19 | 1 | -3/+5 |
| |\ | |||||
| | * | python3.pkgs.dask: remove references to versioneer | Theodore Ni | 2023-08-16 | 1 | -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 Affolter | 2023-08-14 | 1 | -2/+2 |
| |/ | |||||
| * | python310Packages.dask: 2023.4.1 -> 2023.7.1•••https://docs.dask.org/en/latest/changelog.html#v2023-7-1 | Martin Weinelt | 2023-07-28 | 1 | -33/+43 |
| * | python310Packages.dask: 2023.2.1 -> 2023.4.1•••Changelog: https://docs.dask.org/en/latest/changelog.html | Fabian Affolter | 2023-05-01 | 1 | -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 Weinelt | 2023-03-03 | 1 | -4/+2 |
| * | python310Packages.dask: Disable failing test | Martin Weinelt | 2023-03-03 | 1 | -0/+3 |
| * | python3Packages.dask: avoid pyarrow tests if it's broken | Dmitry Kalinkin | 2023-02-11 | 1 | -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 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 |
