Wheels
- Added Windows ARM support for Python 3.11, 3.12, 3.13, 3.14
- Python 3.10 and earlier not available due to missing numpy wheels for Windows ARM
Unclaimed project
Are you a maintainer of spaCy? Claim this project to take control of your public changelog and roadmap.
Changelog
💫 Industrial-strength Natural Language Processing (NLP) in Python
Last updated 4 months ago
Wheels
Release release-v3.8.10
Add wheels for Python 3.14
typer-slim to reduce dependency footprintOther dependencies in spaCy's tree have also been updated to widen the numpy compatibility pin, which should reduce installation problems for some users.
In order to support Python 3.13, spaCy is now compiled with Cython 3. This brings a change to the way types are handled at runtime (Cython 3 uses the from __future__ import annotations semantics, which stores types as strings at runtime. This difference caused problems for components registered within Cython files, as we rely on building Pydantic models from factory function signatures to do val...
Restores support for wheels for ARM platforms, while correctly noting compatibility range.
Fix bug in memory zones when non-transient strings were added to the StringStore inside a memory zone. This caused a bug in the morphological analyser that caused string not found errors when applied during a memory zone.
Support a new context manager method Language.memory_zone(), to allow long-running services to avoid growing memory usage from cached entries in the Vocab or StringStore. Once the memory zone block ends, spaCy will evict Vocab and StringStore entries that were added during the block, freeing up memory. Doc objects created inside a...
Support a new context manager method Language.memory_zone(), to allow long-running services to avoid growing memory usage from cached entries in the Vocab or StringStore. Once the memory zone block ends, spaCy will evict Vocab and StringStore entries that were added during the block, freeing up memory. Doc objects created inside a memory zone block should not be accessed outside the bl...
Release prerelease-v3.7.6a
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
Stable Diffusion web UI
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
A feature-rich command-line audio/video downloader