Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph.{[weighted_]adjacency_matrix,kirchhoff_matrix}: Support constructing End(CombinatorialFreeModule) elements #37955

Merged
merged 11 commits into from
May 12, 2024

Commits on May 7, 2024

  1. src/sage/matrix/{args,constructor}.pyx: Allow redundant positional ar…

    …g nrows, keyword row_keys; fix documentation
    mkoeppe committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e148c23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6154e69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1caf5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bd35bc View commit details
    Browse the repository at this point in the history
  5. GenericGraph.{incidence_matrix,adjacency_matrix}: Refactor through ne…

    …w method _vertices_keys
    mkoeppe committed May 7, 2024
    Configuration menu
    Copy the full SHA
    957cf5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05abecc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    251374f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    3668fa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71dfd7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5a6b30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98323cb View commit details
    Browse the repository at this point in the history