Major release with the new engine and breaking API changes. Everything should be much faster!
Also bugfixes and small improvements.
What's Changed
* Fix using correct canvas for drawing and input empty list by oscargus in https://github.com/Phlya/adjustText/pull/141
* Add a bit of info to setup.py by oscargus in https://github.com/Phlya/adjustText/pull/142
* Implement new engine! by Phlya in https://github.com/Phlya/adjustText/pull/139
* New get_renderer() function that should function with more backends and matplotlib versions by oliver-s-lee in https://github.com/Phlya/adjustText/pull/149
* Fix docstring typos and defaults by nvaulin in https://github.com/Phlya/adjustText/pull/150
* Fix long_description for PyPI upload by penguinpee in https://github.com/Phlya/adjustText/pull/160
* Add `iter_lim` to `adjust_text()` function argument by 136s in https://github.com/Phlya/adjustText/pull/165
New Contributors
* oscargus made their first contribution in https://github.com/Phlya/adjustText/pull/141
* oliver-s-lee made their first contribution in https://github.com/Phlya/adjustText/pull/149
* nvaulin made their first contribution in https://github.com/Phlya/adjustText/pull/150
* penguinpee made their first contribution in https://github.com/Phlya/adjustText/pull/160
* 136s made their first contribution in https://github.com/Phlya/adjustText/pull/165
**Full Changelog**: https://github.com/Phlya/adjustText/compare/0.8.0...v1.0