Skip to content

Conversation

@SemyonSinchenko
Copy link
Collaborator

@SemyonSinchenko SemyonSinchenko commented Aug 26, 2025

What changes were proposed in this pull request?

  • updates to SBT
  • stricter code-style rules
  • corresponding updates
  • new site engine (Laika)
  • docs redesign

Why are the changes needed?

Close #672

Features:

  • A new blog for graphframes with auto-generated Atom feed
  • Redesign of the documentation to be more structured
  • Automatic benchmarks run and text generation
  • New Pregel API docs
  • Property Graphs API docs
  • A lot of updates
  • Updates to sbt to make the build simpler and linter more strict
  • Auto populating of the version in all the bash commands
  • Full integration of docs build to sbt build

@codecov-commenter
Copy link

codecov-commenter commented Aug 30, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 75.00000% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.62%. Comparing base (755c7ef) to head (3c95fb2).

Files with missing lines Patch % Lines
...n/scala/org/graphframes/lib/LabelPropagation.scala 0.00% 6 Missing ⚠️
.../scala/org/graphframes/lib/GraphXConversions.scala 0.00% 1 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #673      +/-   ##
==========================================
+ Coverage   78.21%   81.62%   +3.40%     
==========================================
  Files          29       28       -1     
  Lines        1368     1306      -62     
  Branches      167      148      -19     
==========================================
- Hits         1070     1066       -4     
+ Misses        298      240      -58     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@SemyonSinchenko SemyonSinchenko marked this pull request as ready for review September 1, 2025 16:36
@SemyonSinchenko
Copy link
Collaborator Author

SemyonSinchenko commented Sep 1, 2025

How to test it?

  • Run benchmarks sbt "benchmarks/Jmh/run -rf json"
  • Generate python docs cd python && poetry run bash -c "cd docs && make clean && make html"
  • Run Laika preview server sbt docs/laikaPreview
  • Go to localhost:4242

Copy link
Collaborator

@rjurney rjurney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm


val moviesGroup = VertexPropertyGroup("movies", moviesData, "id", applyMaskOnId = false)
```

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very cool!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is called graph construction via deconvolution. Maybe worth using the term "deconvolution." Search for "deconvolution" in this PDF from Stanford CS224W in 2018: https://snap.stanford.edu/class/cs224w-2018/handouts/04-netconstruct.pdf for more info.

@SemyonSinchenko
Copy link
Collaborator Author

I fixed all the tests, benchmarks, etc.

  • I put Python API first and resolves all the comments.

@SemyonSinchenko
Copy link
Collaborator Author

@rjurney @james-willis take another look please

@SemyonSinchenko SemyonSinchenko merged commit f2dc5b4 into graphframes:master Sep 9, 2025
5 checks passed
@SemyonSinchenko SemyonSinchenko deleted the 672-laika branch September 9, 2025 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: switch website backend from Jekyll to Laika

4 participants