Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update v4 branch with latest from master #13490

Merged
merged 23 commits into from
May 14, 2024
Merged

Commits on Feb 2, 2024

  1. TextCatParametricAttention.v1: set key transform dimensions (explos…

    …ion#13249)
    
    * TextCatParametricAttention.v1: set key transform dimensions
    
    This is necessary for tok2vec implementations that initialize
    lazily (e.g. curated transformers).
    
    * Add lazily-initialized tok2vec to simulate transformers
    
    Add a lazily-initialized tok2vec to the tests and test the current
    textcat models with it.
    
    Fix some additional issues found using this test.
    
    * isort
    
    * Add `test.` prefix to `LazyInitTok2Vec.v1`
    danieldk authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    2dbb332 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40422ff View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    e1249d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    14bd9d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Make Language.pipe workers exit cleanly (explosion#13321)

    Also warn when any worker exited with a non-zero exit code and modify
    test to ensure that workers exit cleanly by default.
    danieldk authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    fdfdbcd View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    bff8725 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Sanitize direct download (explosion#13313)

    The 'direct' option in 'spacy download' is supposed to only download from our model releases repository. However, users were able to pass in a relative path, allowing download from arbitrary repositories. This meant that a service that sourced strings from user input and which used the direct option would allow users to install arbitrary packages.
    honnibal authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0518c36 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    d410d95 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    1252370 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Renamed main branch back to v4 for now (explosion#13395)

    * Update gputests.yml
    
    * Update slowtests.yml
    svlandeg authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4dc5fe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21aea59 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    f5e85fa View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    2e96797 View commit details
    Browse the repository at this point in the history
  2. Fix use_gold_ents behaviour for EntityLinker (explosion#13400)

    * fix type annotation in docs
    
    * only restore entities after loss calculation
    
    * restore entities of sample in initialization
    
    * rename overfitting function
    
    * fix EL scorer
    
    * Relax test
    
    * fix formatting
    
    * Update spacy/pipeline/entity_linker.py
    
    Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>
    
    * rename to _ensure_ents
    
    * further rename
    
    * allow for scorer to be None
    
    ---------
    
    Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>
    svlandeg and rmitsch authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2e23346 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Fix CI (explosion#13469)

    * Remove hardcoded architecture setting
    
    * update classifiers to include Python 3.12
    svlandeg authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6d6c10a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7483652 View commit details
    Browse the repository at this point in the history
  3. Fix typos in docs (explosion#13466)

    * fix typos
    
    * prettier formatting
    
    ---------
    
    Co-authored-by: svlandeg <svlandeg@github.com>
    strickvl and svlandeg authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    045cd43 View commit details
    Browse the repository at this point in the history
  4. Update Typer pin and GH actions (explosion#13471)

    * update gh actions
    
    * pin typer upperbound to 1.0.0
    svlandeg authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ecd85d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    d3a232f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    c195ca4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    c27679f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5992e92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e32a394 View commit details
    Browse the repository at this point in the history