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

Implemented the (local) Hilbert symbol for global function fields #37554

Merged
merged 16 commits into from
Mar 31, 2024

Commits on Mar 6, 2024

  1. Implemented the (local) Hilbert symbol for global function fields

    Amends: Changed some documentation, adapted characteristic check to check ==2 instead of <= 2
    S17A05 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    be7c5f1 View commit details
    Browse the repository at this point in the history
  2. Corrected code in examples

    S17A05 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b7a9614 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02c46a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Docstring corrections

    Amend: Added missing multiline continuation markers
    S17A05 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c12a9de View commit details
    Browse the repository at this point in the history
  2. Fixed docstrings and small modifications

    - Simplified return command, removed `ZZ` from import again
    - Return `0` instead of an error for zero inputs
    S17A05 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0db2eb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8f8056 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24beec3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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

Commits on Mar 26, 2024

  1. Implemented reviewer feedback

    - Fixed errors caused by unexpected behavior of reduction map
    - Added examples for bimultiplicativity
    - Corrected docstring
    S17A05 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    53e601e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a06d3f0 View commit details
    Browse the repository at this point in the history
  3. Change characteristic error type

    Amend: Fixed weird spacing
    S17A05 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    894a6b4 View commit details
    Browse the repository at this point in the history
  4. Fixed doctest

    S17A05 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0e6ef5c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Small changes

    - Fixed Lint issue
    - Implemented reviewer feedback
    - Added checks for symmetry
    S17A05 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    38259b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Implemented review feedback

    - Rewrote docstring accordings to suggestions
    - Fixed typo in comment
    S17A05 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f25c72c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a931ba7 View commit details
    Browse the repository at this point in the history
  3. Small corrections

    S17A05 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4f1e025 View commit details
    Browse the repository at this point in the history