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

mypy implementation for adapters in tiled #700

Merged
merged 45 commits into from
Apr 26, 2024

Commits on Apr 26, 2024

  1. some more changes

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fe79576 View commit details
    Browse the repository at this point in the history
  2. typed zarr.py

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1038553 View commit details
    Browse the repository at this point in the history
  3. typed tiff.py

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7595639 View commit details
    Browse the repository at this point in the history
  4. xarray.py typed

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    06ac19c View commit details
    Browse the repository at this point in the history
  5. some more typing added

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a80caba View commit details
    Browse the repository at this point in the history
  6. some more typing. still few problems in mapping.py

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    786a275 View commit details
    Browse the repository at this point in the history
  7. more typing

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    82a3d01 View commit details
    Browse the repository at this point in the history
  8. still 1 mypy problem left

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c5ac22b View commit details
    Browse the repository at this point in the history
  9. docstring skeletons added

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1a0b167 View commit details
    Browse the repository at this point in the history
  10. some more improvement

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2265002 View commit details
    Browse the repository at this point in the history
  11. solved some docs build problems

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c6358fd View commit details
    Browse the repository at this point in the history
  12. few more changes

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2777e3c View commit details
    Browse the repository at this point in the history
  13. change type_alliases.py

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    84e64ac View commit details
    Browse the repository at this point in the history
  14. some more changes

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9a9486f View commit details
    Browse the repository at this point in the history
  15. some more changes

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    64a3fdb View commit details
    Browse the repository at this point in the history
  16. update python to 3.11 in doc compilation

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8c32d0b View commit details
    Browse the repository at this point in the history
  17. fixed failing tests

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    090eda3 View commit details
    Browse the repository at this point in the history
  18. Add protocols

    danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1f4536a View commit details
    Browse the repository at this point in the history
  19. change docs python to 3.10

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6a20cb9 View commit details
    Browse the repository at this point in the history
  20. preliminary addressing to the comments

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    be14c77 View commit details
    Browse the repository at this point in the history
  21. some tests for protocols

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8509083 View commit details
    Browse the repository at this point in the history
  22. some corrections in protocols tests

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1be2018 View commit details
    Browse the repository at this point in the history
  23. fix small bug in test_protocols.py

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9331763 View commit details
    Browse the repository at this point in the history
  24. try to solve EllipsisType that only exists in python 3.10

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    edf4e1f View commit details
    Browse the repository at this point in the history
  25. change python version check

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9c7aa41 View commit details
    Browse the repository at this point in the history
  26. some more fix

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b066f41 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5c05e13 View commit details
    Browse the repository at this point in the history
  28. tests

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ed2a731 View commit details
    Browse the repository at this point in the history
  29. some more unit tests for protocols

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    95ffb51 View commit details
    Browse the repository at this point in the history
  30. add accesspolicy protocol tests

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4d1f6b0 View commit details
    Browse the repository at this point in the history
  31. few more fixes

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bb0f108 View commit details
    Browse the repository at this point in the history
  32. python 3.8 MutableMapping problem: try to replacse with the one from …

    …typing
    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    809089c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    126eed2 View commit details
    Browse the repository at this point in the history
  34. small fixes for typing errors appeared in python 3.8

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b268500 View commit details
    Browse the repository at this point in the history
  35. one more typing fix for python 3.8

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e9dfa6d View commit details
    Browse the repository at this point in the history
  36. some more fix python3.8

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    07f717a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6f4e773 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7038db5 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    9f10eb9 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    d923f4f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    557e32f View commit details
    Browse the repository at this point in the history
  42. Fix typo

    danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7d4a34e View commit details
    Browse the repository at this point in the history
  43. Fix type of partition

    danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d000794 View commit details
    Browse the repository at this point in the history
  44. added a changelog entry

    Seher Karakuzu authored and danielballan committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    453b807 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    e863422 View commit details
    Browse the repository at this point in the history