Skip to content

Releases: Phlya/adjustText

1.2.0

27 Jun 12:40
164a9a7
Compare
Choose a tag to compare

Release for compatibility with numpy 2.0.

Also now adjust_text returns the modified text objects and created arrows.

1.1.1

18 Mar 21:39
Compare
Choose a tag to compare

objects= argument is fixed, and eve works with a PathCollection

1.1.0

18 Mar 13:10
Compare
Choose a tag to compare

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

13 Jan 09:15
12d94cb
Compare
Choose a tag to compare

Minor changes, removed unnecessary pandas import.

1.0.3

11 Jan 13:00
7be7908
Compare
Choose a tag to compare

Bump version

1.0.2

11 Jan 12:59
Compare
Choose a tag to compare

Fix packaging

1.0.1

11 Jan 12:46
Compare
Choose a tag to compare

Ship necessary interval overlap code from bioframe, remove bioframe dependency

1.0.0

06 Jan 13:32
Compare
Choose a tag to compare

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 to adjust_text() function argument by @136s in #165

New Contributors

Full Changelog: 0.8.0...v1.0

0.8.1

16 Oct 13:53
Compare
Choose a tag to compare

Hopefully fixes stable docs

0.8

17 Feb 10:53
1121c19
Compare
Choose a tag to compare
0.8
0.8.0

Update _version.py