New
v0.10.1
What's Changed
- chore(deps-dev): bump brotli from 1.1.0 to 1.2.0 in /python by @dependabot[bot] in https://github.com/graphframes/graphframes/pull/751
- chore(deps-dev): bump urllib3 from 2.5.0 to 2.6.0 in /python by @dependabot[bot] in https://github.com/graphframes/graphframes/pull/756
- add more LDBC benchmark datasets by @james-willis in https://github.com/graphframes/graphframes/pull/764
- feat(pregel): add requiredSrcColumns/requiredDstColumns API for triplet memory optimization by @joelrobin18 in https://github.com/graphframes/graphframes/pull/763
- fix: mixing directed and undirected edges in motif throws parse error by @goungoun in https://github.com/graphframes/graphframes/pull/754
- Fix: Throw IllegalArgumentException for null IDs/Src/Dst in toGraphX (Fixes #765) by @JeganVG in https://github.com/graphframes/graphframes/pull/766
- chore(deps-dev): bump urllib3 from 2.6.0 to 2.6.3 in /python by @dependabot[bot] in https://github.com/graphframes/graphframes/pull/767
- Update README.md to fix broken network motif tutorial link by @russelljurney-upside in https://github.com/graphframes/graphframes/pull/770
- revert ConnectedComponents back to 0.9.3 version to fix perf regression by @james-willis in https://github.com/graphframes/graphframes/pull/772
New Contributors
- @JeganVG made their first contribution in https://github.com/graphframes/graphframes/pull/766
- @russelljurney-upside made their first contribution in https://github.com/graphframes/graphframes/pull/770
Full Changelog: https://github.com/graphframes/graphframes/compare/v0.10.0...v0.10.1