Mercurial > repos > public > sbplib_julia
comparison TODO.md @ 1040:7fc8df5157a7 refactor/lazy_tensors
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 22 Mar 2022 14:23:55 +0100 |
parents | 6abbb2c6c3e4 99d1f5651d0b |
children | 6b94663f4376 |
comparison
equal
deleted
inserted
replaced
1037:9e76bf19904c | 1040:7fc8df5157a7 |
---|---|
21 Should getregion also work for getregion(::Colon,...) | 21 Should getregion also work for getregion(::Colon,...) |
22 - [ ] Add possibility to create tensor mapping application with `()`, e.g `D1(v) <=> D1*v`? | 22 - [ ] Add possibility to create tensor mapping application with `()`, e.g `D1(v) <=> D1*v`? |
23 - [ ] Add custom pretty printing to LazyTensors/SbpOperators to enhance readability of e.g error messages. | 23 - [ ] Add custom pretty printing to LazyTensors/SbpOperators to enhance readability of e.g error messages. |
24 See (https://docs.julialang.org/en/v1/manual/types/#man-custom-pretty-printing) | 24 See (https://docs.julialang.org/en/v1/manual/types/#man-custom-pretty-printing) |
25 - [ ] Move export statements to top of each module | 25 - [ ] Move export statements to top of each module |
26 - [ ] Add a type StencilSet for easier dispatch | |
27 | 26 |
28 ## Repo | 27 ## Repo |
29 - [ ] Rename repo to Sbplib.jl | 28 - [ ] Rename repo to Sbplib.jl |
30 | 29 |
31 # Wrap up tasks | 30 # Wrap up tasks |