🐛 GraphFlex – Bugfix Update
This minor update focuses on improving robustness of the BFS feature extraction logic when working with graphs that use dictionary-based neighbourhood representations.
🔧 What’s Fixed
Resolved an issue in extractor.py where graphs containing a dictionary neighbourhood were not handled correctly.
The BFS extractor now preserves a list of values per relationship key, enabling proper downstream processing and feature aggregation.
✨ Impact
Correct BFS traversal for heterogeneous or multi-relational graphs
Improved compatibility with graph backends that expose neighbourhoods as dictionaries
No breaking changes to the public API
📦 Installation / Update
pip install --upgrade graphflex