FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing v0.12.1...v0.12.2 · graphframes/graphframes · GitHub

Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphframes/graphframes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.1
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: graphframes/graphframes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.2
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
  • 8 commits
  • 13 files changed
  • 7 contributors

Commits on Jul 25, 2026

  1. chore(deps-dev): bump setuptools from 80.9.0 to 83.0.0 in /python (#875)

    Bumps [setuptools](https://github.com/pypa/setuptools) from 80.9.0 to 83.0.0.
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](pypa/setuptools@v80.9.0...v83.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: setuptools
      dependency-version: 83.0.0
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 25, 2026
    Configuration menu
    Copy the full SHA
    926e9d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2026

  1. Fix: move click to main dependencies and lazy-import tutorials in con…

    …sole.py (#881)
    
    * Initial plan
    
    * Move click to main deps and lazy-import tutorials in console.py
    
    Co-authored-by: rjurney <42149+rjurney@users.noreply.github.com>
    
    * Revert pyproject.toml changes, keep lazy-import fix in console.py
    
    Co-authored-by: rjurney <42149+rjurney@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: rjurney <42149+rjurney@users.noreply.github.com>
    Copilot and rjurney authored Aug 6, 2026
    Configuration menu
    Copy the full SHA
    340dbe4 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2026

  1. fix: restore the broken star history chart (#883)

    The star history chart in the README pointed to a provider whose chart is broken because of GitHub stargazer API restrictions. Update the domain to the maintained alternative so the chart renders again.
    PingouinFerreux authored Aug 12, 2026
    Configuration menu
    Copy the full SHA
    d12988f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2026

  1. fix: publish tutorials dependencies as PEP 621 extras (#885)

    `click`, `py7zr` and `requests` were declared in
    `[tool.poetry.group.tutorials.dependencies]`. Poetry dependency *groups*
    are a local dev-environment feature and are never written into built
    distribution metadata, so the published wheel carried no `Provides-Extra`
    and no `Requires-Dist` at all:
    
        $ pip install 'graphframes-py[tutorials]'
        WARNING: graphframes-py 0.12.1 does not provide the extra 'tutorials'
        $ graphframes
        ModuleNotFoundError: No module named 'click'
    
    Declare the same three packages in `[project.optional-dependencies]` so
    they land in the wheel metadata and `pip install graphframes-py[tutorials]`
    (or `[all]`) works. The `tutorials` Poetry group is kept so that
    `poetry install --with tutorials` still works for contributors.
    
    Also catch the `ImportError` in `graphframes.console.main()` and log a
    message pointing at the extra, instead of raising a bare traceback from
    the console script that is installed for every user.
    
    Fixes #884
    james-willis authored Aug 22, 2026
    Configuration menu
    Copy the full SHA
    eb6f25e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2026

  1. feat: GQL-1 -- update py7zr (#867)

    * feat: update py7zr
    
    It is required to fix the build and security alerts
    
    * resolve merge conflicts
    SemyonSinchenko authored Aug 24, 2026
    Configuration menu
    Copy the full SHA
    0fda61f View commit details
    Browse the repository at this point in the history
  2. chore: add test for 873 (#886)

    * chore: add test for 873
    
    * chore: more ram for tests
    SemyonSinchenko authored Aug 24, 2026
    Configuration menu
    Copy the full SHA
    16a160b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2026

  1. fix: resolve AttributeError in pageRank on Spark Connect (issue #889) (

    …#890)
    
    GraphFrameConnect._update_page_rank_edge_weights referenced self.edges
    (no public attribute — only self._edges exists) and self.outDegrees
    (not defined on GraphFrameConnect), causing AttributeError when calling
    pageRank() via Spark Connect.
    
    - Add outDegrees property to GraphFrameConnect
    - Fix self.edges.columns → self._edges.columns
    
    Add regression test test_graphframes_pagerank covering the pageRank API.
    MCBoarder289 authored Aug 26, 2026
    Configuration menu
    Copy the full SHA
    714cad7 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2026

  1. perf: better wcc (#888)

    * perf: better wcc
    
    * fix: from review
    SemyonSinchenko authored Aug 27, 2026
    Configuration menu
    Copy the full SHA
    34f85dc View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL