bashtage / arch

ARCH models in Python
Other
1.32k stars 245 forks source link

Experimental Feature - Accelerated NumPy #672

Open gavincyi opened 1 year ago

gavincyi commented 1 year ago

The change is to allow user to switch NumPy to other alternatives which can be run on GPU / TPU instances.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 87.70% and project coverage change: -0.01 :warning:

Comparison is base (6bf7e77) 99.43% compared to head (9f75b8e) 99.42%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #672 +/- ## ========================================== - Coverage 99.43% 99.42% -0.01% ========================================== Files 74 77 +3 Lines 15480 15608 +128 Branches 2084 2114 +30 ========================================== + Hits 15393 15519 +126 + Misses 63 58 -5 - Partials 24 31 +7 ``` | [Impacted Files](https://app.codecov.io/gh/bashtage/arch/pull/672?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard) | Coverage Δ | | |---|---|---| | [arch/experimental/engine.py](https://app.codecov.io/gh/bashtage/arch/pull/672?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard#diff-YXJjaC9leHBlcmltZW50YWwvZW5naW5lLnB5) | `75.40% <75.40%> (ø)` | | | [arch/covariance/kernel.py](https://app.codecov.io/gh/bashtage/arch/pull/672?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard#diff-YXJjaC9jb3ZhcmlhbmNlL2tlcm5lbC5weQ==) | `100.00% <100.00%> (ø)` | | | [arch/experimental/\_\_init\_\_.py](https://app.codecov.io/gh/bashtage/arch/pull/672?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard#diff-YXJjaC9leHBlcmltZW50YWwvX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [arch/tests/experimental/test\_engine.py](https://app.codecov.io/gh/bashtage/arch/pull/672?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard#diff-YXJjaC90ZXN0cy9leHBlcmltZW50YWwvdGVzdF9lbmdpbmUucHk=) | `100.00% <100.00%> (ø)` | | | [arch/tests/test\_examples.py](https://app.codecov.io/gh/bashtage/arch/pull/672?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard#diff-YXJjaC90ZXN0cy90ZXN0X2V4YW1wbGVzLnB5) | `100.00% <100.00%> (ø)` | | | [arch/unitroot/unitroot.py](https://app.codecov.io/gh/bashtage/arch/pull/672?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard#diff-YXJjaC91bml0cm9vdC91bml0cm9vdC5weQ==) | `99.86% <100.00%> (+<0.01%)` | :arrow_up: | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/bashtage/arch/pull/672/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard)

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