Skip to content

v2.1.9: Backport memory leak fix

Compare
Choose a tag to compare
@ines ines released this 28 Oct 16:22

This is a small maintenance update that backports a bug fix for a memory leak that'd occur in long-running parsing processes. It's intended for users who can't or don't yet want to upgrade to spaCy v2.2 (e.g. because it requires retraining all the models). If you're able to upgrade, you shouldn't use this version and instead install the latest v2.2.

馃敶 Bug fixes

  • Fix issue #3618: Fix memory leak for long-running parsing processes.
  • Fix issue #4538: Backport memory leak fix to v2.1.x branch.