Skip to content

Releases: szhorvat/IGraphM

v0.3.105

04 Dec 14:16
Compare
Choose a tag to compare
v0.3.105 Pre-release
Pre-release

This release re-adds an accidentally deleted section to the documentation. Refer to the 0.3.104 release notes for the list of relevant changes.

v0.3.104

03 Dec 14:11
Compare
Choose a tag to compare
v0.3.104 Pre-release
Pre-release

Changes in this release

  • Added IGMaximumMatching and IGMatchingNumber.
  • Significant performance improvements for proximity graphs, IGWeightedVertexDelete, IGSmoothen, IGFeedbackArcSet.
  • Bug fixes and documentation improvements.

v0.3.103

13 Nov 14:19
Compare
Choose a tag to compare
v0.3.103 Pre-release
Pre-release

Changes in this release:

  • IGTakeUpper and IGTakeLower
  • Reduced paclet size
  • Bug fixes and documentation improvements

v0.3.102

06 Nov 16:11
Compare
Choose a tag to compare
v0.3.102 Pre-release
Pre-release

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 to MultiEdges. 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

27 Oct 09:18
Compare
Choose a tag to compare
v0.3.101 Pre-release
Pre-release

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

26 Jun 10:36
Compare
Choose a tag to compare
v0.3.100 Pre-release
Pre-release

The main highlight of this release is functionality to work with planar graphs and graph embeddings.

v0.3.99.1

01 May 13:52
Compare
Choose a tag to compare
v0.3.99.1 Pre-release
Pre-release

Special-case fixes for IGSpannningTreeCount, IGKirchhoffMatrix and IGLatticeMesh.

v0.3.99

30 Apr 20:02
Compare
Choose a tag to compare
v0.3.99 Pre-release
Pre-release

This quicker than usual release was prompted by a potentially serious bug in previous versions. Graphs that had more vertices than edges were mishandled by several functions.

Please update to this release.

v0.3.98

28 Apr 13:52
Compare
Choose a tag to compare
v0.3.98 Pre-release
Pre-release

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.

v0.3.97.2

05 Feb 21:36
Compare
Choose a tag to compare
v0.3.97.2 Pre-release
Pre-release

Quick fixes for vertex strength calculations