Changelog
View SourceAll notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1.0] - 2026-06-11
Added
- Initial standalone extraction of native Zig NIF-based graph processing layer (
Zog). - Support for
ResourceGraphpattern avoiding copy-in/copy-out NIF serialization overhead. - Direct file parsing (
read_edgelist,read_adjlist,read_tgf) directly to native memory resources. - Bridging functions to/from
Yog(from_graph/1,to_graph/1). - Ported centrality, community, connectivity, flow, metrics, pathfinding, and properties modules.
- Verification and PBT test suite covering all modules.