Mercurial > repos > public > sbplib_julia
diff TODO.md @ 386:895ec483d741 feature/lazy_array/isapprox
Implement isapprox between LazyArray and scalars.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 01 Oct 2020 07:44:39 +0200 |
parents | de4746d6d126 |
children |
line wrap: on
line diff
--- a/TODO.md Wed Sep 30 21:53:52 2020 +0200 +++ b/TODO.md Thu Oct 01 07:44:39 2020 +0200 @@ -12,6 +12,7 @@ - [ ] Replace getindex hack for flatteing tuples with flatten_tuple. - [ ] Fix indexing signatures. We should make sure we are not too specific. For the "inbetween" layers we don't know what type of index is coming so we should use `I...` instead of `I::Vararg{Int,R}` - [ ] Use `@inferred` in a lot of tests. + - [ ] Do we support broadcasting for Lazy arrays? ## Repo - [ ] Add Vidar to the authors list