Skip to content

Releases: Thinklab-SJTU/pygmtools

0.3.6

27 Mar 09:03
Compare
Choose a tag to compare

What's Changed

  • Paddle is now fully supported! Thanks to @wzever in #52
  • Fix typos in documents

Full Changelog: 0.3.5...0.3.6

0.3.5

01 Jan 05:07
Compare
Choose a tag to compare

Happy 2023 New Year!

What's Changed

  • Update setup and autotest Python versions by @rogerwwww in #48
  • Add numpy examples by @wzever in #49
  • Improved benchmark document
  • Bug fixes

Full Changelog: 0.3.4...0.3.5

0.3.4

19 Dec 04:22
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • fix generate_is_isomorphic_graphs func (Tensorflow) by @Sheep-Yangn in #39
  • fix gamgm bugs and add backward test for jittor by @wzever in #41

Full Changelog: 0.3.3...0.3.4

0.3.3

04 Dec 09:31
Compare
Choose a tag to compare

What's Changed

  • Preliminary support of TensorFlow backend by @Sheep-Yangn in #17 and by @rogerwwww in #24
  • Add multi-graph solvers for Numpy backend by @heatingma in #23
  • Add example for gradient support of Jittor by @wzever in #28
  • Fix type error for sinkhorn of Jittor by @wzever in #29

New Contributors

Full Changelog: 0.3.2...0.3.3

0.3.2

20 Nov 15:42
Compare
Choose a tag to compare

What's Changed

  • Add multigraph solver for paddle backend by @Arist12 in #12
  • Add multigraph solvers for jittor backend by @wzever in #16
  • Add jittor examples by @wzever in #18
  • Fix mode names in CAO and Floyd MGM solvers

Full Changelog: 0.3.1...0.3.2

0.3.1

27 Oct 13:27
Compare
Choose a tag to compare

What's Changed

  • Fix documentation & typos
  • Fix device error in Sinkhorn (pytorch backend)

Full Changelog: 0.3.0...0.3.1

0.3.0

23 Oct 07:38
Compare
Choose a tag to compare

What's Changed

  • Add neural network solvers for Jittor backend by @wzever in #11
  • Support non-maximal inlier matching for linear solvers
  • Add examples (PyTorch backend):
    • Image matching
    • Subgraph matching
    • Model fusion
    • Seeded graph matching
  • Bug fixes

Full Changelog: 0.2.11...0.3.0

0.2.11

12 Oct 04:53
Compare
Choose a tag to compare

What's changed

  • adopt a better caching mechanism & resolve outlier label issue (for dataset loaders and benchmarks)
  • add sphinx auto-examples (matching isomorphic graphs)
  • fix affinity matrix for unbalanced edges

Full Changelog: 0.2.10...0.2.11

0.2.10

09 Oct 08:05
Compare
Choose a tag to compare

What's Changed

  • Fix the bug that customized dataset parameters cannot be passed to datasets
  • Revise parameters passed to datasets. Now the class and data directory can also be customized

Full Changelog: 0.2.9...0.2.10

0.2.9

08 Oct 06:23
Compare
Choose a tag to compare

What's Changed

  • Support Neural Graph Matching solvers (PCA-GM, IPCA-GM, CIE, NGM) in PyTorch backend
  • Rewrite and reorganize documentation
  • Fixed doc compiling issue

Full Changelog: 0.2.8...0.2.9