v6.12.0: Wheels and separate GPU ops
✨ New features and improvements
- Update dependencies to be able to provide binary wheels.
- Move GPU ops to separate package,
thinc_gpu_ops
. - Support pip specifiers for GPU installation, e.g.
pip install thinc[cuda92]
.
🔴 Bug fixes
- Update
murmurhash
pin to accept newer version.