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

update to AbstractPermutations-0.3 #39

Merged
merged 12 commits into from
Dec 17, 2023
Merged

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    6c2db00 View commit details
    Browse the repository at this point in the history
  2. make Perm take ownership of the vector (when possible)

    This reduces the numbers of allocations/copies while constructing
    Perms
    kalmarek committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    7eeb98d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c44eac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb42e73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76132c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    c191318 View commit details
    Browse the repository at this point in the history
  2. bump to v0.6

    kalmarek committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    fadb9b0 View commit details
    Browse the repository at this point in the history
  3. formatting

    kalmarek committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    3706fdf View commit details
    Browse the repository at this point in the history
  4. return the TrivialSampler for AbstractPermutationGroups

    i.e. intercept the creation of PRASampler introduced in GroupsCore v0.5
    kalmarek committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    b9d30d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff830a4 View commit details
    Browse the repository at this point in the history
  6. remove old interface testing

    kalmarek committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    b664783 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc97436 View commit details
    Browse the repository at this point in the history