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

First pass mypy typing #387

Merged
merged 18 commits into from
Jun 14, 2022
Merged

First pass mypy typing #387

merged 18 commits into from
Jun 14, 2022

Commits on May 31, 2022

  1. low hanging fruit

    bryevdv committed May 31, 2022
    Configuration menu
    Copy the full SHA
    69b9cc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3340b09 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. ufunc

    bryevdv committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    238487d View commit details
    Browse the repository at this point in the history
  2. add fft

    bryevdv committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    d18d9ba View commit details
    Browse the repository at this point in the history
  3. restore docstring arg

    bryevdv committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    e441f4d View commit details
    Browse the repository at this point in the history
  4. add fft

    bryevdv committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    2971df2 View commit details
    Browse the repository at this point in the history
  5. typos

    bryevdv committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    cd71851 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. add linalg

    bryevdv committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    940e746 View commit details
    Browse the repository at this point in the history
  2. fixes

    bryevdv committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    8deca8a View commit details
    Browse the repository at this point in the history
  3. fixes

    bryevdv committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    5c8a9fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e90bfa1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

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

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    e6f2174 View commit details
    Browse the repository at this point in the history
  2. remove types from base ufunc

    bryevdv committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    f70ae58 View commit details
    Browse the repository at this point in the history
  3. return Shape

    bryevdv committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    b4b27d7 View commit details
    Browse the repository at this point in the history
  4. tigher matrix_power return

    bryevdv committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    fdf2eee View commit details
    Browse the repository at this point in the history
  5. simpify multi_dot, etc

    bryevdv committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    95b3c15 View commit details
    Browse the repository at this point in the history
  6. remove where from calls

    bryevdv committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    11e4248 View commit details
    Browse the repository at this point in the history