Skip to content

Releases: graphframes/graphframes

v0.10.1

16 Jan 19:26
afea945

Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

28 Oct 09:42
df4a0ea

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.3...v0.10.0

v0.9.3

10 Sep 16:40
8e65bcb

Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.3

v0.9.2

19 Jul 13:33
c26297b

Choose a tag to compare

Overview

  • fix publishing issues
  • fix docs publishing issues

What's Changed

Full Changelog: v0.9.1...v0.9.2

GraphFrames v0.9.1

19 Jul 05:41
e334f2c

Choose a tag to compare

Overview

Mostly this release is about publishing fixes (version string, README, PySpark Classic dependencies, etc.). There are no changes in core or API.

What's Changed

Full Changelog: v0.9.0...v0.9.1

GraphFrames v0.9.0

17 Jul 07:57
3c07f9d

Choose a tag to compare

Overview

  • Spark Connect support
  • Spark 4.x support
  • Performance improvements in CC
  • Updated API for Pregel
  • GraphX-free impl of CDLP and SP
  • New groupId io.graphframes
  • New PyPi ID: graphframes-py
  • A lot of additional changes and fixes
  • Updated documentation

What's Changed

New Contributors

Full Changelog: v0.8.3...v0.9.0

GraphFrames 0.8.3

27 Sep 02:10

Choose a tag to compare

GraphFrames 0.8.2

18 Oct 15:43

Choose a tag to compare

Major Changes

  • Support Spark 3.1 / Scala 2.12 and Spark 3.2 / Scala 2.12.

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

GraphFrames 0.8.1

06 Sep 16:39

Choose a tag to compare

  • Build against official Spark 3.0.0 release.
  • Cross build: Spark 3.0/Scala 2.12, Spark 2.4/Scala 2.11, Spark 2.4/Scala 2.12 (Experimental).
  • Fixed an error in shortest path (#367).
  • Removed the use of deprecated methods (#363).

GraphFrames 0.8.0

21 Mar 19:43

Choose a tag to compare

  • Support Spark 2.4 / Scala 2.11 and Spark 3.0 (Preview) / Scala 2.12.