Skip to content

Releases: oscarhiggott/PyMatching

PyMatching v0.3.2

04 Jul 20:14
Compare
Choose a tag to compare
  • Fixes bug that could cause the Python interpreter to crash
  • Default num_neighbours changed from 20 to 30

PyMatching v0.3.0

27 May 11:13
Compare
Choose a tag to compare

Changes and additions since the first PyMatching release include:

  • Matching.to_networkx converts a Matching object to a NetworkX graph
  • Matching.draw for visualising matching graphs
  • Matching.decode can (optionally) return the weight of the matching
  • Toric code examples added to the documentation (thresholds for code capacity and phenomenological noise models)
  • Pre-built wheels for Mac, Windows and Linux now uploaded to PyPI
  • All versions of Python 3 now supported