Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Use new eachrow and eachcol #467

Open
arnavs opened this issue Dec 3, 2018 · 1 comment
Open

Use new eachrow and eachcol #467

arnavs opened this issue Dec 3, 2018 · 1 comment
Labels
good first issue Good for newcomers

Comments

@arnavs
Copy link
Member

arnavs commented Dec 3, 2018

Now that JuliaLang/julia#29749 has been merged, we can use for row in eachrow(M) and for col in eachcol(M) etc., instead of for i in axes(M, 2), M[:, i] or whatever.

Will need to get this pre-compatted first though, unless we use Julia 1.1

@arnavs arnavs added this to the v1.1 milestone Dec 3, 2018
@arnavs
Copy link
Member Author

arnavs commented Dec 3, 2018

Also eachslice(M, dims) for arbitrary sizes.

@arnavs arnavs added good first issue Good for newcomers later labels Dec 13, 2018
@jlperla jlperla modified the milestones: v1.1, v1.2 Aug 17, 2019
@arnavs arnavs removed the later label Oct 25, 2019
@jlperla jlperla removed this from the v0.6.0 milestone May 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants