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 cmath #1511

Merged
merged 33 commits into from
Sep 16, 2023
Merged

Add support for cmath #1511

merged 33 commits into from
Sep 16, 2023

Commits on Sep 14, 2023

  1. Improve some docstrings

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    708f290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fb3b1e View commit details
    Browse the repository at this point in the history
  3. Add cmath functions

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    330a184 View commit details
    Browse the repository at this point in the history
  4. Use complexes. Test polar

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    119dcc6 View commit details
    Browse the repository at this point in the history
  5. Add all and types

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4f0e199 View commit details
    Browse the repository at this point in the history
  6. Visit cmath polar

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d2c99ae View commit details
    Browse the repository at this point in the history
  7. Fix type

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    deadb8f View commit details
    Browse the repository at this point in the history
  8. Missing imports

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    af6acfa View commit details
    Browse the repository at this point in the history
  9. Neater printing

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    47fda2e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c90e8ca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d108f21 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ced466b View commit details
    Browse the repository at this point in the history
  13. Add init for docstring

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    719a213 View commit details
    Browse the repository at this point in the history
  14. Add visit function

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4dcf5d3 View commit details
    Browse the repository at this point in the history
  15. Update docs

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2eca239 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6068063 View commit details
    Browse the repository at this point in the history
  17. [CODACY] Clean up imports

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b61c49e View commit details
    Browse the repository at this point in the history
  18. Update CHANGELOG

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7b359b8 View commit details
    Browse the repository at this point in the history
  19. Improve docstrings

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3b3f982 View commit details
    Browse the repository at this point in the history
  20. Unused variables

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7ca63e0 View commit details
    Browse the repository at this point in the history
  21. Sort __all__

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7bb86f3 View commit details
    Browse the repository at this point in the history
  22. Missing import

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    76f0131 View commit details
    Browse the repository at this point in the history
  23. Add missing function

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    73da325 View commit details
    Browse the repository at this point in the history
  24. Improve coverage

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    628b643 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b99477e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8b8f6c8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7360d66 View commit details
    Browse the repository at this point in the history
  28. Unused imports

    EmilyBourne committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7b5335e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7f6c77b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    20015a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Clean up spacing

    EmilyBourne committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f025067 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary spaces

    EmilyBourne committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    eade0f4 View commit details
    Browse the repository at this point in the history
  3. Use is not

    EmilyBourne committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    45df9ae View commit details
    Browse the repository at this point in the history