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

add unit-aware quantity annotations. #10662

Merged
merged 7 commits into from
Oct 29, 2021

Commits on Oct 27, 2021

  1. Enable Quantity[<unit or physical type>]

    Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@protonmail.com>
    nstarman committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    0deb5c5 View commit details
    Browse the repository at this point in the history
  2. Quantity annotations and py3.8

    Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@protonmail.com>
    nstarman committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    d871f67 View commit details
    Browse the repository at this point in the history
  3. quantity_input understands Quantity annotations

    Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@protonmail.com>
    nstarman committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    aeb0eb9 View commit details
    Browse the repository at this point in the history
  4. allow empty annotations

    Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@protonmail.com>
    nstarman committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    821042b View commit details
    Browse the repository at this point in the history
  5. skip tests in documentation

    should be reactivated why py3.9+
    
    Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@protonmail.com>
    nstarman committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    9fa655c View commit details
    Browse the repository at this point in the history
  6. add Any to conf

    Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@protonmail.com>
    nstarman committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    55aef2e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Address review comments

    Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@protonmail.com>
    nstarman committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    e6d147f View commit details
    Browse the repository at this point in the history