comparison TODO.md @ 1039:696a3307b6a4

Merge feature/stencil_set_type
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Tue, 22 Mar 2022 14:14:31 +0100
parents 99d1f5651d0b
children 7fc8df5157a7
comparison
equal deleted inserted replaced
988:83046af6143a 1039:696a3307b6a4
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