comparison TODO.md @ 963:52a0ebad0778 feature/laplace_opset

Review: Address review comment on placement of exports. Export statements should be placed at the top of the module file. Add todo.
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Mon, 14 Mar 2022 10:16:03 +0100
parents 1c3378b26466
children 365bc4e2a6a2
comparison
equal deleted inserted replaced
962:1bb28e47990f 963:52a0ebad0778
21 3. [ ] Fix the rest of the library 21 3. [ ] Fix the rest of the library
22 Should getregion also work for getregion(::Colon,...) 22 Should getregion also work for getregion(::Colon,...)
23 - [ ] Add possibility to create tensor mapping application with `()`, e.g `D1(v) <=> D1*v`? 23 - [ ] Add possibility to create tensor mapping application with `()`, e.g `D1(v) <=> D1*v`?
24 - [ ] Add custom pretty printing to LazyTensors/SbpOperators to enhance readability of e.g error messages. 24 - [ ] Add custom pretty printing to LazyTensors/SbpOperators to enhance readability of e.g error messages.
25 See (https://docs.julialang.org/en/v1/manual/types/#man-custom-pretty-printing) 25 See (https://docs.julialang.org/en/v1/manual/types/#man-custom-pretty-printing)
26 - [ ] Move export statements to top of each module
26 27
27 ## Repo 28 ## Repo
28 - [ ] Rename repo to Sbplib.jl 29 - [ ] Rename repo to Sbplib.jl
29 30
30 # Wrap up tasks 31 # Wrap up tasks