mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 13:17:06 +03:00
1.3 KiB
1.3 KiB
title | teaser | menu | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
What's New in v3.0 | New features, backwards incompatibilities and migration guide |
|
Summary
New Features
Backwards Incompatibilities
Removed deprecated methods, attributes and arguments
The following deprecated methods, attributes and arguments were removed in v3.0. Most of them have been deprecated for quite a while now and many would previously raise errors. Many of them were also mostly internals. If you've been working with more recent versions of spaCy v2.x, it's unlikely that your code relied on them.
Class | Removed |
---|---|
Doc |
Doc.tokens_from_list , Doc.merge |
Span |
Span.merge , Span.upper , Span.lower , Span.string |
Token |
Token.string |