Skip to content

Releases: bfGraph/STGraph

v1.1.0

09 Sep 14:24
4c18c30
Compare
Choose a tag to compare

🌟 STGraph v1.1.0 Release

We’re excited to introduce version 1.1.0 of STGraph, featuring significant improvements in dataset loading, testing, and documentation. Below are the highlights

What's New

  • 📦 Dataset loaders now categorized into submodules (dynamic, static, temporal) by @nithinmanoj10
  • ⚡ Standardized graph data handling with caching for efficient processing by @nithinmanoj10
  • 🧪 Comprehensive PyTest coverage for all dataset loaders by @nithinmanoj10
  • 🧪 Scalable test scripts for GNN and TGNN layers across datasets by @nithinmanoj10
  • 📝 Brand new Read-the-docs documentation page for STGraph with tutorials, installation guide and API docs by @nithinmanoj10
  • 🧹 Ruff linter integrated; modules checked: stgraph.dataset, stgraph.utils by @nithinmanoj10

New Contributors

Special ❤️ to @JoelMathewC for reviewing the changes before finalizing the release

Release Discussion: Please head to the official v1.1.0 release notes discussion #143 to get a better idea about the new changes introduced

Full Changelog: v1.0.0...v1.1.0

v1.0.0

04 Nov 04:23
4f74002
Compare
Choose a tag to compare

🎉 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

Full Changelog: https://github.com/bfGraph/STGraph/commits/v1.0.0