about summary refs log tree commit diff
path: root/pkgs/development/python-modules/blis
AgeCommit message (Collapse)AuthorFilesLines
2024-03-27python312Packages.cython: 0.29.36 -> 3.0.9Martin Weinelt1-2/+2
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.
2024-01-05python311Packages.blis: fix auto updateWeijia Wang1-0/+5
2023-11-18python311Packages.blis: 0.7.9 -> 0.7.11Nick Cao1-10/+20
2023-03-29python3Packages.blis: 0.9.1 -> 0.7.9Ran Xiao1-4/+8
2023-03-03python3Packages.blis: 0.7.9 -> 0.9.1Martin Weinelt1-2/+2
2023-02-11python3Packages.blis: enable non-x86_64 platformsEnno Richter1-1/+0
2023-02-03Merge pull request #207070 from danieldk/versions/blis-0.7.9Weijia Wang1-2/+4
python3Packages.blis: 0.9.1 -> 0.7.9
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
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.
2022-12-21python3Packages.blis: 0.9.1 -> 0.7.9Daniël de Kok1-2/+4
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.
2022-11-01python310Packages.blis: allow later numpy releasesFabian Affolter1-2/+16
2022-09-18python3Packages.blis: 0.9.0 -> 0.9.1Martin Weinelt1-2/+2
2022-07-21python3Packages.blis: 0.7.7 -> 0.9.0Martin Weinelt1-2/+2
2022-03-23python310Packages.blis: 0.7.6 -> 0.7.7R. Ryantm1-2/+2
2022-02-16python310Packages.blis: 0.7.5 -> 0.7.6R. Ryantm1-2/+2
2021-10-27python38Packages.blis: 0.7.4 -> 0.7.5R. Ryantm1-2/+2
2021-02-01python3Packages.spacy: remove myself as a maintainerDaniël de Kok1-1/+0
Remove myself as a maintainer of spaCy and its dependencies.
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-12-09python3Packages.blis: 0.7.3 -> 0.7.4Daniël de Kok1-2/+2
2020-11-29python3Packages.blis: BLIS only supports x86_64Daniël de Kok1-0/+1
2020-11-29python3Packages.blis: 0.7.2 -> 0.7.3Daniël de Kok1-2/+2
Upgrades to BLIS 0.7.0: https://github.com/explosion/cython-blis/releases/tag/v0.7.0
2020-11-06pythonPackages.blis: 0.7.1 -> 0.7.2Daniël de Kok1-2/+2
Changelog: https://github.com/explosion/cython-blis/releases/tag/v0.7.2
2020-08-29pythonPackages.blis: add missing dependency numpyRobert Scott1-2/+4
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
2020-08-17python27Packages.blis: 0.4.1 -> 0.7.1R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-18python: blis: 0.4.0 -> 0.4.1Frederik Rietdijk1-2/+2
2019-08-29pythonPackages.blis: 0.2.4 -> 0.4.0Daniël de Kok1-4/+4
Major changes: - Update vendored blis to 0.5.1 - Change license to BSD - Support for read-only numpy arrays
2019-06-16treewide: remove unused variables (#63177)volth1-1/+0
* treewide: remove unused variables * making ofborg happy
2019-05-13pythonPackages.blis: init at 0.2.4Daniël de Kok1-0/+38