log test/LazyTensors/lazy_tensor_operations_test.jl @ 1013:56fe037641ef refactor/lazy_tensors

age author description
Mon, 21 Mar 2022 09:26:13 +0100 Jonatan Werpers Simplify some table tests refactor/lazy_tensors
Mon, 21 Mar 2022 09:07:28 +0100 Jonatan Werpers Add pretty printing for inflated tensor feature/lazy_tensors/pretty_printing
Sun, 20 Mar 2022 22:41:28 +0100 Jonatan Werpers Add checking of sizes to LazyTensorBinaryOperation refactor/lazy_tensors
Sun, 20 Mar 2022 22:22:32 +0100 Jonatan Werpers Add check methods for range size refactor/lazy_tensors
Sun, 20 Mar 2022 22:15:29 +0100 Jonatan Werpers Add bounds checking for lazy tensor application and clea up tests a bit refactor/lazy_tensors
Sun, 20 Mar 2022 21:35:20 +0100 Jonatan Werpers Simplify bounds handling for LazyElementwiseOperation refactor/lazy_tensors
Fri, 18 Mar 2022 22:18:04 +0100 Jonatan Werpers Split out a file for tensor types refactor/lazy_tensors
Fri, 18 Mar 2022 21:26:02 +0100 Jonatan Werpers Move tuple functions to their own file refactor/lazy_tensors
Fri, 18 Mar 2022 21:14:47 +0100 Jonatan Werpers Rename types refactor/lazy_tensors
Fri, 18 Mar 2022 20:41:31 +0100 Jonatan Werpers Use ScalingTensor instead of custom test type refactor/lazy_tensors
Fri, 18 Mar 2022 17:28:07 +0100 Jonatan Werpers Add a bunch of todos and add a ScalingTensor refactor/lazy_tensors
Tue, 15 Mar 2022 21:03:17 +0100 Jonatan Werpers Fix type calculation of LazyTensorMappingApplication element type feature/tensormapping_application_promotion
Mon, 14 Mar 2022 08:48:02 +0100 Jonatan Werpers Merge default feature/tensormapping_application_promotion
Thu, 10 Mar 2022 16:57:01 +0100 Jonatan Werpers Remove more type assertions feature/tensormapping_application_promotion
Thu, 10 Mar 2022 11:13:34 +0100 Jonatan Werpers Add promotion calculation of element type for LazyTensorMappingApplication feature/tensormapping_application_promotion
Wed, 09 Mar 2022 11:19:17 +0100 Jonatan Werpers Fix dispatch issue when indexing a 1D TensorApplication with a CartiesianIndex bugfix/tensor_application_1d_cartesian_index
Sat, 20 Feb 2021 20:59:32 +0100 Jonatan Werpers Split testfile for LazyTensors feature/selectable_tests