comparison TODO.md @ 973:4c17a7d6ae5e feature/first_derivative

Merge default
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 15 Mar 2022 06:53:06 +0100
parents 997ea308aeca
children f885e1de6dc4 1ba8a398af9c 99d1f5651d0b
comparison
equal deleted inserted replaced
972:803f60f461c1 973:4c17a7d6ae5e
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