Mercurial > repos > public > sbplib_julia
comparison TODO.md @ 542:011ca1639153 refactor/tensor_index_coupling
Remove Index{Unknown} and replace with general Any implementations
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Fri, 27 Nov 2020 11:27:37 +0100 |
| parents | 7e698030c170 |
| children | ace46ca8513f |
comparison
equal
deleted
inserted
replaced
| 541:62d96e2cd165 | 542:011ca1639153 |
|---|---|
| 12 - [ ] Replace getindex hack for flatteing tuples with flatten_tuple. | 12 - [ ] Replace getindex hack for flatteing tuples with flatten_tuple. |
| 13 - [ ] Fix indexing signatures. We should make sure we are not too specific. For the "inbetween" layers we don't know what type of index is coming so we should use `I...` instead of `I::Vararg{Int,R}` or probably better `I::Vararg{Any,R}` | 13 - [ ] Fix indexing signatures. We should make sure we are not too specific. For the "inbetween" layers we don't know what type of index is coming so we should use `I...` instead of `I::Vararg{Int,R}` or probably better `I::Vararg{Any,R}` |
| 14 - [ ] Use `@inferred` in a lot of tests. | 14 - [ ] Use `@inferred` in a lot of tests. |
| 15 - [ ] Make sure we are setting tolerances in tests in a consistent way | 15 - [ ] Make sure we are setting tolerances in tests in a consistent way |
| 16 - [ ] Add check for correct domain sizes to lazy tensor operations using SizeMismatch | 16 - [ ] Add check for correct domain sizes to lazy tensor operations using SizeMismatch |
| 17 - [ ] Write down some coding guideline or checklist for code convetions. For example i,j,... för indecies and I for multi-index | |
| 17 | 18 |
| 18 ## Repo | 19 ## Repo |
| 19 - [ ] Add Vidar to the authors list | 20 - [ ] Add Vidar to the authors list |
| 20 - [ ] Rename repo to Sbplib.jl | 21 - [ ] Rename repo to Sbplib.jl |
| 21 | 22 |
