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

Clean PythonCodePrinter and add dtype property #1260

Merged
merged 58 commits into from
Aug 15, 2023
Merged

Clean PythonCodePrinter and add dtype property #1260

merged 58 commits into from
Aug 15, 2023

Commits on Jul 28, 2023

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

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    06023c5 View commit details
    Browse the repository at this point in the history
  2. Add array.dtype

    EmilyBourne committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    731c093 View commit details
    Browse the repository at this point in the history
  3. Improve python printing

    EmilyBourne committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    53c1ff1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9c0d42 View commit details
    Browse the repository at this point in the history
  5. Class docstring

    EmilyBourne committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    dd69bb5 View commit details
    Browse the repository at this point in the history
  6. Add dtype property test

    EmilyBourne committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9aea2df View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    d19e291 View commit details
    Browse the repository at this point in the history
  2. Add missing name

    EmilyBourne committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    59a2c7d View commit details
    Browse the repository at this point in the history
  3. Print more familiar code

    EmilyBourne committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    35ad1be View commit details
    Browse the repository at this point in the history
  4. Correct doc format

    EmilyBourne committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    517a64d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    665298b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b64ca1b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7af045 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01211ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2503c72 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45da89d View commit details
    Browse the repository at this point in the history
  11. Docstrings

    EmilyBourne committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2783be3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f81d219 View commit details
    Browse the repository at this point in the history
  13. Correct linspace dtype

    EmilyBourne committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    65d0eb1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a29f50c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    86e8765 View commit details
    Browse the repository at this point in the history
  16. Fix typo

    EmilyBourne committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    32a211c View commit details
    Browse the repository at this point in the history
  17. put back old code

    EmilyBourne committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    29d11a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Revert change

    EmilyBourne committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c56347a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9022c46 View commit details
    Browse the repository at this point in the history
  3. Correct type printing

    EmilyBourne committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4656fdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    881c56f View commit details
    Browse the repository at this point in the history
  5. Ensure import

    EmilyBourne committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4792938 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a60674c View commit details
    Browse the repository at this point in the history
  7. Handle default bool

    EmilyBourne committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ce59a4a View commit details
    Browse the repository at this point in the history
  8. Preserve import order

    EmilyBourne committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    57915ee View commit details
    Browse the repository at this point in the history
  9. Remove old skips

    EmilyBourne committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4eef7f7 View commit details
    Browse the repository at this point in the history
  10. Handle default bool

    EmilyBourne committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e37e2e8 View commit details
    Browse the repository at this point in the history
  11. Use default bool

    EmilyBourne committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7143cce View commit details
    Browse the repository at this point in the history
  12. Update CHANGELOG

    EmilyBourne committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d069b9a View commit details
    Browse the repository at this point in the history
  13. Use default bool

    EmilyBourne committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a4616c9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    07783f0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b6cbe28 View commit details
    Browse the repository at this point in the history
  16. Correct variable

    EmilyBourne committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    dff03eb View commit details
    Browse the repository at this point in the history
  17. Try to trigger code

    EmilyBourne committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9b509e5 View commit details
    Browse the repository at this point in the history
  18. Remove dead code

    EmilyBourne committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    1acdf42 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c91fb10 View commit details
    Browse the repository at this point in the history
  20. Trailing whitespace

    EmilyBourne committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2a73013 View commit details
    Browse the repository at this point in the history
  21. Use f-strings

    EmilyBourne committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    fc8a642 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

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

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    ef957ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64f5df7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9553f65 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    9e2e6e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f92383e View commit details
    Browse the repository at this point in the history
  3. Fix alignment

    EmilyBourne committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    e770a5d View commit details
    Browse the repository at this point in the history
  4. Typo

    EmilyBourne committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a8886da View commit details
    Browse the repository at this point in the history
  5. Typo

    EmilyBourne committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    43cb294 View commit details
    Browse the repository at this point in the history
  6. Reduce code duplication

    Co-authored-by: Yaman Güçlü <yaman.guclu@gmail.com>
    EmilyBourne and yguclu committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7eca256 View commit details
    Browse the repository at this point in the history
  7. Fix capitalisation

    EmilyBourne committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    31160ae View commit details
    Browse the repository at this point in the history
  8. Clarify function

    EmilyBourne committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    38086f9 View commit details
    Browse the repository at this point in the history