summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/blis/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.blis: 1.3.0 -> 1.3.3Sizhe Zhao2026-01-011-5/+19
* python3Packages.blis: disable failing testsMartin Weinelt2025-08-091-0/+5
* python312Packages.blis: fix changelogWeijia Wang2025-04-281-1/+1
* python312Packages.blis: 1.2.1 -> 1.3.0R. Ryantm2025-04-281-2/+2
* python312Packages.blis: fallback to generic architecure when neededGaetan Lepage2025-02-141-14/+34
* python312Packages.blis: 1.2.0 -> 1.2.1R. Ryantm2025-02-131-2/+2
* python3Packages.blis: 1.0.2 -> 1.2.0•••https://github.com/explosion/cython-blis/releases/tag/release-release-v1.2.0 Martin Weinelt2025-01-271-10/+3
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* Merge master into staging-nextgithub-actions[bot]2024-12-051-2/+2
|\
| * python312Packages.blis: 1.0.1 -> 1.0.2R. Ryantm2024-12-051-2/+2
* | python312Packages.numpy: 1.26.4 -> 2.1.2natsukium2024-11-181-9/+3
|/
* python312Packages.blis: 1.0.0 -> 1.0.1R. Ryantm2024-09-141-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ütz2024-09-011-14/+25
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-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 Weinelt2024-03-271-2/+2
* python311Packages.blis: fix auto updateWeijia Wang2024-01-051-0/+5
* python311Packages.blis: 0.7.9 -> 0.7.11Nick Cao2023-11-181-10/+20
* python3Packages.blis: 0.9.1 -> 0.7.9Ran Xiao2023-03-291-4/+8
* python3Packages.blis: 0.7.9 -> 0.9.1Martin Weinelt2023-03-031-2/+2
* python3Packages.blis: enable non-x86_64 platformsEnno Richter2023-02-111-1/+0
* Merge pull request #207070 from danieldk/versions/blis-0.7.9•••python3Packages.blis: 0.9.1 -> 0.7.9Weijia Wang2023-02-031-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 Kok2022-12-211-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
|/
* python310Packages.blis: allow later numpy releasesFabian Affolter2022-11-011-2/+16
* python3Packages.blis: 0.9.0 -> 0.9.1Martin Weinelt2022-09-181-2/+2
* python3Packages.blis: 0.7.7 -> 0.9.0Martin Weinelt2022-07-211-2/+2
* python310Packages.blis: 0.7.6 -> 0.7.7R. Ryantm2022-03-231-2/+2
* python310Packages.blis: 0.7.5 -> 0.7.6R. Ryantm2022-02-161-2/+2
* python38Packages.blis: 0.7.4 -> 0.7.5R. Ryantm2021-10-271-2/+2
* python3Packages.spacy: remove myself as a maintainer•••Remove myself as a maintainer of spaCy and its dependencies. Daniël de Kok2021-02-011-1/+0
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-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 Profpatsch2021-01-111-2/+2
* python3Packages.blis: 0.7.3 -> 0.7.4Daniël de Kok2020-12-091-2/+2
* python3Packages.blis: BLIS only supports x86_64Daniël de Kok2020-11-291-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 Kok2020-11-291-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 Kok2020-11-061-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 Scott2020-08-291-2/+4
* python27Packages.blis: 0.4.1 -> 0.7.1R. RyanTM2020-08-171-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python: blis: 0.4.0 -> 0.4.1Frederik Rietdijk2019-10-181-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 Kok2019-08-291-4/+4
* treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy volth2019-06-161-1/+0
* pythonPackages.blis: init at 0.2.4Daniël de Kok2019-05-131-0/+38