log test/Grids/equidistant_grid_test.jl @ 1565:c3425b4302b8 feature/grids/manifolds

age author description
Thu, 25 Apr 2024 13:21:12 +0200 Jonatan Werpers Add equidistant_grid method for HyperBox feature/grids/manifolds
Thu, 11 Apr 2024 22:31:04 +0200 Jonatan Werpers Change to signature of equidistant_grid to same style as many array methods. refactor/equidistant_grid/signature
Wed, 29 Nov 2023 09:04:12 +0100 Jonatan Werpers Make boundary_indices for EquidistantGrid return a tuple to be more concistent with how TensorGrid will implement it feature/grids/boundary_indicies
Tue, 28 Nov 2023 08:51:58 +0100 Jonatan Werpers Implement boundary_indices for EquidistantGrid feature/grids/boundary_indicies
Wed, 22 Nov 2023 17:34:35 +0100 Jonatan Werpers Implement size(g,d) for EquidistantGrid and TensorGrid
Wed, 23 Aug 2023 09:36:05 +0200 Jonatan Werpers Move tests for axes out of indexing interface testset bugfix/grids/complete_interface_impl
Wed, 23 Aug 2023 09:32:01 +0200 Jonatan Werpers Add todo for colon-indexing and remove tests bugfix/grids/complete_interface_impl
Tue, 22 Aug 2023 22:39:03 +0200 Vidar Stiernström Add more tests to indexing bugfix/grids/complete_interface_impl
Tue, 22 Aug 2023 08:59:47 +0200 Jonatan Werpers Add tests for first and last index of equidistant grid bugfix/grids/complete_interface_impl
Sun, 21 May 2023 21:55:14 +0200 Vidar Stiernström Merge with default feature/variable_derivatives
Wed, 08 Feb 2023 21:21:28 +0100 Jonatan Werpers Merge default feature/variable_derivatives base test/Grids/EquidistantGrid_test.jl@a5cf56a29366
Mon, 27 Feb 2023 15:39:13 +0100 Jonatan Werpers Make equdistant_grid return an EquidistantGrid for the 1d Case refactor/grids
Sun, 26 Feb 2023 21:20:52 +0100 Jonatan Werpers Clear out some TBDs refactor/grids
Sun, 26 Feb 2023 21:04:41 +0100 Jonatan Werpers Add tests for change_length refactor/grids
Sun, 26 Feb 2023 17:09:35 +0100 Jonatan Werpers Minor clean up refactor/grids
Fri, 24 Feb 2023 21:48:01 +0100 Jonatan Werpers Fix some broken tests in equidistant_grid_test.jl refactor/grids
Thu, 23 Feb 2023 12:23:49 +0100 Jonatan Werpers Fix broken boundary_grid tests for equidistant grids refactor/grids
Thu, 23 Feb 2023 12:22:00 +0100 Jonatan Werpers Reorganize some EquidistantGrid tests and add test for IteratorSize and eachindex refactor/grids
Wed, 22 Feb 2023 22:38:25 +0100 Jonatan Werpers Implement the interfaces for iteration and indexing on EquidistantGrid. Make collect() work refactor/grids
Wed, 22 Feb 2023 12:53:16 +0100 Jonatan Werpers Fix indexing with begin and end for EquidistantGrid refactor/grids
Wed, 22 Feb 2023 12:47:08 +0100 Jonatan Werpers Fix or mark tests broken where needed refactor/grids
Wed, 19 Oct 2022 23:23:36 +0200 Jonatan Werpers Specialize evalOn for EquidistantGrid to return a LazyArray refactor/grids
Wed, 19 Oct 2022 22:40:11 +0200 Jonatan Werpers Fix indendation of testset in equidistant_grid_test.jl refactor/grids
Wed, 19 Oct 2022 22:36:02 +0200 Jonatan Werpers Merge with default refactor/grids base test/Grids/EquidistantGrid_test.jl@a5cf56a29366
Wed, 05 Oct 2022 22:00:30 +0200 Vidar Stiernström Rename dim to ndims in Grids.jl feature/grids
Wed, 05 Oct 2022 21:24:13 +0200 Vidar Stiernström Add testsets to existing tests feature/grids
Fri, 15 Jul 2022 09:54:15 +0200 Vidar Stiernström Rename AbstractGrid to Grid and clean up Grids module feature/grids base test/Grids/EquidistantGrid_test.jl@3019cd9015ee