New
v0.10.0
What's Changed
- feat: initial commit with a copy of GraphX code by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/680
- chore: update image paths in README files to new directory location by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/683
- feat: performance improvement in GraphX CDLP by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/681
- feat: fix memory leaks in GraphX by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/687
- feat: improvements in GF-based algorithms performance by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/690
- feat: add LDBC Connected Components example by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/692
- hotfix: java 8 did not have Path.of by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/694
- feat: variable length pattern matching by @goungoun in https://github.com/graphframes/graphframes/pull/685
- doc: update docs by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/699
- feat: performance and API sync by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/698
- feat: add validate method by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/695
- feat: add Rocha–Thatte cycle detection algorithm by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/700
- feat: aggregatemessages multiple columns by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/701
- chore: update Dockerfile by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/702
- feat: change default branch to "main" by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/703
- feat: add a test for pagerank by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/707
- feat: method to transform graph to undirected by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/705
- feat: simplified implementation of triplets by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/708
- feat: better TriangleCount by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/704
- doc: Documentation on setting up the environment by @joelrobin18 in https://github.com/graphframes/graphframes/pull/719
- chore: Unpersist cached data from the test suite by @joelrobin18 in https://github.com/graphframes/graphframes/pull/720
- feat: refactoring of python && docs && sync pyspark with core by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/711
- feat: add bidirectional motif pattern by @goungoun in https://github.com/graphframes/graphframes/pull/717
- feat: add undirected edge motif pattern by @goungoun in https://github.com/graphframes/graphframes/pull/712
- Improve result formatting for variable length pattern and undirected pattern by @goungoun in https://github.com/graphframes/graphframes/pull/728
- bug: prevent negated bidirectional edge by @goungoun in https://github.com/graphframes/graphframes/pull/739
- Add Graphframe Type Degree Methods by @joelrobin18 in https://github.com/graphframes/graphframes/pull/742
- fix: make py4j pyspark api robust by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/743
- feat: K-Core by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/740
- feat: reduce memory consumption of cycles detection by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/731
- feat: handle edges directions in SP by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/737
- feat: maximal independent set by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/744
- feat: prepare the release 0.10.0 by @SemyonSinchenko in https://github.com/graphframes/graphframes/pull/725
New Contributors
- @goungoun made their first contribution in https://github.com/graphframes/graphframes/pull/685
- @joelrobin18 made their first contribution in https://github.com/graphframes/graphframes/pull/719
Full Changelog: https://github.com/graphframes/graphframes/compare/v0.9.3...v0.10.0