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

Update gt4py on 2022.11.07 #375

Merged
merged 60 commits into from
Dec 21, 2022
Merged

Update gt4py on 2022.11.07 #375

merged 60 commits into from
Dec 21, 2022

Commits on Nov 7, 2022

  1. Update gt4py on 2022.11.07

    jdahm committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a283712 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Regenerate constraints.txt

    jdahm committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    c8a3236 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Fixes

    jdahm committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    0902b3a View commit details
    Browse the repository at this point in the history
  2. Fix type hints

    jdahm committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    a4cb91e View commit details
    Browse the repository at this point in the history
  3. Fix in thresholds.py

    jdahm committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    a01ccaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a93e64a View commit details
    Browse the repository at this point in the history
  5. Fix typing

    jdahm committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    cf0e901 View commit details
    Browse the repository at this point in the history
  6. Fix spelling

    jdahm committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    baf9b8f View commit details
    Browse the repository at this point in the history
  7. Finish fixing pace.util tests

    jdahm committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    8f9a48f View commit details
    Browse the repository at this point in the history
  8. Add from_array to StorageNumpy

    jdahm committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    ed7f4fe View commit details
    Browse the repository at this point in the history
  9. Fix __descriptor__?

    jdahm committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2eddc20 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e6969c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    374e3a4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    884a8a7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b92b37c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f0bf465 View commit details
    Browse the repository at this point in the history
  15. Fix flake8 error

    jdahm committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    b29d1e1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    22b71b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Put back conditional

    jdahm committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    a23ad48 View commit details
    Browse the repository at this point in the history
  2. Handle dict input in get_data

    jdahm committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    a1c554f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Address feedback

    jdahm committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4c54f92 View commit details
    Browse the repository at this point in the history
  2. Check for optimal layout

    jdahm committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    476a733 View commit details
    Browse the repository at this point in the history
  3. Reset from_array

    jdahm committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d7d1494 View commit details
    Browse the repository at this point in the history
  4. Check arg.dims for Quantity

    jdahm committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f437d88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc8417f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Switch to fixing in place

    jdahm committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    7fc291b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Try returning a dace descriptor

    jdahm committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a26e354 View commit details
    Browse the repository at this point in the history
  2. Return typeclass

    jdahm committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    bb2618a View commit details
    Browse the repository at this point in the history
  3. Lint

    jdahm committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    9f5c42a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

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

Commits on Nov 21, 2022

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

Commits on Nov 26, 2022

  1. Add return

    jdahm authored Nov 26, 2022
    Configuration menu
    Copy the full SHA
    fc8979c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

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

Commits on Dec 2, 2022

  1. Update gt4py

    jdahm committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    69a4643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    247ef30 View commit details
    Browse the repository at this point in the history
  3. Update attrs

    jdahm committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    921e4ae View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Pass backend to quantity in QuantityFactory (when available)

    Verbose the assert in __descriptor__ and raise if pull on
    a quantity with no backend specified
    FlorianDeconinck committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    cdc5990 View commit details
    Browse the repository at this point in the history
  2. lint

    FlorianDeconinck committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    d7349c9 View commit details
    Browse the repository at this point in the history
  3. Don't use hasattr

    Co-authored-by: Johann Dahm <[email protected]>
    FlorianDeconinck and jdahm authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    a0a9880 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    907b0e1 View commit details
    Browse the repository at this point in the history
  2. Cleanup of the quantity descriptor

    DaCe as optional in .utils
    FlorianDeconinck committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    17bd825 View commit details
    Browse the repository at this point in the history
  3. lint

    FlorianDeconinck committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    f08be00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e265bc9 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

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

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    e5b076e View commit details
    Browse the repository at this point in the history
  2. Set a few back

    jdahm committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    44b996f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8596aae View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    152563f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4495701 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fbd87b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Add skip_test option

    Update threshold to deactivate dace:gpu for FVSubgridZ
    Update README.md
    FlorianDeconinck committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    523be60 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    36f1da4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7902dd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cab807d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    4b2fbc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fdc476 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee3549b View commit details
    Browse the repository at this point in the history
  4. Fillz test transparent device copy

    [CircleCi] Move no-output to 20min on orch_cpu
    FlorianDeconinck committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    b4e8489 View commit details
    Browse the repository at this point in the history
  5. typo

    FlorianDeconinck committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    e26d50a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    237e819 View commit details
    Browse the repository at this point in the history