| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python312Packages.array-record: 0.5.0 -> 0.7.1 | Gaetan Lepage | 2025-04-23 | 1 | -17/+10 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -26/+31 |
| * | Merge master into staging-next | github-actions[bot] | 2023-12-29 | 1 | -1/+1 |
| |\ | |||||
| | * | python312Packages.array-record: improve eval error•••Before the change access to non-existent `.cp312` attribute caused irrecoverable eval failure: $ nix build --no-link -f. python312Packages.array-data ... error: attribute 'cp312' missing After the change we use `throw` fallback to turn the error into recoverable: $ nix build --no-link -f. python312Packages.array-data ... error: array-record is missing hash for cp312 The difference is visible when one tries to skip the derivations that throw errors. Irrecoverable eval errors do not allow skipping such derivations. | Sergei Trofimovich | 2023-12-29 | 1 | -1/+1 |
| * | | python312Packages.array-record: disable•••We package a wheel, and there is none for 3.12. | Martin Weinelt | 2023-12-20 | 1 | -1/+2 |
| |/ | |||||
| * | python310Packages.array-record: 0.4.1 -> 0.5.0•••Changelog: https://github.com/google/array_record/releases/tag/v0.5.0 | Gaetan Lepage | 2023-11-01 | 1 | -9/+19 |
| * | python3Packages.array-record: 0.4.0 -> 0.4.1 | Martin Weinelt | 2023-09-27 | 1 | -2/+2 |
| * | python3Packages.array-record: set meta.platforms as the wheel is x86_64-linux... | Nick Cao | 2023-08-08 | 1 | -0/+1 |
| * | python3Packages.array-record: init at 0.4.0 | Gaetan Lepage | 2023-07-09 | 1 | -0/+43 |
