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: main
Choose a base ref
...
head repository: sombreslames/python-igraph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 2 files changed
  • 3 contributors

Commits on Sep 29, 2022

  1. Adding C wrapper and test for get_k_shortest_paths

    lferrari committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    4d7d893 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from sombreslames/k_shortest_path

    k_shortest_path
    sombreslames authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    416c00c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20ebfd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51ca733 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94c7e9f View commit details
    Browse the repository at this point in the history
  6. igraph_integer_t cast for from,to and k; Update doc and naming of fun…

    …ction parameter
    lferrari committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    e87b83b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Erasing one test with multiple target vertex.

    Correcting call to get_k_shortest_paths
    lferrari committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    3099f41 View commit details
    Browse the repository at this point in the history
  2. igraphmodule_PyObject_to_vid to handle vertex or vertex id

    No more use of igraph_vs_destroy since to is not a vector
    lferrari committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    4b6a752 View commit details
    Browse the repository at this point in the history
  3. Coding style

    lferrari committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    fb4a3d4 View commit details
    Browse the repository at this point in the history
  4. Removing last igraph_vs_destroy

    lferrari committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    f873bf9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Updat the PyArg_ParseTupleAndKeywords for igraphmodule_Graph_get_k_sh…

    …ortest_paths
    lferrari committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    9190382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9819993 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be87477 View commit details
    Browse the repository at this point in the history
  4. test: get_k_shortest_paths() result checks in unit tests should not b…

    …e sensitive to the order
    ntamas committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    a58c2cd View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

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

Commits on Oct 10, 2022

  1. Adding output parameter to get_k_shortest_path

    Changing order of arg of get_k_shortest_path(v,to,k,weights,mode,output)
    lferrari committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    54e91e4 View commit details
    Browse the repository at this point in the history
  2. Correcting order for PyArg_ParseTupleAndKeywords of igraphmodule_Grap…

    …h_get_k_shortest_paths
    lferrari committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    d375e04 View commit details
    Browse the repository at this point in the history
  3. style: nitpicking

    ntamas authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    76c323a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2794242 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    273fbbe View commit details
    Browse the repository at this point in the history
Loading