comparison TODO.md @ 970:a52bd2f1126c

Merge feature/laplace_opset
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Mon, 14 Mar 2022 15:58:26 +0100
parents 997ea308aeca
children f885e1de6dc4 1ba8a398af9c 99d1f5651d0b
comparison
equal deleted inserted replaced
967:84ca744f2f06 970:a52bd2f1126c
20 3. [ ] Fix the rest of the library 20 3. [ ] Fix the rest of the library
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
26 - [ ] Add a type StencilSet for easier dispatch
25 27
26 ## Repo 28 ## Repo
27 - [ ] Rename repo to Sbplib.jl 29 - [ ] Rename repo to Sbplib.jl
28 30
29 # Wrap up tasks 31 # Wrap up tasks