- Migrate from
setup.py
tohatch
andpyproject.toml
- Speed up deepcopying
- Use
dict
as baseclass - Speed up initial type coercion
- Fix type coercion and other operations to work on subclasses
of
AttributeDict
too, includingFallbackAttributeDict
- Remove warnings about bad names
- Update documentation
- Initial release