| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3Packages.blis: 1.3.0 -> 1.3.3 | Sizhe Zhao | 2026-01-01 | 1 | -5/+19 |
| * | python3Packages.blis: disable failing tests | Martin Weinelt | 2025-08-09 | 1 | -0/+5 |
| * | python312Packages.blis: fix changelog | Weijia Wang | 2025-04-28 | 1 | -1/+1 |
| * | python312Packages.blis: 1.2.1 -> 1.3.0 | R. Ryantm | 2025-04-28 | 1 | -2/+2 |
| * | python312Packages.blis: fallback to generic architecure when needed | Gaetan Lepage | 2025-02-14 | 1 | -14/+34 |
| * | python312Packages.blis: 1.2.0 -> 1.2.1 | R. Ryantm | 2025-02-13 | 1 | -2/+2 |
| * | python3Packages.blis: 1.0.2 -> 1.2.0•••https://github.com/explosion/cython-blis/releases/tag/release-release-v1.2.0 | Martin Weinelt | 2025-01-27 | 1 | -10/+3 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | Merge master into staging-next | github-actions[bot] | 2024-12-05 | 1 | -2/+2 |
| |\ | |||||
| | * | python312Packages.blis: 1.0.1 -> 1.0.2 | R. Ryantm | 2024-12-05 | 1 | -2/+2 |
| * | | python312Packages.numpy: 1.26.4 -> 2.1.2 | natsukium | 2024-11-18 | 1 | -9/+3 |
| |/ | |||||
| * | python312Packages.blis: 1.0.0 -> 1.0.1 | R. Ryantm | 2024-09-14 | 1 | -2/+2 |
| * | python312Packages.blis: 0.7.11 -> 1.0.0•••Diff: https://github.com/explosion/cython-blis/compare/v0.7.11...release-v1.0.0 Changelog: https://github.com/explosion/cython-blis/releases/tag/release-v1.0.0 | Robert Schütz | 2024-09-01 | 1 | -14/+25 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -16/+13 |
| * | python312Packages.cython: 0.29.36 -> 3.0.9•••Folds the cython_3 attribute into the primary cython attribute and migrates all packages from the versioned attribute. The old version will be provided through the cython_0 attribute in an effort to phase it out. | Martin Weinelt | 2024-03-27 | 1 | -2/+2 |
| * | python311Packages.blis: fix auto update | Weijia Wang | 2024-01-05 | 1 | -0/+5 |
| * | python311Packages.blis: 0.7.9 -> 0.7.11 | Nick Cao | 2023-11-18 | 1 | -10/+20 |
| * | python3Packages.blis: 0.9.1 -> 0.7.9 | Ran Xiao | 2023-03-29 | 1 | -4/+8 |
| * | python3Packages.blis: 0.7.9 -> 0.9.1 | Martin Weinelt | 2023-03-03 | 1 | -2/+2 |
| * | python3Packages.blis: enable non-x86_64 platforms | Enno Richter | 2023-02-11 | 1 | -1/+0 |
| * | Merge pull request #207070 from danieldk/versions/blis-0.7.9•••python3Packages.blis: 0.9.1 -> 0.7.9 | Weijia Wang | 2023-02-03 | 1 | -2/+4 |
| |\ | |||||
| | * | python3Packages.blis: 0.9.1 -> 0.7.9•••The blis 0.9.x packages cause segmentation faults: https://github.com/explosion/thinc/issues/771#issuecomment-1255825935 For this reason, Thinc/spaCy (the only users of this package in nixpkgs) have reverted to 0.7.x until this issue is resolved. | Daniël de Kok | 2022-12-21 | 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 |
| |/ | |||||
| * | python310Packages.blis: allow later numpy releases | Fabian Affolter | 2022-11-01 | 1 | -2/+16 |
| * | python3Packages.blis: 0.9.0 -> 0.9.1 | Martin Weinelt | 2022-09-18 | 1 | -2/+2 |
| * | python3Packages.blis: 0.7.7 -> 0.9.0 | Martin Weinelt | 2022-07-21 | 1 | -2/+2 |
| * | python310Packages.blis: 0.7.6 -> 0.7.7 | R. Ryantm | 2022-03-23 | 1 | -2/+2 |
| * | python310Packages.blis: 0.7.5 -> 0.7.6 | R. Ryantm | 2022-02-16 | 1 | -2/+2 |
| * | python38Packages.blis: 0.7.4 -> 0.7.5 | R. Ryantm | 2021-10-27 | 1 | -2/+2 |
| * | python3Packages.spacy: remove myself as a maintainer•••Remove myself as a maintainer of spaCy and its dependencies. | Daniël de Kok | 2021-02-01 | 1 | -1/+0 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| * | treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix | Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | python3Packages.blis: 0.7.3 -> 0.7.4 | Daniël de Kok | 2020-12-09 | 1 | -2/+2 |
| * | python3Packages.blis: BLIS only supports x86_64 | Daniël de Kok | 2020-11-29 | 1 | -0/+1 |
| * | python3Packages.blis: 0.7.2 -> 0.7.3•••Upgrades to BLIS 0.7.0: https://github.com/explosion/cython-blis/releases/tag/v0.7.0 | Daniël de Kok | 2020-11-29 | 1 | -2/+2 |
| * | pythonPackages.blis: 0.7.1 -> 0.7.2•••Changelog: https://github.com/explosion/cython-blis/releases/tag/v0.7.2 | Daniël de Kok | 2020-11-06 | 1 | -2/+2 |
| * | pythonPackages.blis: add missing dependency numpy•••blis' numpy dependency seems to have been falsely satisfied by its inclusion in checkInputs, whereas this seems to actually be an install dependency. this can be demonstrated by attempting to build this package with doCheck = false and watching it fail. also removed cython from checkInputs as it's already in nativeBuildInputs | Robert Scott | 2020-08-29 | 1 | -2/+4 |
| * | python27Packages.blis: 0.4.1 -> 0.7.1 | R. RyanTM | 2020-08-17 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python: blis: 0.4.0 -> 0.4.1 | Frederik Rietdijk | 2019-10-18 | 1 | -2/+2 |
| * | pythonPackages.blis: 0.2.4 -> 0.4.0•••Major changes: - Update vendored blis to 0.5.1 - Change license to BSD - Support for read-only numpy arrays | Daniël de Kok | 2019-08-29 | 1 | -4/+4 |
| * | treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy | volth | 2019-06-16 | 1 | -1/+0 |
| * | pythonPackages.blis: init at 0.2.4 | Daniël de Kok | 2019-05-13 | 1 | -0/+38 |
