This repository was archived by the owner on Nov 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit c4711b9
authored
build(deps): bump spacy from 3.7.2 to 3.7.4 (#228)
Bumps [spacy](https://github.com/explosion/spaCy) from 3.7.2 to 3.7.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/explosion/spaCy/releases">spacy's
releases</a>.</em></p>
<blockquote>
<h2>v3.7.4: New textcat layers and fo/nn language extensions</h2>
<h2>✨ New features and improvements</h2>
<ul>
<li>Improve NumPy 2.0 compatibility (<a
href="https://redirect.github.com/explosion/spaCy/issues/13103">#13103</a>).</li>
<li>Added language extensions for Faroese and Norwegian Nynorsk (<a
href="https://redirect.github.com/explosion/spaCy/issues/13116">#13116</a>).</li>
<li>Add new <a
href="https://spacy.io/api/architectures#TextCatReduce"><code>TextCatReduce.v1</code></a>
layer for text classification (<a
href="https://redirect.github.com/explosion/spaCy/issues/13181">#13181</a>).</li>
<li>Add new <a
href="https://spacy.io/api/architectures#TextCatParametricAttention"><code>TextCatParametricAttention.v1
</code></a> layer for text classification (<a
href="https://redirect.github.com/explosion/spaCy/issues/13201">#13201</a>).</li>
<li>Use <code>build</code> module for creating model packages by default
(<a
href="https://redirect.github.com/explosion/spaCy/issues/13109">#13109</a>).</li>
<li>Add support for code loading to the <a
href="https://spacy.io/api/cli#benchmark-speed"><code>benchmark
speed</code></a> command (<a
href="https://redirect.github.com/explosion/spaCy/issues/13247">#13247</a>).</li>
<li>Extend lexical attributes for English with more numericals (<a
href="https://redirect.github.com/explosion/spaCy/issues/13106">#13106</a>).</li>
<li>Warn about reloading dependencies after downloading models (<a
href="https://redirect.github.com/explosion/spaCy/issues/13081">#13081</a>).</li>
</ul>
<h2>🔴 Bug fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/explosion/spaCy/issues/13259">#13259</a>,
<a
href="https://redirect.github.com/explosion/spaCy/issues/13304">#13304</a>,
<a
href="https://redirect.github.com/explosion/spaCy/issues/13321">#13321</a>:
Correctness fixes for multiprocessing support in <a
href="https://spacy.io/api/language#pipe"><code>Language.pipe</code></a>.</li>
<li><a
href="https://redirect.github.com/explosion/spaCy/issues/13187">#13187</a>:
Typing and documentation fixes for <a
href="https://spacy.io/api/doc"><code>Doc</code></a>.</li>
<li><a
href="https://redirect.github.com/explosion/spaCy/issues/13086">#13086</a>:
Update <a
href="https://spacy.io/api/tokenizer#explain"><code>Tokenizer.explain</code></a>
for special cases with whitespace.</li>
<li><a
href="https://redirect.github.com/explosion/spaCy/issues/13068">#13068</a>:
Fix displaCy span stacking.</li>
<li><a
href="https://redirect.github.com/explosion/spaCy/issues/13149">#13149</a>:
Add <a
href="https://spacy.io/api/architectures#TextCatBOW">spacy.TextCatBOW.v3</a>
to use the fixed <a
href="https://thinc.ai/docs/api-layers#sparselinear_v2"><code>SparseLinear</code></a>
layer.</li>
</ul>
<h2>📖 Documentation and examples</h2>
<ul>
<li>Many improvements and updates to the <a
href="https://spacy.io/usage/large-language-models">LLM
documentation</a>.</li>
<li>Update <code>trf_data</code> examples and the <a
href="https://spacy.io/models#design-trf">transformer pipeline
design</a> section.</li>
</ul>
<h2>👥 Contributors</h2>
<p><a
href="https://github.com/adrianeboyd"><code>@adrianeboyd</code></a>, <a
href="https://github.com/danieldk"><code>@danieldk</code></a>, <a
href="https://github.com/evornov"><code>@evornov</code></a>, <a
href="https://github.com/honnibal"><code>@honnibal</code></a>, <a
href="https://github.com/ines"><code>@ines</code></a>, <a
href="https://github.com/lise-brinck"><code>@lise-brinck</code></a>, <a
href="https://github.com/ridge-kimani"><code>@ridge-kimani</code></a>,
<a href="https://github.com/rmitsch"><code>@rmitsch</code></a>, <a
href="https://github.com/shadeMe"><code>@shadeMe</code></a>, <a
href="https://github.com/svlandeg"><code>@svlandeg</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/explosion/spaCy/commit/bff8725f4b4b93033bdeba6ad306e7ea79f7a402"><code>bff8725</code></a>
Set version to 3.7.4 (<a
href="https://redirect.github.com/explosion/spaCy/issues/13327">#13327</a>)</li>
<li><a
href="https://github.com/explosion/spaCy/commit/fdfdbcd9f40c73eefe106f9ebf26767809d69a83"><code>fdfdbcd</code></a>
Make <code>Language.pipe</code> workers exit cleanly (<a
href="https://redirect.github.com/explosion/spaCy/issues/13321">#13321</a>)</li>
<li><a
href="https://github.com/explosion/spaCy/commit/14bd9d89a3fea6a36bd0fe651ef43035f0a90d88"><code>14bd9d8</code></a>
Update example that shows model in requirments (<a
href="https://redirect.github.com/explosion/spaCy/issues/13302">#13302</a>)</li>
<li><a
href="https://github.com/explosion/spaCy/commit/e1249d3722765aaca56f538e830add7014d20e2a"><code>e1249d3</code></a>
Test if closing explicitly solves recursive lock issues (<a
href="https://redirect.github.com/explosion/spaCy/issues/13304">#13304</a>)</li>
<li><a
href="https://github.com/explosion/spaCy/commit/40422ff9049541ae24e28aa16e8b536fc9a71381"><code>40422ff</code></a>
Set version to 3.7.3 (<a
href="https://redirect.github.com/explosion/spaCy/issues/13301">#13301</a>)</li>
<li><a
href="https://github.com/explosion/spaCy/commit/2dbb332cea8cb950333d8e8eb222d8d3f6f476b9"><code>2dbb332</code></a>
<code>TextCatParametricAttention.v1</code>: set key transform dimensions
(<a
href="https://redirect.github.com/explosion/spaCy/issues/13249">#13249</a>)</li>
<li><a
href="https://github.com/explosion/spaCy/commit/d84068e460d4ff3f91280368c3c2f8b8dcd1d5bc"><code>d84068e</code></a>
Run slow tests: v4 -> main (<a
href="https://redirect.github.com/explosion/spaCy/issues/13290">#13290</a>)</li>
<li><a
href="https://github.com/explosion/spaCy/commit/89a43f39b775c27af724f90a65e210ecfb94dba2"><code>89a43f3</code></a>
update universe description (<a
href="https://redirect.github.com/explosion/spaCy/issues/13291">#13291</a>)</li>
<li><a
href="https://github.com/explosion/spaCy/commit/68d7841df593986655d07f9840fcd35e79b28c7a"><code>68d7841</code></a>
Extension serialization attr tests: add teardown (<a
href="https://redirect.github.com/explosion/spaCy/issues/13284">#13284</a>)</li>
<li><a
href="https://github.com/explosion/spaCy/commit/00e938a7c3a74c559d0cc5c33437b698f3b3e770"><code>00e938a</code></a>
add custom code support to CLI speed benchmark (<a
href="https://redirect.github.com/explosion/spaCy/issues/13247">#13247</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/explosion/spaCy/compare/v3.7.2...v3.7.4">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 4005397 commit c4711b9Copy full SHA for c4711b9
File tree
Expand file treeCollapse file tree
1 file changed
+70
-63
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+70
-63
lines changed+70-63Lines changed: 70 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments