Releases: fabilab/iplotx
Releases · fabilab/iplotx
v1.7.1
v1.7.0
This is a major release of iplotx. All users are encouraged to upgrade.
Changes:
- Added the
showkeyword argument in the main plotting functions (ipx.network, etc.). If the user wants an explicit call tomatplotlib.pyplot.show()at the end of the plot, they can set this argument toTrue. - 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
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
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
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
iplotxcan be used to plot networks of celestial objects.
Have fun!
v1.4.2
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
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
This is a major release of iplotx. All users are encouraged to upgrade.
Changes:
- Added arc edges.
Have fun!