comparison grid_refactor.md @ 1292:6753b210d0ab refactor/grids

Add todos
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 07 Mar 2023 10:11:49 +0100
parents 014d365c18de
children 797b4ee51edf
comparison
equal deleted inserted replaced
1291:356ec6a72974 1292:6753b210d0ab
13 * Grids are now expected to support Julia's indexing and iteration interface. 13 * Grids are now expected to support Julia's indexing and iteration interface.
14 * `eval_on` can be called with both `f(x,y,...)` and `f(x̄)`. 14 * `eval_on` can be called with both `f(x,y,...)` and `f(x̄)`.
15 15
16 16
17 ## TODO 17 ## TODO
18 * Add benchmarks or allocation tests for eval_on and indexing grids.
18 * Document the expected behavior of grid functions 19 * Document the expected behavior of grid functions
19 * Write down the thinking around Grid being an AbstractArray. Why it doesn't work 20 * Write down the thinking around Grid being an AbstractArray. Why it doesn't work
21 * Merge and run benchmarks
20 22
21 * Check all the docstring of all types that have been changed 23 * Check all the docstring of all types that have been changed
22 * Clean out Notes.md of any solved issues 24 * Clean out Notes.md of any solved issues
23 * Delete this document, move remaining notes to Notes.md 25 * Delete this document, move remaining notes to Notes.md
24 26