Skip to content

Releases: fabilab/iplotx

v1.7.1

20 Feb 23:20
22ebbe4

Choose a tag to compare

This is a minor release of iplotx. All users are encouraged to upgrade.

Changes:

  • Bugfix for pandas>=2.3.0 which deprecated some data operations we were using for speed. iplotx supports pandas 3 now.

Happy graphing!

v1.7.0

04 Feb 00:51
b3f64d5

Choose a tag to compare

This is a major release of iplotx. All users are encouraged to upgrade.

Changes:

  • Added the show keyword argument in the main plotting functions (ipx.network, etc.). If the user wants an explicit call to matplotlib.pyplot.show() at the end of the plot, they can set this argument to True.
  • Added warning block to gallery documentation to raise user attention about this issue/feature, which could lead to confusion when users tried to reproduce the gallery examples and nothing was rendered on screen.

v1.6.0

24 Nov 05:57

Choose a tag to compare

This is a major release of iplotx. All users are encouraged to upgrade.

Changes:

  • Support for curved edge waypoints.
  • Example and test for curved edge waypoints.

NOTE: Curved edge waypoints ignore edge tension as the waypoints are used directly for cubic Bezier interpolation.

v1.5.1

12 Nov 00:56

Choose a tag to compare

This is a minor release of iplotx. Users do no need to upgrade, although doing so does not hurt either.

Changes:

  • New example on edge strings.
  • Version bump for zotero archival.

v1.5.0

09 Nov 00:45

Choose a tag to compare

This is a major release of iplotx. All users are enouraged to upgrade.

Changes:

  • Added support for custom vertex/node markers, including polygons and paths. See gallery example for details.
  • Added a gallery example of a constellation, showing that iplotx can be used to plot networks of celestial objects.

Have fun!

v1.4.2

31 Oct 10:45

Choose a tag to compare

This is a minor release of iplotx. All users are encouraged to upgrade.

Changes:

  • Another bug in arc edges was fixed. Edge geometry was wrong at certain angles.
  • Accuracy of the arc approximation has improved.

Have fun!

v1.4.1

30 Oct 01:19

Choose a tag to compare

This is a minor release of iplotx. All users are encouraged to upgrade.

Changes:

  • Fixed a bug with directed graphs and arc edges.

Have fun!

v1.4.0

29 Oct 00:59

Choose a tag to compare

This is a major release of iplotx. All users are encouraged to upgrade.

Changes:

  • Added arc edges.

Have fun!

v1.3.0

28 Oct 02:39

Choose a tag to compare

This is a major release of iplotx. All users are encouraged to upgrade.

Changes:

  • Added equalangle and (experimental) daylight tree layouts.
  • Fixed a bug in leaf edge defaults.
  • Fixed links in README (thanks @mmore500)
  • Fixed typo in Code of Conduct.

Have fun with your trees and networks!

v1.2.1

23 Oct 23:09

Choose a tag to compare

This is a minor release of iplotx. All users are encouraged to upgrade.

Changes:

  • It now supports (again) Python 3.10 (thanks @mmore500 for the request and debugging). Nothing should change from the user side for Python 3.11+ users.
  • New Code of Conduct.

Have fun!