Mercurial > repos > public > sbplib_julia
comparison TODO.md @ 1036:99d1f5651d0b feature/stencil_set_type
Remove todo, add ::StencilSet to some methods, and update docs
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 22 Mar 2022 13:53:07 +0100 |
parents | 997ea308aeca |
children | 7fc8df5157a7 |
comparison
equal
deleted
inserted
replaced
1019:3031ce7a4999 | 1036:99d1f5651d0b |
---|---|
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 |