Releases: Thinklab-SJTU/pygmtools
Releases · Thinklab-SJTU/pygmtools
0.3.6
0.3.5
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
What's Changed
- Add neural network solvers for Numpy by @heatingma in #34
- Update & fix documentation by @Sheep-Yangn in #30, @heatingma in #31
- Bump tensorflow dependency (in auto test) from 2.9.1 to 2.9.3 in /tests by @dependabot in #35
- Add test script for dataset.py and benchmark.py by @1115712590 in #36, @1115712590 in #38, @1115712590 in #40, @1115712590 in #42
- Improve code coverage by @rogerwwww in #43, @rogerwwww in #44 , @rogerwwww in #45
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
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
- @Sheep-Yangn made their first contribution in #17
- @heatingma made their first contribution in #23
- @dependabot made their first contribution in #26
Full Changelog: 0.3.2...0.3.3
0.3.2
0.3.1
What's Changed
- Fix documentation & typos
- Fix device error in Sinkhorn (pytorch backend)
Full Changelog: 0.3.0...0.3.1
0.3.0
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
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
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
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