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

Only use transform_ldiv when feasible #114

Merged
merged 8 commits into from
Aug 1, 2021
Merged

Conversation

dlfivefifty
Copy link
Member

@dlfivefifty dlfivefifty commented Jul 29, 2021

This supports notation like U\D*T when D*T makes sense.

It works by no longer always defaulting to transforms, rather, only using transforms when we think something is function-like, e.g., BroadcastLayout, WeightLayout, and QuasiArrayLayout (to handle Inclusion).

@jagot does this impact you? It's a breaking change due to ambiguity issues.

@codecov
Copy link

codecov bot commented Jul 29, 2021

Codecov Report

Merging #114 (06b046b) into master (3348817) will increase coverage by 0.12%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
+ Coverage   90.82%   90.94%   +0.12%     
==========================================
  Files           7        7              
  Lines         523      530       +7     
==========================================
+ Hits          475      482       +7     
  Misses         48       48              
Impacted Files Coverage Δ
src/ContinuumArrays.jl 86.20% <100.00%> (+0.49%) ⬆️
src/bases/bases.jl 93.13% <100.00%> (+0.15%) ⬆️
src/bases/splines.jl 91.25% <100.00%> (+0.11%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3348817...06b046b. Read the comment docs.

@dlfivefifty dlfivefifty merged commit 6a4a8c0 into master Aug 1, 2021
@dlfivefifty dlfivefifty deleted the dl/ldivtransform branch August 1, 2021 14:40
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.

1 participant