v1.0.0
🎉 STGraph Official v1 Release
Announcing the official v1 release of STGraph, built on top of Seastar. STGraph is streamlined to have more reliable dependencies and supports execution out of the box. Additionally, we introduce support for TGNNs by introducing integrations with dynamic graph data structures.
Noting the immense amount of support provided by @unnikrishnan-c and @KevinJudeConcessao in making these changes.
What's Changed
- 🔥 Removed DGL Hack dependency by @nithinmanoj10 and @JoelMathewC
- 🤖 Making Seastar Backend Agnostic by @nithinmanoj10 and @JoelMathewC
- ➕ Added TGCN support for static-temporal graphs by @nithinmanoj10 and @JoelMathewC
- ➕ Added TGCN support for DTDGs by @nithinmanoj10 and @JoelMathewC
- ✨ Integrated PCSR and GPMA with STGraph for DTDG support by @nithinmanoj10 and @JoelMathewC
- ⚡ Optimized PCSR and GPMA integrations in STGraph by @nithinmanoj10 and @JoelMathewC
- 🕐 Benchmarked STGraph on 5 static-temporal and 5 DTDGs by @nithinmanoj10 and @JoelMathewC
Full Changelog: https://github.com/bfGraph/STGraph/commits/v1.0.0