Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dd6338144481
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4c37faa8dafd
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 3, 2019

  1. python3Packages.spacy: 2.2.0 -> 2.2.1

    Changes:
    
    * Vectors.most_similar returns the top most similar vectors instead
      only one.
    * Fixes tag map in Dutch model.
    * Fix initialization of DocBin with attributes.
    danieldk authored and Jon committed Oct 3, 2019
    Copy the full SHA
    e2f87b7 View commit details
  2. python3Packages.spacy_models.nl_core_news_sm

    danieldk authored and Jon committed Oct 3, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4c37faa View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/development/python-modules/spacy/default.nix
  2. +2 −2 pkgs/development/python-modules/spacy/models.json
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/spacy/default.nix
Original file line number Diff line number Diff line change
@@ -26,11 +26,11 @@

buildPythonPackage rec {
pname = "spacy";
version = "2.2.0";
version = "2.2.1";

src = fetchPypi {
inherit pname version;
sha256 = "1cfgp3qnwcyiz5hs0i920aidz12j0iaargrfgf69fc6pc0n3a899";
sha256 = "1a833dx8i4s106fk42x4dnayaq5p3qxaxnc012xij991i09v2pxn";
};

prePatch = ''
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/spacy/models.json
Original file line number Diff line number Diff line change
@@ -78,8 +78,8 @@
},
{
"pname": "nl_core_news_sm",
"version": "2.2.0",
"sha256": "1sh5nc5mv0h5bdjhv7pddmqrcnvvyg9rk9nyqksi4b2dpc8p999h",
"version": "2.2.1",
"sha256": "0gw9a1j3v4f15cxcz7zr7dz7mqi2a3541b04q6kj74gg397li4ny",
"license": "cc-by-sa-40"
},
{