ASEM000 / kernex

Stencil computations in JAX
MIT License
66 stars 3 forks source link

V0.1.3 #4

Closed ASEM000 closed 1 year ago

ASEM000 commented 1 year ago

API did not change; internal functions were rewritten in functional form. i.e., PyTreeClass is dropped

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 92.71% and project coverage change: -1.00 :warning:

Comparison is base (2719c7e) 97.27% compared to head (e200ddf) 96.28%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4 +/- ## ========================================== - Coverage 97.27% 96.28% -1.00% ========================================== Files 11 10 -1 Lines 1139 1131 -8 ========================================== - Hits 1108 1089 -19 - Misses 31 42 +11 ``` | [Impacted Files](https://codecov.io/gh/ASEM000/Kernex/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mahmoud+Asem) | Coverage Δ | | |---|---|---| | [kernex/interface/resolve\_utils.py](https://codecov.io/gh/ASEM000/Kernex/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mahmoud+Asem#diff-a2VybmV4L2ludGVyZmFjZS9yZXNvbHZlX3V0aWxzLnB5) | `81.48% <63.63%> (-1.68%)` | :arrow_down: | | [kernex/\_src/scan.py](https://codecov.io/gh/ASEM000/Kernex/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mahmoud+Asem#diff-a2VybmV4L19zcmMvc2Nhbi5weQ==) | `89.83% <88.88%> (-8.05%)` | :arrow_down: | | [kernex/interface/kernel\_interface.py](https://codecov.io/gh/ASEM000/Kernex/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mahmoud+Asem#diff-a2VybmV4L2ludGVyZmFjZS9rZXJuZWxfaW50ZXJmYWNlLnB5) | `95.65% <92.30%> (-1.37%)` | :arrow_down: | | [kernex/\_src/map.py](https://codecov.io/gh/ASEM000/Kernex/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mahmoud+Asem#diff-a2VybmV4L19zcmMvbWFwLnB5) | `96.42% <96.22%> (-3.58%)` | :arrow_down: | | [kernex/\_\_init\_\_.py](https://codecov.io/gh/ASEM000/Kernex/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mahmoud+Asem#diff-a2VybmV4L19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [kernex/\_src/utils.py](https://codecov.io/gh/ASEM000/Kernex/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mahmoud+Asem#diff-a2VybmV4L19zcmMvdXRpbHMucHk=) | `94.18% <100.00%> (+0.67%)` | :arrow_up: | | [tests/test\_scan\_and\_map.py](https://codecov.io/gh/ASEM000/Kernex/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mahmoud+Asem#diff-dGVzdHMvdGVzdF9zY2FuX2FuZF9tYXAucHk=) | `100.00% <100.00%> (ø)` | | | [tests/test\_utils.py](https://codecov.io/gh/ASEM000/Kernex/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mahmoud+Asem#diff-dGVzdHMvdGVzdF91dGlscy5weQ==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mahmoud+Asem). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mahmoud+Asem)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

ASEM000 commented 1 year ago

API did not change; internal functions were rewritten in functional form. i.e., PyTreeClass is dropped