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

[WIP] Addition of UnitOperationWarning and strict kwarg to UnitRegistry #166

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    7a1553f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb05c4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    152ba95 View commit details
    Browse the repository at this point in the history
  4. Add usage documentation

    mkhorton committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    b433c19 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    mkhorton committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    ed298ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b19e139 View commit details
    Browse the repository at this point in the history
  7. black formatting

    mkhorton committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    7230006 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04e48f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. fix a formatting error

    neutrinoceros committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    05f0763 View commit details
    Browse the repository at this point in the history
  2. Import ordering

    mkhorton committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    d64b089 View commit details
    Browse the repository at this point in the history
  3. Favour f-strings

    Co-authored-by: Clément Robert <[email protected]>
    mkhorton and neutrinoceros committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    0d0bf7d View commit details
    Browse the repository at this point in the history
  4. Ensure space is added to error message

    Co-authored-by: Clément Robert <[email protected]>
    mkhorton and neutrinoceros committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    be41182 View commit details
    Browse the repository at this point in the history
  5. Favor f-string and ' as delimiter

    Co-authored-by: Clément Robert <[email protected]>
    mkhorton and neutrinoceros committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    e5b139a View commit details
    Browse the repository at this point in the history
  6. Import ordering

    mkhorton committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    0943e71 View commit details
    Browse the repository at this point in the history
  7. Remove unused variable

    mkhorton committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    b15d0ad View commit details
    Browse the repository at this point in the history
  8. Fix grammar

    Co-authored-by: Clément Robert <[email protected]>
    mkhorton and neutrinoceros committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    2533b4f View commit details
    Browse the repository at this point in the history
  9. Fix conditional and if statement

    Co-authored-by: Clément Robert <[email protected]>
    mkhorton and neutrinoceros committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    d3436be View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. fix a typo

    neutrinoceros committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    f87b4bf View commit details
    Browse the repository at this point in the history
  2. fix a typo

    neutrinoceros committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    8f20ac7 View commit details
    Browse the repository at this point in the history
  3. Update unyt/unit_registry.py

    Make new argument keyword only
    
    Co-authored-by: Clément Robert <[email protected]>
    mkhorton and neutrinoceros committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    75e89d3 View commit details
    Browse the repository at this point in the history