{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":21467110,"defaultBranch":"master","name":"spaCy","ownerLogin":"explosion","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-07-03T15:15:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/20011530?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1713771707.0","currentOid":""},"activityList":{"items":[{"before":"b2ca7253d2054260deb4db5e00c5dc41835b7738","after":"287deee02c57fde4ea2992539fd7f44cca9f70bd","ref":"refs/heads/v4","pushedAt":"2024-04-26T08:04:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"danieldk","name":"Daniël de Kok","path":"/danieldk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49398?s=80&v=4"},"commit":{"message":"remove empty file (#13458)","shortMessageHtmlLink":"remove empty file (#13458)"}},{"before":"f5918d4353a0c27f6aa271411c2bb2b7f4051c6d","after":"b2ca7253d2054260deb4db5e00c5dc41835b7738","ref":"refs/heads/v4","pushedAt":"2024-04-23T07:21:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"danieldk","name":"Daniël de Kok","path":"/danieldk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49398?s=80&v=4"},"commit":{"message":"Document `TrainablePipe.save_activations` (#13452)\n\n* Document `TrainablePipe.save_activations`\r\n\r\n* Fully qualified links\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* prettier\r\n\r\n---------\r\n\r\nCo-authored-by: Sofie Van Landeghem ","shortMessageHtmlLink":"Document TrainablePipe.save_activations (#13452)"}},{"before":"5bd141013bba9a981ca712d922efa7cc3cadc602","after":"f5918d4353a0c27f6aa271411c2bb2b7f4051c6d","ref":"refs/heads/v4","pushedAt":"2024-04-22T07:40:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"danieldk","name":"Daniël de Kok","path":"/danieldk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49398?s=80&v=4"},"commit":{"message":"Update to Thinc 9.0.0 and set version to 4.0.0.dev3 (#13448)\n\n* Update to Thinc 9.0.0 and set version to 4.0.0.dev3\r\n\r\n* Set minimum Python version to 3.9","shortMessageHtmlLink":"Update to Thinc 9.0.0 and set version to 4.0.0.dev3 (#13448)"}},{"before":"8696861c8c6b26f03b4f729834f44f06364f7095","after":"5bd141013bba9a981ca712d922efa7cc3cadc602","ref":"refs/heads/v4","pushedAt":"2024-04-17T11:43:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"danieldk","name":"Daniël de Kok","path":"/danieldk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49398?s=80&v=4"},"commit":{"message":"Remove `apple` from extras (#13439)\n\nAccount for merging of `thinc-apple-ops` into `thinc`.","shortMessageHtmlLink":"Remove apple from extras (#13439)"}},{"before":"0c8393ef8e873255d144622ef1bd803ea1b7268b","after":"bc3337d539d74a2f4fc02cbd98116ad2dbb86ce6","ref":"refs/heads/feat/add-pipe-instance","pushedAt":"2024-04-16T10:24:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"honnibal","name":"Matthew Honnibal","path":"/honnibal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8059750?s=80&v=4"},"commit":{"message":"Fix doc string","shortMessageHtmlLink":"Fix doc string"}},{"before":"0fd797e33c6f4839389215bf1c83683229a49ca6","after":"0c8393ef8e873255d144622ef1bd803ea1b7268b","ref":"refs/heads/feat/add-pipe-instance","pushedAt":"2024-04-16T10:14:01.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"honnibal","name":"Matthew Honnibal","path":"/honnibal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8059750?s=80&v=4"},"commit":{"message":"Fix comment","shortMessageHtmlLink":"Fix comment"}},{"before":"fbc14aea45c28ef4f359b6d2e11b52053a90b73d","after":"8696861c8c6b26f03b4f729834f44f06364f7095","ref":"refs/heads/v4","pushedAt":"2024-04-16T10:06:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"danieldk","name":"Daniël de Kok","path":"/danieldk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49398?s=80&v=4"},"commit":{"message":"Update `spacy-curated-transformers` docs for spaCy 4 (#13440)\n\n- Update model constructors to v2 and add `dtype` argument.\r\n- Update to `PyTorchCheckpointLoader` to `v2`.\r\n- Add `transformer_discriminative.v1`.","shortMessageHtmlLink":"Update spacy-curated-transformers docs for spaCy 4 (#13440)"}},{"before":"2e9679769621449db4fa656483d956628cd52f96","after":"2e2334632beb0e91abc1d7820a0471a10af61489","ref":"refs/heads/master","pushedAt":"2024-04-16T10:00:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"svlandeg","name":"Sofie Van Landeghem","path":"/svlandeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8796347?s=80&v=4"},"commit":{"message":"Fix use_gold_ents behaviour for EntityLinker (#13400)\n\n* fix type annotation in docs\r\n\r\n* only restore entities after loss calculation\r\n\r\n* restore entities of sample in initialization\r\n\r\n* rename overfitting function\r\n\r\n* fix EL scorer\r\n\r\n* Relax test\r\n\r\n* fix formatting\r\n\r\n* Update spacy/pipeline/entity_linker.py\r\n\r\nCo-authored-by: Raphael Mitsch \r\n\r\n* rename to _ensure_ents\r\n\r\n* further rename\r\n\r\n* allow for scorer to be None\r\n\r\n---------\r\n\r\nCo-authored-by: Raphael Mitsch ","shortMessageHtmlLink":"Fix use_gold_ents behaviour for EntityLinker (#13400)"}},{"before":"f5e85fa05a5de357ee6a516a907042ec28f4f580","after":"2e9679769621449db4fa656483d956628cd52f96","ref":"refs/heads/master","pushedAt":"2024-04-16T09:51:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"honnibal","name":"Matthew Honnibal","path":"/honnibal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8059750?s=80&v=4"},"commit":{"message":"Convert properties to decorator syntax (#13390)","shortMessageHtmlLink":"Convert properties to decorator syntax (#13390)"}},{"before":"304b9331e67276248dde1ceddc4083257a1a8f1f","after":"fbc14aea45c28ef4f359b6d2e11b52053a90b73d","ref":"refs/heads/v4","pushedAt":"2024-04-11T17:33:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"danieldk","name":"Daniël de Kok","path":"/danieldk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49398?s=80&v=4"},"commit":{"message":"Add distill subcommand (#13431)\n\n* Add distill subcommand\r\n\r\nThis subcommand distills a student model from a teacher model.\r\n\r\n* Fixes from Sofie\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Type and doc fixes\r\n\r\n* Wording\r\n\r\n* distill: document missing `-o`\r\n\r\n* Wording\r\n\r\n* Small fix\r\n\r\n---------\r\n\r\nCo-authored-by: Sofie Van Landeghem ","shortMessageHtmlLink":"Add distill subcommand (#13431)"}},{"before":"afb22ad491cfb2486393cf319bb182b573d6e35c","after":"304b9331e67276248dde1ceddc4083257a1a8f1f","ref":"refs/heads/v4","pushedAt":"2024-04-09T09:39:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"svlandeg","name":"Sofie Van Landeghem","path":"/svlandeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8796347?s=80&v=4"},"commit":{"message":"Modify EL batching to doc-wise streaming approach (#12367)\n\n* Convert Candidate from Cython to Python class.\r\n\r\n* Format.\r\n\r\n* Fix .entity_ typo in _add_activations() usage.\r\n\r\n* Change type for mentions to look up entity candidates for to SpanGroup from Iterable[Span].\r\n\r\n* Update docs.\r\n\r\n* Update spacy/kb/candidate.py\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Update doc string of BaseCandidate.__init__().\r\n\r\n* Update spacy/kb/candidate.py\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Rename Candidate to InMemoryCandidate, BaseCandidate to Candidate.\r\n\r\n* Adjust Candidate to support and mandate numerical entity IDs.\r\n\r\n* Format.\r\n\r\n* Fix docstring and docs.\r\n\r\n* Update website/docs/api/kb.mdx\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Rename alias -> mention.\r\n\r\n* Refactor Candidate attribute names. Update docs and tests accordingly.\r\n\r\n* Refacor Candidate attributes and their usage.\r\n\r\n* Format.\r\n\r\n* Fix mypy error.\r\n\r\n* Update error code in line with v4 convention.\r\n\r\n* Modify EL batching system.\r\n\r\n* Update leftover get_candidates() mention in docs.\r\n\r\n* Format docs.\r\n\r\n* Format.\r\n\r\n* Update spacy/kb/candidate.py\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Updated error code.\r\n\r\n* Simplify interface for int/str representations.\r\n\r\n* Update website/docs/api/kb.mdx\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Rename 'alias' to 'mention'.\r\n\r\n* Port Candidate and InMemoryCandidate to Cython.\r\n\r\n* Remove redundant entry in setup.py.\r\n\r\n* Add abstract class check.\r\n\r\n* Drop storing mention.\r\n\r\n* Update spacy/kb/candidate.pxd\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Fix entity_id refactoring problems in docstrings.\r\n\r\n* Drop unused InMemoryCandidate._entity_hash.\r\n\r\n* Update docstrings.\r\n\r\n* Move attributes out of Candidate.\r\n\r\n* Partially fix alias/mention terminology usage. Convert Candidate to interface.\r\n\r\n* Remove prior_prob from supported properties in Candidate. Introduce KnowledgeBase.supports_prior_probs().\r\n\r\n* Update docstrings related to prior_prob.\r\n\r\n* Update alias/mention usage in doc(strings).\r\n\r\n* Update spacy/ml/models/entity_linker.py\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Update spacy/ml/models/entity_linker.py\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Mention -> alias renaming. Drop Candidate.mentions(). Drop InMemoryLookupKB.get_alias_candidates() from docs.\r\n\r\n* Update docstrings.\r\n\r\n* Fix InMemoryCandidate attribute names.\r\n\r\n* Update spacy/kb/kb.pyx\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Update spacy/ml/models/entity_linker.py\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Update W401 test.\r\n\r\n* Update spacy/errors.py\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Update spacy/kb/kb.pyx\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Use Candidate output type for toy generators in the test suite to mimick best practices\r\n\r\n* fix docs\r\n\r\n* fix import\r\n\r\n* Fix merge leftovers.\r\n\r\n* Update spacy/kb/kb.pyx\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Update spacy/kb/kb.pyx\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Update website/docs/api/kb.mdx\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Update website/docs/api/entitylinker.mdx\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Update spacy/kb/kb_in_memory.pyx\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Update website/docs/api/inmemorylookupkb.mdx\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Update get_candidates() docstring.\r\n\r\n* Reformat imports in entity_linker.py.\r\n\r\n* Drop valid_ent_idx_per_doc.\r\n\r\n* Update docs.\r\n\r\n* Format.\r\n\r\n* Simplify doc loop in predict().\r\n\r\n* Remove E1044 comment.\r\n\r\n* Fix merge errors.\r\n\r\n* Format.\r\n\r\n* Format.\r\n\r\n* Format.\r\n\r\n* Fix merge error & tests.\r\n\r\n* Format.\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Madeesh Kannan \r\n\r\n* Use type alias.\r\n\r\n* isort.\r\n\r\n* isort.\r\n\r\n* Lint.\r\n\r\n* Add typedefs.pyx.\r\n\r\n* Fix typedef import.\r\n\r\n* Fix type aliases.\r\n\r\n* Format.\r\n\r\n* Update docstring and type usage.\r\n\r\n* Add info on get_candidates(), get_candidates_batched().\r\n\r\n* Readd get_candidates info to v3 changelog.\r\n\r\n* Update website/docs/api/entitylinker.mdx\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\n\r\n* Update factory functions for backwards compatibility.\r\n\r\n* Format.\r\n\r\n* Ignore mypy error.\r\n\r\n* Fix mypy error.\r\n\r\n* Format.\r\n\r\n* Add test for multiple docs with multiple entities.\r\n\r\n---------\r\n\r\nCo-authored-by: Sofie Van Landeghem \r\nCo-authored-by: Madeesh Kannan \r\nCo-authored-by: svlandeg ","shortMessageHtmlLink":"Modify EL batching to doc-wise streaming approach (#12367)"}},{"before":"21aea59001f4cf100a0c7df0c36aeddd796cee1f","after":"f5e85fa05a5de357ee6a516a907042ec28f4f580","ref":"refs/heads/master","pushedAt":"2024-04-04T10:55:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"svlandeg","name":"Sofie Van Landeghem","path":"/svlandeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8796347?s=80&v=4"},"commit":{"message":"allow weasel 0.4.x (#13409)","shortMessageHtmlLink":"allow weasel 0.4.x (#13409)"}},{"before":"c5d0f1e376b351bdbc21c075d3b5c91a85815676","after":"01a1bce5608779aaa131eb6a070481047db4761d","ref":"refs/heads/spacy.io","pushedAt":"2024-03-26T11:18:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"svlandeg","name":"Sofie Van Landeghem","path":"/svlandeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8796347?s=80&v=4"},"commit":{"message":"Update code.module.sass to make code title sticky (#13379)","shortMessageHtmlLink":"Update code.module.sass to make code title sticky (#13379)"}},{"before":"13bb1a25bcf7f3cff233266149c62e5652a3570c","after":null,"ref":"refs/heads/feature/v4","pushedAt":"2024-03-26T11:16:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"svlandeg","name":"Sofie Van Landeghem","path":"/svlandeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8796347?s=80&v=4"}},{"before":"4dc5fe54694ec5c9ddac8dc3710fe3d2ae657b24","after":"21aea59001f4cf100a0c7df0c36aeddd796cee1f","ref":"refs/heads/master","pushedAt":"2024-03-26T11:15:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"svlandeg","name":"Sofie Van Landeghem","path":"/svlandeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8796347?s=80&v=4"},"commit":{"message":"Update code.module.sass to make code title sticky (#13379)","shortMessageHtmlLink":"Update code.module.sass to make code title sticky (#13379)"}},{"before":"1252370f6984f977de000bd0da74508c144e20d5","after":"4dc5fe54694ec5c9ddac8dc3710fe3d2ae657b24","ref":"refs/heads/master","pushedAt":"2024-03-26T08:53:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"svlandeg","name":"Sofie Van Landeghem","path":"/svlandeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8796347?s=80&v=4"},"commit":{"message":"Renamed main branch back to v4 for now (#13395)\n\n* Update gputests.yml\r\n\r\n* Update slowtests.yml","shortMessageHtmlLink":"Renamed main branch back to v4 for now (#13395)"}},{"before":"ff299fb01f952a71549be1188b9391247ac5941e","after":"13bb1a25bcf7f3cff233266149c62e5652a3570c","ref":"refs/heads/feature/v4","pushedAt":"2024-03-26T08:18:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"svlandeg","name":"Sofie Van Landeghem","path":"/svlandeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8796347?s=80&v=4"},"commit":{"message":"Update slowtests.yml","shortMessageHtmlLink":"Update slowtests.yml"}},{"before":"1252370f6984f977de000bd0da74508c144e20d5","after":"ff299fb01f952a71549be1188b9391247ac5941e","ref":"refs/heads/feature/v4","pushedAt":"2024-03-26T08:17:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"svlandeg","name":"Sofie Van Landeghem","path":"/svlandeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8796347?s=80&v=4"},"commit":{"message":"Update gputests.yml","shortMessageHtmlLink":"Update gputests.yml"}},{"before":null,"after":"1252370f6984f977de000bd0da74508c144e20d5","ref":"refs/heads/feature/v4","pushedAt":"2024-03-26T08:16:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"svlandeg","name":"Sofie Van Landeghem","path":"/svlandeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8796347?s=80&v=4"},"commit":{"message":"Move DocSearch key to env var [ci skip]","shortMessageHtmlLink":"Move DocSearch key to env var [ci skip]"}},{"before":"c32c1289a971efc2f034ab7cc03de6b2a9b41ddc","after":"dfe27516d9faf9ef1b1f5d0c58d3576beb539769","ref":"refs/heads/develop","pushedAt":"2024-03-25T14:36:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"svlandeg","name":"Sofie Van Landeghem","path":"/svlandeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8796347?s=80&v=4"},"commit":{"message":"extend abbreviations list in Faroese tokenizer exceptions (#13366)","shortMessageHtmlLink":"extend abbreviations list in Faroese tokenizer exceptions (#13366)"}},{"before":"afb22ad491cfb2486393cf319bb182b573d6e35c","after":null,"ref":"refs/heads/main","pushedAt":"2024-03-25T12:48:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"svlandeg","name":"Sofie Van Landeghem","path":"/svlandeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8796347?s=80&v=4"}},{"before":null,"after":"afb22ad491cfb2486393cf319bb182b573d6e35c","ref":"refs/heads/v4","pushedAt":"2024-03-25T12:48:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"svlandeg","name":"Sofie Van Landeghem","path":"/svlandeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8796347?s=80&v=4"},"commit":{"message":"Remove debug data normalization for span analysis (#13203)\n\n* Remove debug data normalization for span analysis\r\n\r\nAs a result of this normalization, `debug data` could show a user tokens\r\nthat do not exist in their data.\r\n\r\n* Update spacy/cli/debug_data.py\r\n\r\n---------\r\n\r\nCo-authored-by: svlandeg ","shortMessageHtmlLink":"Remove debug data normalization for span analysis (#13203)"}},{"before":"c39596aabb9d9514361ff93b45d879278fe0dc87","after":"c5d0f1e376b351bdbc21c075d3b5c91a85815676","ref":"refs/heads/spacy.io","pushedAt":"2024-03-25T09:18:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ines","name":"Ines Montani","path":"/ines","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13643239?s=80&v=4"},"commit":{"message":"Move DocSearch key to env var [ci skip]","shortMessageHtmlLink":"Move DocSearch key to env var [ci skip]"}},{"before":"d410d95b520e1a958f75062ab18b44b8ec8ea266","after":"1252370f6984f977de000bd0da74508c144e20d5","ref":"refs/heads/master","pushedAt":"2024-03-25T09:18:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ines","name":"Ines Montani","path":"/ines","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13643239?s=80&v=4"},"commit":{"message":"Move DocSearch key to env var [ci skip]","shortMessageHtmlLink":"Move DocSearch key to env var [ci skip]"}},{"before":"0518c36f04864a588905394b2aeefd078a87784a","after":"d410d95b520e1a958f75062ab18b44b8ec8ea266","ref":"refs/heads/master","pushedAt":"2024-03-22T17:21:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"svlandeg","name":"Sofie Van Landeghem","path":"/svlandeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8796347?s=80&v=4"},"commit":{"message":"remove smart_open requirement as it's taken care of via Weasel (#13391)","shortMessageHtmlLink":"remove smart_open requirement as it's taken care of via Weasel (#13391)"}},{"before":"88ad953fba1384713704ab8d5431a4f73d842b55","after":null,"ref":"refs/heads/sanitize-direct-download","pushedAt":"2024-02-27T13:39:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"svlandeg","name":"Sofie Van Landeghem","path":"/svlandeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8796347?s=80&v=4"}},{"before":"bff8725f4b4b93033bdeba6ad306e7ea79f7a402","after":"0518c36f04864a588905394b2aeefd078a87784a","ref":"refs/heads/master","pushedAt":"2024-02-20T12:17:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"honnibal","name":"Matthew Honnibal","path":"/honnibal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8059750?s=80&v=4"},"commit":{"message":"Sanitize direct download (#13313)\n\nThe '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.","shortMessageHtmlLink":"Sanitize direct download (#13313)"}},{"before":"d7eb5169d58856739d2255dbbd2548a2e8193bf7","after":"88ad953fba1384713704ab8d5431a4f73d842b55","ref":"refs/heads/sanitize-direct-download","pushedAt":"2024-02-19T14:32:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"honnibal","name":"Matthew Honnibal","path":"/honnibal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8059750?s=80&v=4"},"commit":{"message":"Remove print statement and add comment","shortMessageHtmlLink":"Remove print statement and add comment"}},{"before":"fdfdbcd9f40c73eefe106f9ebf26767809d69a83","after":"bff8725f4b4b93033bdeba6ad306e7ea79f7a402","ref":"refs/heads/master","pushedAt":"2024-02-14T13:46:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"danieldk","name":"Daniël de Kok","path":"/danieldk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49398?s=80&v=4"},"commit":{"message":"Set version to 3.7.4 (#13327)","shortMessageHtmlLink":"Set version to 3.7.4 (#13327)"}},{"before":"14bd9d89a3fea6a36bd0fe651ef43035f0a90d88","after":"fdfdbcd9f40c73eefe106f9ebf26767809d69a83","ref":"refs/heads/master","pushedAt":"2024-02-12T13:39:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"svlandeg","name":"Sofie Van Landeghem","path":"/svlandeg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8796347?s=80&v=4"},"commit":{"message":"Make `Language.pipe` workers exit cleanly (#13321)\n\nAlso warn when any worker exited with a non-zero exit code and modify\r\ntest to ensure that workers exit cleanly by default.","shortMessageHtmlLink":"Make Language.pipe workers exit cleanly (#13321)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEOuwJIgA","startCursor":null,"endCursor":null}},"title":"Activity · explosion/spaCy"}