Daniël de Kok
79e6a1f3e2
python3Packages.spacy: remove myself as a maintainer
...
Remove myself as a maintainer of spaCy and its dependencies.
2021-02-01 14:50:57 +01:00
Profpatsch
4a7f99d55d
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
2021-01-11 10:38:22 +01:00
Daniël de Kok
5d6ade75cf
python3Packages.thinc: nixpkgs-fmt
2020-12-12 11:25:57 +01:00
Daniël de Kok
8eca99557d
python3Packages.thinc: 7.4.4 -> 7.4.5
...
Changelog:
https://github.com/explosion/thinc/releases/tag/v7.4.5
Also move cython from propagatedBuildInputs to buildInputs.
2020-12-12 11:24:25 +01:00
Daniël de Kok
092b294f1e
python3Packages.thinc: 7.4.3 -> 7.4.4
2020-12-09 08:16:26 -08:00
R. RyanTM
af10cef5aa
python37Packages.thinc: 7.4.2 -> 7.4.3
2020-11-25 07:31:42 +00:00
Daniël de Kok
e75e997253
python3Packages.thinc: 7.4.1 -> 7.4.2
...
Changelog:
https://github.com/explosion/thinc/releases/tag/v7.4.1
2020-11-06 08:56:06 -08:00
Daniël de Kok
655976a64c
python3Packages.thinc: relax blis version bound
2020-08-17 09:15:55 -07:00
Daniël de Kok
e6b1c9b1b4
python3Packages.thinc: relax catalogue, plac, and srsly constraints
...
Also add an import check.
2020-06-20 20:47:57 +02:00
R. RyanTM
abe0e561c7
python27Packages.thinc: 7.4.0 -> 7.4.1
2020-05-28 15:17:07 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Daniël de Kok
8dc3bb0af8
python3Packages.thinc: 7.3.1 -> 7.4.0
...
Remove old stale propagatedBuildInputs.
2020-03-14 22:48:02 +01:00
Daniël de Kok
fed908b3a5
python3Packages.thinc: 7.2.0 -> 7.3.1
...
Largest changes:
- Add Mish activation.
- Add experimental support for the RAdam optimizer.
- Add experimental support for lookahead to the optimizer.
- Add experimental support for LARS to the optimizer.
Changelog:
https://github.com/explosion/thinc/releases/tag/v7.3.0
2019-11-02 09:40:06 +01:00
Frederik Rietdijk
80ab7a37b9
python: thinc: 7.1.1 -> 7.2.0
2019-10-27 16:26:54 +01:00
Daniël de Kok
bff5f0bbb1
python3Packages.thinc: 7.1.0 -> 7.1.1
2019-10-02 17:05:22 -07:00
Jon
e249ee41e1
Merge pull request #67716 from danieldk/blis-thinc-update
...
pythonPackages.blis: 0.2.4 -> 0.4.0, pythonPackages.thinc: 7.0.8 -> 7.1.0
2019-09-30 08:17:03 -07:00
Frederik Rietdijk
22aef72ff1
python: get rid of msgpack-python, fixes #48864
...
We already have msgpack, which is the same. Building a Python env with
`spacy` resulted in a collision between an `.so` provided through both
`msgpack` and `msgpack-python`.
I don't know why `transitional = True` was set. These kind of things
should be documented!
2019-09-29 11:01:58 +02:00
Daniël de Kok
8cf73ee2bf
pythonPackages.thinc: 7.0.8 -> 7.1.0
...
Major change: support read-only numpy arrays
2019-08-29 20:26:36 +02:00
Daniël de Kok
3a2c9891e7
pythonPackages.thinc: 7.0.6 -> 7.0.8
...
Change: avoid allocating a negative shape for ngrams
2019-07-17 09:55:59 +02:00
Daniël de Kok
a745dfac15
pythonPackages.thinc: 7.0.4 -> 7.0.6
...
7.0.5 and 7.0.6 contain fixes for pickle, unflatten, and threading.
https://github.com/explosion/thinc/releases/tag/v7.0.5
https://github.com/explosion/thinc/releases/tag/v7.0.6
Add myself to the list of maintainers, since I seem to be maintaining
this ;).
2019-07-11 16:33:52 +02:00
Daniël de Kok
613e802f01
pythonPackages.thinc: 6.12.1 -> 7.0.4
2019-05-13 20:01:37 +02:00
Silvan Mosberger
e7f3da287f
pythonPackages.thinc: Fix build
2019-03-27 03:26:39 +01:00
Daniël de Kok
d1edf245e8
python3Package.thinc: 6.12.0 -> 6.12.1
2018-12-15 10:56:59 +01:00
Daniël de Kok
b505418a70
pythonPackages.thinc: 6.11.2 -> 6.12.0
2018-10-20 12:20:41 +02:00
Daniël de Kok
348a153781
pythonPackages.thinc: fix darwin build ( #46092 )
...
thinc uses Accelerate on macOS as a blas library. Add the necessary
dependencies to allow building on unsandboxed Darwin machines.
2018-09-05 16:22:52 +02:00
Daniël de Kok
ffb094f939
thinc: relax dependency version requirements
2018-09-05 10:29:01 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Frederik Rietdijk
05ff34a952
python: thinc: 6.10.2 -> 6.11.2
2018-06-22 13:09:32 +02:00
Robert Schütz
c9330ca79b
python.pkgs.thinc: loosen version constraints
2018-04-08 11:36:06 +02:00
Augustin Borsu
9478948f4d
python.thinc: 6.5.1 -> 6.10.2
2018-03-14 20:29:10 +01:00
adisbladis
d99378654f
pythonPackages: Add version and pname attributes to packages
2017-11-23 17:49:43 +01:00
Sasha Delly
ea418720d7
thinc: init at 1.0.1
2017-08-13 22:41:30 +02:00