Skip to content

Releases: graphframes/graphframes

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.

GraphFrames 0.7.0

08 Jan 20:43

Choose a tag to compare

  • Pregel API.
  • Support Spark 2.4, Python 3.6, and removed support for Spark 2.2.
  • Removed scala-logging-slf4j from dependencies.