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

expects decorator #143

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

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    044d59a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0754f22 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. idea for test

    TomNicholas committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    e879ef9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

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

Commits on Nov 29, 2021

  1. removed magnitude option

    TomNicholas committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    e354f4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7727d8e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. works for single kwarg

    TomNicholas committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    1379779 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77f5d02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71f4200 View commit details
    Browse the repository at this point in the history
  4. check types of units

    TomNicholas committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    a710741 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    497e97f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00219bc View commit details
    Browse the repository at this point in the history
  7. removed nonlocal keyword

    TomNicholas committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    9e92f21 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    86f7e58 View commit details
    Browse the repository at this point in the history
  9. type hint for func

    Co-authored-by: keewis <keewis@users.noreply.github.com>
    TomNicholas and keewis authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    2141c6c View commit details
    Browse the repository at this point in the history
  10. type hint for args_units

    Co-authored-by: keewis <keewis@users.noreply.github.com>
    TomNicholas and keewis authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    a94a6ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a2cc63f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7103483 View commit details
    Browse the repository at this point in the history
  13. whats new

    TomNicholas committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    59ddf86 View commit details
    Browse the repository at this point in the history
  14. add to API docs

    TomNicholas committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    a5a2493 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. use always_iterable

    TomNicholas committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    e5e84fb View commit details
    Browse the repository at this point in the history
  2. hashable

    Co-authored-by: keewis <keewis@users.noreply.github.com>
    TomNicholas and keewis authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    3f59414 View commit details
    Browse the repository at this point in the history
  3. hashable

    Co-authored-by: keewis <keewis@users.noreply.github.com>
    TomNicholas and keewis authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    b281674 View commit details
    Browse the repository at this point in the history
  4. hashable

    Co-authored-by: keewis <keewis@users.noreply.github.com>
    TomNicholas and keewis authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    c669105 View commit details
    Browse the repository at this point in the history
  5. dict comprehension

    Co-authored-by: keewis <keewis@users.noreply.github.com>
    TomNicholas and keewis authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    9ac8887 View commit details
    Browse the repository at this point in the history
  6. list comprehension

    Co-authored-by: keewis <keewis@users.noreply.github.com>
    TomNicholas and keewis authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    0a6447d View commit details
    Browse the repository at this point in the history
  7. unindent if/else

    Co-authored-by: keewis <keewis@users.noreply.github.com>
    TomNicholas and keewis authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    c29f935 View commit details
    Browse the repository at this point in the history
  8. missing parenthesis

    TomNicholas committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    81913a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4de6f4d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83e422f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    37c3fbc View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Update docs/api.rst

    Co-authored-by: keewis <keewis@users.noreply.github.com>
    TomNicholas and keewis authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    9c19af0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b5c7c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f50305 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. reformat the docstring

    keewis committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    57d341e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

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

Commits on Jan 18, 2022

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

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    0350308 View commit details
    Browse the repository at this point in the history
  2. remove extra xfailed test

    TomNicholas committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    3a24a73 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    19fd6e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2d74e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

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

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    7a6f2cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85b982c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    5ea484b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7c71c1 View commit details
    Browse the repository at this point in the history
  3. simplify the return construct

    keewis committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b39fff3 View commit details
    Browse the repository at this point in the history
  4. code reorganization

    keewis committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    61e0299 View commit details
    Browse the repository at this point in the history
  5. black

    keewis committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    63d8aeb View commit details
    Browse the repository at this point in the history
  6. fix a test

    keewis committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    32a57b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91b4826 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a43dd13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7ea921c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b92087a View commit details
    Browse the repository at this point in the history