spaCy v2.1.9 Release Notes

Release Date: 2019-10-28 // over 4 years ago
  • ⚡️ > 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.