log src/LazyTensors/lazy_tensor_operations.jl @ 1007:f7a718bcb4da refactor/lazy_tensors

age author description
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
Fri, 18 Mar 2022 22:18:04 +0100 Jonatan Werpers Split out a file for tensor types refactor/lazy_tensors
Fri, 18 Mar 2022 22:01:25 +0100 Jonatan Werpers Simplify some type parameter usage refactor/lazy_tensors
Fri, 18 Mar 2022 21:54:01 +0100 Jonatan Werpers Rename another struct refactor/lazy_tensors
Fri, 18 Mar 2022 21:43:38 +0100 Jonatan Werpers More operator definitions to top file refactor/lazy_tensors
Fri, 18 Mar 2022 21:36:17 +0100 Jonatan Werpers Move simplifying implementations from \circ to LazyTensorComposition 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:44:17 +0100 Jonatan Werpers Fix typo in doc 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:40:31 +0100 Jonatan Werpers Merge feature/tensormapping_application_promotion feature/variable_derivatives
Tue, 15 Mar 2022 21:03:17 +0100 Jonatan Werpers Fix type calculation of LazyTensorMappingApplication element type feature/tensormapping_application_promotion
Tue, 15 Mar 2022 07:40:13 +0100 Jonatan Werpers Move exports feature/tensormapping_application_promotion
Mon, 14 Mar 2022 10:14:38 +0100 Jonatan Werpers Merge feature/tensormapping_application_promotion feature/variable_derivatives
Mon, 14 Mar 2022 09:46:22 +0100 Jonatan Werpers Fix conflict from merge feature/variable_derivatives
Mon, 14 Mar 2022 09:08:23 +0100 Jonatan Werpers Merge default feature/variable_derivatives
Mon, 14 Mar 2022 08:48:02 +0100 Jonatan Werpers Merge default feature/tensormapping_application_promotion
Mon, 14 Mar 2022 08:32:45 +0100 Jonatan Werpers Fix typo bugfix/tensor_application_1d_cartesian_index
Thu, 10 Mar 2022 16:59:43 +0100 Jonatan Werpers Move exports to the top of the files 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
Sat, 12 Mar 2022 22:36:02 +0100 Jonatan Werpers Add a comment bugfix/tensor_application_1d_cartesian_index
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
Mon, 21 Feb 2022 10:33:58 +0100 Jonatan Werpers Start refactor to improve type stability for apply(op,::TensorApplication,...) performance/get_region_type_inference
Fri, 14 Jan 2022 09:19:07 +0100 Jonatan Werpers Fix a bunch of docstring mistakes feature/setup_documenter
Thu, 31 Dec 2020 08:10:56 +0100 Vidar Stiernström Allow split_tuple to split tuples containing different types. feature/volume_and_boundary_operators
Mon, 30 Nov 2020 18:30:24 +0100 Vidar Stiernström Merge with default feature/boundary_ops
Sat, 28 Nov 2020 17:03:01 +0100 Vidar Stiernström Remove unnecessary type parameters refactor/tensor_index_coupling
Thu, 26 Nov 2020 21:35:34 +0100 Jonatan Werpers Make the coupling between all the LazyTensors code and the Index type much weaker to make the module more flexible refactor/tensor_index_coupling
Thu, 26 Nov 2020 17:51:17 +0100 Jonatan Werpers Change variable names in apply and apply_transpose feature/inflated_tensormapping_transpose
Thu, 26 Nov 2020 17:43:05 +0100 Jonatan Werpers Docs touch up feature/inflated_tensormapping_transpose
Thu, 26 Nov 2020 17:18:32 +0100 Jonatan Werpers Try to improve the naming in split_index() feature/inflated_tensormapping_transpose
Thu, 26 Nov 2020 16:13:58 +0100 Jonatan Werpers Add a split_tuple function to make split_index more readable feature/inflated_tensormapping_transpose
Wed, 25 Nov 2020 22:03:26 +0100 Jonatan Werpers Write out some more documentation for split_index feature/inflated_tensormapping_transpose
Wed, 25 Nov 2020 21:00:31 +0100 Jonatan Werpers Remove todo feature/inflated_tensormapping_transpose
Wed, 25 Nov 2020 17:54:50 +0100 Jonatan Werpers Remove stray assignment feature/inflated_tensormapping_transpose
Wed, 25 Nov 2020 15:59:04 +0100 Jonatan Werpers Implement apply_transpose with tests feature/inflated_tensormapping_transpose
Wed, 25 Nov 2020 15:24:55 +0100 Jonatan Werpers Fix bug in apply feature/inflated_tensormapping_transpose
Mon, 23 Nov 2020 21:30:11 +0100 Jonatan Werpers Start refactoring split index and apply to accomodate future addition of apply_transpose feature/inflated_tensormapping_transpose
Tue, 24 Nov 2020 18:47:42 +0100 Vidar Stiernström Add getindex specialized for TensorMappings with zero range dim. Remove some unused type parameters. feature/boundary_ops
Thu, 05 Nov 2020 22:06:10 +0100 Vidar Stiernström Fix typo in documentation feature/outer_product
Thu, 05 Nov 2020 15:27:33 +0100 Jonatan Werpers Remove resolved TBD feature/outer_product
Thu, 05 Nov 2020 15:27:04 +0100 Jonatan Werpers Merge in default feature/outer_product
Thu, 05 Nov 2020 13:18:24 +0100 Jonatan Werpers Implement constructors to avoid creating nested InflatedTensorMappings feature/avoid_nested_inflated_tensormappings
Thu, 05 Nov 2020 12:48:30 +0100 Jonatan Werpers Add special methods for Identity mappings feature/outer_product
Thu, 05 Nov 2020 11:30:53 +0100 Vidar Stiernström Move exception handling to end of file and update error message. feature/compose_identity_mappings
Thu, 05 Nov 2020 10:49:27 +0100 Jonatan Werpers Switch from DimensionMismatch to SizeMismatch for boundschecks on compositions feature/compose_identity_mappings
Thu, 05 Nov 2020 10:47:31 +0100 Jonatan Werpers Export SizeMismatch feature/compose_identity_mappings
Thu, 05 Nov 2020 10:35:07 +0100 Jonatan Werpers Actually extend the showerror function feature/compose_identity_mappings
Thu, 05 Nov 2020 10:28:07 +0100 Jonatan Werpers Fix some errors in SizeMismatch exception feature/compose_identity_mappings
Thu, 05 Nov 2020 10:25:30 +0100 Jonatan Werpers Proposal for SizeMismatch exception feature/compose_identity_mappings
Wed, 04 Nov 2020 20:06:10 +0100 Vidar Stiernström Fix typo in docs feature/compose_identity_mappings
Wed, 04 Nov 2020 20:03:37 +0100 Vidar Stiernström Specialize composition operator for composing a tensormapping with an identitymapping. feature/compose_identity_mappings
Mon, 26 Oct 2020 23:04:30 +0100 Jonatan Werpers Update todo feature/outer_product
Mon, 26 Oct 2020 23:01:47 +0100 Jonatan Werpers Simplify implementation of \otimes feature/outer_product
Sun, 25 Oct 2020 14:01:27 +0100 Jonatan Werpers Add some tests and fix some bugs feature/outer_product
Sat, 24 Oct 2020 20:40:28 +0200 Jonatan Werpers Merge in feature/infated_tensormapping feature/outer_product
Thu, 22 Oct 2020 10:18:57 +0200 Jonatan Werpers Start implementing function for outer products feature/outer_product