Skip to content
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: igraph/python-igraph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20ead61
Choose a base ref
...
head repository: igraph/python-igraph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c3df47e
Choose a head ref
  • 14 commits
  • 17 files changed
  • 2 contributors

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    ef8a5be View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. fix: make sure that everything is exported from __all__ that used to …

    …be exported intentionally in 0.9, refs #565
    ntamas committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    e99e084 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    749503d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    cbd5341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47501ad View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. networkx g.nodes is not a list but is iterable (#567)

    * networkx g.nodes is not a list but is iterable
    
    * Add test
    
    * fix: fix check for _igraph_index in NetworkX nodes
    
    * fix: remove an unneeded unrolling of dict.items() in the nx converter
    
    Co-authored-by: Tamas Nepusz <ntamas@gmail.com>
    iosonofabio and ntamas authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    3db29fc View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Configuration menu
    Copy the full SHA
    d0e9078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    742d3b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    562c05f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d5a310 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    ecfebc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a30ca7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70d66c4 View commit details
    Browse the repository at this point in the history
  4. chore: trigger build

    ntamas committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    c3df47e View commit details
    Browse the repository at this point in the history
Loading