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
base: f8962fd92ed4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: fb7acacd4265
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 18, 2020

  1. python3Packages.spacy_models: use pythonImportCheck

    For each model, check whether we can actually import the model after
    building.
    danieldk authored and Jon committed Aug 18, 2020
    Copy the full SHA
    9b55e5b View commit details
    Browse the repository at this point in the history
  2. python3Packages.spacy: add passthru test

    I have been using the main example of the spaCy web page for testing
    updates of spacy (and its transitive dependencies). Let's convert this
    into a proper test to take out manual testing.
    danieldk authored and Jon committed Aug 18, 2020
    Copy the full SHA
    fb7acac View commit details
    Browse the repository at this point in the history