Releases: explosion/confection
Releases · explosion/confection
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
v0.0.4
- Extend support for
typing_extensions
to v4.4.x for Python 3.6 and 3.7. - Add
pyproject.toml
to source package.
v0.0.3
- Extend support to pydantic v1.10.x.
v0.0.2
- Add
py.typed
to package. - Switch to mypy 0.981 for fixes related to Python 3.10.7 and NumPy.
- Update README.
v0.0.1
This is the initial release of confection
, a lightweight library that offers a configuration system letting you conveniently describe arbitrary trees of objects.
If you are a user of spaCy or Thinc, you may be familiar with this configuration system already - now you can use it independently.