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

einops accessor #51

Merged
merged 6 commits into from
May 30, 2023
Merged

einops accessor #51

merged 6 commits into from
May 30, 2023

Conversation

OriolAbril
Copy link
Member

@OriolAbril OriolAbril commented May 22, 2023

Homogenize einops API and add accessors for einops and linalg (a subset of functions that have a
single argument or a clear main argument).

Ref pydata/xarray#7295


📚 Documentation preview 📚: https://xarray-einstats--51.org.readthedocs.build/en/51/

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@codecov
Copy link

codecov bot commented May 22, 2023

Codecov Report

Merging #51 (b03640c) into main (2b92d28) will decrease coverage by 0.62%.
The diff coverage is 90.51%.

@@            Coverage Diff             @@
##             main      #51      +/-   ##
==========================================
- Coverage   91.02%   90.40%   -0.62%     
==========================================
  Files           6        6              
  Lines         713      782      +69     
==========================================
+ Hits          649      707      +58     
- Misses         64       75      +11     
Impacted Files Coverage Δ
src/xarray_einstats/einops.py 88.05% <86.66%> (-1.82%) ⬇️
src/xarray_einstats/linalg.py 91.96% <88.88%> (-0.97%) ⬇️
src/xarray_einstats/accessors.py 92.85% <92.85%> (ø)
src/xarray_einstats/__init__.py 94.59% <100.00%> (+0.15%) ⬆️

... and 1 file with indirect coverage changes

@OriolAbril OriolAbril linked an issue May 26, 2023 that may be closed by this pull request
@OriolAbril OriolAbril merged commit 4fc61d7 into arviz-devs:main May 30, 2023
@OriolAbril OriolAbril deleted the einops_accessor branch May 30, 2023 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

display_np_arrays_as_images in (ported) einops tutorial missing
1 participant