Releases: Phlya/adjustText
Releases · Phlya/adjustText
1.3.0
1.2.0
1.1.1
1.1.0
Fixed bugs in some calculations, so better results (more similar to the original implementation with the old engine!)
Much faster in many cases - error can actually reach 0 and iterations stop before reaching time/iteration limit.
Small improvements to docs and examples.
1.0.4
1.0.3
1.0.2
1.0.1
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