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

Improve type annotations #511

Open
wants to merge 28 commits into
base: release/0.4.x
Choose a base branch
from
Open

Improve type annotations #511

wants to merge 28 commits into from

Commits on Jul 3, 2024

  1. Fix equations using |

    Fixes #554
    mhostetter committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    acd8f10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f49b458 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    ff83d5e View commit details
    Browse the repository at this point in the history
  2. Add multithreading compatibility

    Semjon Kravtsenko authored and mhostetter committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5bf5c79 View commit details
    Browse the repository at this point in the history
  3. Fix typing of overloads

    mhostetter committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a66828d View commit details
    Browse the repository at this point in the history
  4. Remove int/np.integer equivalent inputs

    Only `int` is accepted now
    mhostetter committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5dfccd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f9586a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e5af63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7690a55 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45743a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7df83e8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2e91806 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a062b5b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1094fa4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    303dc28 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1be6893 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    04905a7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c0d1a5a View commit details
    Browse the repository at this point in the history
  17. Type Array indexed output

    mhostetter committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    190b9f3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    149c901 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dd6517a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    93862a7 View commit details
    Browse the repository at this point in the history
  21. Enable NumPy mypy plugin

    mhostetter committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4432a16 View commit details
    Browse the repository at this point in the history
  22. Use npt.NDArray

    mhostetter committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e300817 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e090ed8 View commit details
    Browse the repository at this point in the history
  24. Auto fix in pre-commit

    mhostetter committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e72953c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0a78ae4 View commit details
    Browse the repository at this point in the history
  26. Fix lint errors

    mhostetter committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e9fe21b View commit details
    Browse the repository at this point in the history