Releases: ehne/PyNode-Next
Releases · ehne/PyNode-Next
2.1.2
16 May 10:50
Compare
Sorry, something went wrong.
No results found
v2.1.2 (2022-05-16)
🐛 Bug Fixes
c8d8304 fix has_node throwing instead of False return. (Issues: #38 )
2.1.1
12 Feb 03:25
Compare
Sorry, something went wrong.
No results found
v2.1.1 (2022-02-12)
🐛 Bug Fixes
8aed324 fix #37 edge.width() returns width not weight now (Issues: #37 )
2.1.0
02 Jan 09:52
Compare
Sorry, something went wrong.
No results found
v2.1.0 (2022-01-02)
✨ New Features
2.0.0
18 Nov 04:57
Compare
Sorry, something went wrong.
No results found
v2.0.0 (2021-11-18)
A brand new version! Read more about the updates made in the release announcement
✨ New Features
130de36 add `alert()` function
A new UI.
🐛 Bug Fixes
💥 Breaking Changes
d1d5297 remove legacy `outline` argument from edge.set_weight_style
d5f2bd7 remove legacy `outline` argument from node.set_value_style
3587a7e remove legacy `outline` argument from node.set_label_style
774f01e remove legacy `relative` from node.set_position
23350f9 remove overloading for adding elements
6fb4e88 replace overloading on remove functions.
878ed23 remove graph.random
1.10.2
18 Nov 04:29
Compare
Sorry, something went wrong.
No results found
🐛 Bug Fixes
4ab8913 fix relative positions not being correct (Issues: #29 )
70786c1 fix node data not containing position data (Issues: #28 )
1.10.1
30 Oct 01:15
Compare
Sorry, something went wrong.
No results found
🐛 Bug Fixes
8d42894 fix error when no callback defined
1.10.0
29 Oct 10:33
Compare
Sorry, something went wrong.
No results found
v1.10.0 (2021-10-29) — The last functions.
With version 1.10.0, PyNode Next now has every function of the original PyNode. 🎉
✨ New Features
1.9.2
27 Oct 06:12
Compare
Sorry, something went wrong.
No results found
v1.9.2 (2021-10-27)
🐛 Bug Fixes
5d62da4 make data method represent Node state better (Issues: #19 )
4771d04 fix issue caused by 5d62da4
6d3d851 Fix issue where nodes would be added before they should've been (Issues: #20 )
a3d9dbd fix issue where edges would be added before they should be (Issues: #20 )
1.9.1
28 Sep 02:10
Compare
Sorry, something went wrong.
No results found
v1.9.1 (2021-09-28) — Bug time.
🐛 Bug Fixes
886c363 return self for edge methods (Issues: #8 )
bd50583 return self for node methods (Issues: #8 )
482bd16 remove gui error reporting, fixing #9 (Issues: #9 )
662b294 use a new port if the default is in use (Issues: #11 )
f45d53b clear graph on every run
c237faa make ui doc link go to doc site
1.9.0
26 Sep 07:24
Compare
Sorry, something went wrong.
No results found
v1.9.0 (2021-09-26) — Now you can read text .
✨ New Features