Releases: szhorvat/IGraphM
Releases · szhorvat/IGraphM
v0.3.105
v0.3.104
v0.3.103
v0.3.102
This release improves compatibility with various Linux distributions. All x86_64 Linux distributions with glibc 2.14 or later should work.
Additional changes:
- Faster package loading, especially on Windows.
- Renamed
"MultipleEdges"
option toMultiEdges
. The old option name is still supported, but it will be removed in the near future. - "ExcludeIsolates" option for clustering coefficient functions
- Documentation improvements.
v0.3.101
This is an emergency release to fix a critical issues in coloured graph isomorphism with Bliss. Only the IGBlissIsomorphicQ
function was affected, and only when specifying vertex colours.
Additional changes:
- Re-added Raspberry Pi support
- Proximity graphs (Delaunay, relative neighbourhood graph, Gabriel graph, beta skeletons)
- Major internal restructuring that will make future development easier
- Minor bug fixes
v0.3.100
v0.3.99.1
v0.3.99
v0.3.98
This pre-release brings new functions for graph colouring, working with degree sequences, lattice generation, tree generation, as well as other new functions, bug fixes, and improvements to existing functionality.
Support for the Raspberry Pi is temporarily removed. Please use the previous releases until support is added again.