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

Further solving related adjustments #1598

Merged
merged 8 commits into from
Feb 9, 2024
Merged

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    9e1374c View commit details
    Browse the repository at this point in the history
  2. Rearrange kernel a bit

    Now `kernel(zero_matrix(ZZ, 2, 2))` gives
    ```
    [1   0]
    [0   1]
    ```
    which certainly looks nicer than
    ```
    [0   1]
    [1   0]
    ```
    joschmitt committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    238c3c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4b7207 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Bump version number

    joschmitt committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5a53cbf View commit details
    Browse the repository at this point in the history
  2. More tests

    joschmitt committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    55f9d76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    452b282 View commit details
    Browse the repository at this point in the history
  4. Adjust docs

    joschmitt authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    995c8f7 View commit details
    Browse the repository at this point in the history
  5. Adjust docs

    joschmitt authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4b6c5e5 View commit details
    Browse the repository at this point in the history