spaCy/website/docs/usage/v3.md
2020-07-25 18:51:12 +02:00

1.3 KiB

title teaser menu
What's New in v3.0 New features, backwards incompatibilities and migration guide
Summary
summary
New Features
features
Backwards Incompatibilities
incompat
Migrating from v2.x
migrating

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

Migrating from v2.x