Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/src/05-blog/997-graphframes-011-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
- **Title:** GraphFrames 0.11.0 release
- **Summary:** This release brings a new Connected Components algorithm based on Randomized Contraction, automatic Pregel optimization that skips unnecessary joins, graph embeddings via random walks with Word2Vec and Hash2Vec, a PySpark Property Graph API, approximate triangle counting with DataSketches, and various improvements.

Want to try these features now? [Wherobots](https://www.wherobots.com/) is the only cloud platform shipping a modern version of GraphFrames. Sign up and start running graph algorithms right away — no setup required.

## Connected Components: new algorithm

The Connected Components API now offers three algorithm choices:
Expand Down
Loading