1.0.0
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 #141
- Add a bit of info to setup.py by @oscargus in #142
- Implement new engine! by @Phlya in #139
- New get_renderer() function that should function with more backends and matplotlib versions by @oliver-s-lee in #149
- Fix docstring typos and defaults by @nvaulin in #150
- Fix long_description for PyPI upload by @penguinpee in #160
- Add
iter_lim
toadjust_text()
function argument by @136s in #165
New Contributors
- @oscargus made their first contribution in #141
- @oliver-s-lee made their first contribution in #149
- @nvaulin made their first contribution in #150
- @penguinpee made their first contribution in #160
- @136s made their first contribution in #165
Full Changelog: 0.8.0...v1.0