Skip to content

Releases: rodigu/NeTS

Triplets fix

02 Mar 17:49
Compare
Choose a tag to compare
Triplets fix Pre-release
Pre-release

Triplets algorithm fixed.
It now should work for directed and undirected networks without duplicating things.

Triplets improved+fix

11 Feb 03:55
Compare
Choose a tag to compare
Triplets improved+fix Pre-release
Pre-release

Fixed triplets where some triplets would not be accounted for.
Improved performance by removing redundant edge check.

Improvements to triplets and testing

09 Feb 01:52
Compare
Choose a tag to compare
Pre-release

Triplets run quite faster now (only checks for neighbors instead of all vertices)
Testing improvements, wildcard property added to Network class

Fixed triplets algorithm

31 Jan 18:44
Compare
Choose a tag to compare
Pre-release

Each triplet now counted only once.
10 seconds faster.

Add edges from args list

30 Jan 23:30
Compare
Choose a tag to compare
Pre-release

addEdgeListArgs fits with previous addEdgeList function parameters

Docs and Enums

30 Jan 23:22
Compare
Choose a tag to compare
Docs and Enums Pre-release
Pre-release

enums are now also exported with the module
Started creating proper README

Initial Deno release

29 Jan 22:56
Compare
Choose a tag to compare
Initial Deno release Pre-release
Pre-release

Setup for Deno release.