Skip to content

Releases: Thinklab-SJTU/pygmtools

0.5.3

21 Jun 14:41
Compare
Choose a tag to compare

What's Changed

  • Fix ground truth caching bug for Multi-Graph Matching (MGM).

Full Changelog: 0.5.2...0.5.3

0.5.2

27 Apr 19:06
Compare
Choose a tag to compare

What's Changed

  • Fix IPFP implementation. The old implementation took the wrong calculation of t0 and this newer version is expected to have better optimization objectives.
  • Add notes for Koopmans-Beckmann's QAP
  • Other minor fixes by @rogerwwww in #99

Full Changelog: 0.5.1...0.5.2

0.5.1

03 Apr 23:16
Compare
Choose a tag to compare

What's Changed

  • Bug Fixes:
    • build_c_astar is fixed to its new naming
    • NetworkX-Numpy conversion is updated w.r.t. the latest NetworkX API

Full Changelog: 0.5.0...0.5.1

0.5.0

20 Feb 16:25
Compare
Choose a tag to compare

What's Changed

  • Pygmtools is published in JMLR!
  • Update download urls for test_dataset.py by @heatingma in #96
  • Improved docs & examples
  • c_astar modules will be imported only on-demand to avoid #92 for most users
  • Backward compatibility broken: pygm.astar now works as a Lawler's QAP solver, just as other pygm.classic_solvers. If you are expecting the old behavior as a specialized GED solver, please use pygm.genn_astar

Full Changelog: 0.4.3...0.5.0

0.4.3

31 Dec 17:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.2...0.4.3

0.4.2

16 Nov 01:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1

07 Oct 03:23
Compare
Choose a tag to compare

Say hi to pygmtools 0.4.1!

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0

18 Aug 06:52
29947b8
Compare
Choose a tag to compare

Greetings! Pygmtools 0.4.0 is available!

What's Changed

  • Support astar solvers (traditional & neural) for PyTorch backend. #63 #71
  • Add util functions to support NetworkX and GraphML formats. #63
  • Build wheels for different combinations of Python Versions and OS. #69
  • Fix downloading problem (special thanks to hugging face 🤗). #70
  • Add time benchmark in docs. #72
  • Fix RRWM's speed. #72

Full Changelog: 0.3.8...0.4.0

0.3.8

03 May 10:12
Compare
Choose a tag to compare
  • Fixed documentation

Full Changelog: 0.3.7...0.3.8

0.3.7

27 Apr 15:31
abb23e6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.6...0.3.7