Skip to content

Commit

Permalink
import sub_materialize (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty authored Nov 18, 2019
1 parent 17530b7 commit 6786eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "LazyArrays"
uuid = "5078a376-72f3-5289-bfd5-ec5146d43c02"
version = "0.14.4"
version = "0.14.5"


[deps]
Expand Down
2 changes: 1 addition & 1 deletion src/LazyArrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import StaticArrays: StaticArrayStyle

import ArrayLayouts: MatMulVecAdd, MatMulMatAdd, MulAdd, Lmul, Rmul, Ldiv,
transposelayout, conjlayout, sublayout, triangularlayout, triangulardata,
reshapedlayout, diagonallayout, adjointlayout,
reshapedlayout, diagonallayout, adjointlayout, sub_materialize,
check_mul_axes, _mul_eltype, check_ldiv_axes, ldivaxes, colsupport, rowsupport,
_fill_lmul!, @lazylmul, scalarone, scalarzero, fillzeros, zero!

Expand Down

2 comments on commit 6786eea

@dlfivefifty
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/5528

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.14.5 -m "<description of version>" 6786eeafe6c16ffa438cd211cbb27835f5f2971a
git push origin v0.14.5

Please sign in to comment.