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 support for paramspec #255

Merged
merged 6 commits into from Sep 20, 2022
Merged

Add support for paramspec #255

merged 6 commits into from Sep 20, 2022

Commits on Sep 19, 2022

  1. Add support for paramspec

    the type accesses have to use the type builtin
    to get the correct type in case __class__ is patched
    Numerlor committed Sep 19, 2022
    Copy the full SHA
    7f2a325 View commit details
    Browse the repository at this point in the history
  2. add paramspec tests

    Numerlor committed Sep 19, 2022
    Copy the full SHA
    19f7937 View commit details
    Browse the repository at this point in the history
  3. add paramspec to changelog

    Numerlor committed Sep 19, 2022
    Copy the full SHA
    cd58a57 View commit details
    Browse the repository at this point in the history
  4. remove unused type ignore

    Numerlor committed Sep 19, 2022
    Copy the full SHA
    dc8f06a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    49de7fc View commit details
    Browse the repository at this point in the history
  6. use dash instead of underscore for extra

    the underscore caused pip to miss it, and tests to fail
    Numerlor committed Sep 19, 2022
    Copy the full SHA
    9860708 View commit details
    Browse the repository at this point in the history