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

Commits on Apr 30, 2024

  1. Add multiset_permutations method that doesn't require length

    in analogy to the same case for regular `permuations`
    oscardssmith authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6afa6f0 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Add test

    oscardssmith authored May 1, 2024
    Configuration menu
    Copy the full SHA
    2813a19 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Update src/permutations.jl

    Co-authored-by: Thomas Christensen <[email protected]>
    oscardssmith and thchr authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    144f360 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. Configuration menu
    Copy the full SHA
    ed2cd2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ff8157 View commit details
    Browse the repository at this point in the history
  3. Update src/permutations.jl

    Co-authored-by: Chengyu Han <[email protected]>
    oscardssmith and inkydragon authored May 2, 2025
    Configuration menu
    Copy the full SHA
    5a65c72 View commit details
    Browse the repository at this point in the history
Loading