Skip to content

Tags: explosion/spacy-transformers

Tags

release-v1.3.8

Bump version for release

release-v1.3.7

Add settings for cibuildwheel

release-v1.3.6

Add CI files

v1.3.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to v1.3.6 (#419)

v1.3.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix compilation with recent Cython 3.x versions (#415)

Recent versions of Cython 3.x refuse to compile the
`_get_span2wp_alignment` function because it always requires acquiring
the GIL to check if any exceptions are raised. Change the function
signature to return an `int`, so that `-1` can be used to signal that
an exception occured.

It's not safe to qualify the function `noexcept`, since some calls can
throw an exception.

v1.3.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set version to v1.3.4 (#412)

v1.3.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop support for Python 3.6 (#409)

v1.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set version to v1.3.2 (#405)

v1.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set version to v1.3.1 (#403)

v1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set version to v1.3.0 (#397)