log test/testLazyTensors.jl @ 493:df566372bb4f feature/avoid_nested_inflated_tensormappings

age author description
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:51:26 +0100 Jonatan Werpers Implement method eltype for TensorMapping feature/tensormapping_eltype
Thu, 05 Nov 2020 12:48:30 +0100 Jonatan Werpers Add special methods for Identity mappings feature/outer_product
Thu, 05 Nov 2020 10:49:49 +0100 Jonatan Werpers Add TODOs relating to SizeMismatch 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
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, 02 Nov 2020 22:12:24 +0100 Jonatan Werpers Add some tests feature/outer_product
Mon, 02 Nov 2020 21:34:33 +0100 Jonatan Werpers Merge in default feature/outer_product
Mon, 02 Nov 2020 17:39:15 +0100 Vidar Stiernström Add tests to InflatedTensorMapping where one of before and after are missing feature/inflated_tensormapping
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
Thu, 22 Oct 2020 13:20:00 +0200 Vidar Stiernström Add additional tests for InflatedTensorMapping constructors feature/inflated_tensormapping
Wed, 21 Oct 2020 20:57:38 +0200 Jonatan Werpers Moar tests and moar type stableness feature/inflated_tensormapping
Wed, 21 Oct 2020 20:10:27 +0200 Jonatan Werpers Add tests and docs for flatten_tuple feature/inflated_tensormapping
Wed, 21 Oct 2020 19:53:36 +0200 Jonatan Werpers Add docs and tests for slice_tuple feature/inflated_tensormapping
Wed, 21 Oct 2020 16:29:59 +0200 Jonatan Werpers Make split_index type stable feature/inflated_tensormapping
Tue, 20 Oct 2020 07:54:59 +0200 Jonatan Werpers Add some type inferense tests. Failing.. feature/inflated_tensormapping
Mon, 19 Oct 2020 22:34:58 +0200 Jonatan Werpers Add tullio as a test dependency and add a test for apply feature/inflated_tensormapping
Mon, 19 Oct 2020 22:03:59 +0200 Jonatan Werpers Add tests for constructors and size calculations feature/inflated_tensormapping
Mon, 19 Oct 2020 21:42:57 +0200 Jonatan Werpers Merge in feature/lazy_identity feature/inflated_tensormapping
Mon, 19 Oct 2020 21:04:51 +0200 Jonatan Werpers Use new name of IdentityMapping feature/inflated_tensormapping
Mon, 19 Oct 2020 21:41:34 +0200 Jonatan Werpers Add another convenience constructor feature/lazy_identity
Mon, 19 Oct 2020 21:23:12 +0200 Jonatan Werpers Add convenience constructor feature/lazy_identity
Mon, 19 Oct 2020 21:12:15 +0200 Jonatan Werpers Re-add test for inferred types on transposed identity. feature/lazy_identity
Mon, 19 Oct 2020 21:11:01 +0200 Jonatan Werpers Merge in default to get fix for LazyTranspose feature/lazy_identity
Mon, 19 Oct 2020 20:54:23 +0200 Jonatan Werpers Close branch before merge bugfix/tensor_application_multiplication
Mon, 19 Oct 2020 20:43:59 +0200 Jonatan Werpers Merge in default feature/lazy_identity
Mon, 19 Oct 2020 09:51:56 +0200 Jonatan Werpers Change name from LazyIdentity to IdentityMapping feature/lazy_identity
Mon, 19 Oct 2020 09:50:16 +0200 Jonatan Werpers Merge in default feature/lazy_identity
Mon, 19 Oct 2020 09:37:23 +0200 Jonatan Werpers Add test to make sure transpose application is inferred feature/lazy_identity
Mon, 19 Oct 2020 09:21:44 +0200 Jonatan Werpers Remove some unneeded code from tests feature/lazy_identity
Sun, 18 Oct 2020 22:30:17 +0200 Jonatan Werpers Start implementing LazyIdentity feature/lazy_identity
Mon, 19 Oct 2020 20:42:13 +0200 Jonatan Werpers Reduce exessive tol in TensorMappingComposition tests
Mon, 19 Oct 2020 08:58:26 +0200 Jonatan Werpers Be more explicit about allowed error in isapprox, and set it way lower. feature/tensor_composition
Sun, 18 Oct 2020 21:52:56 +0200 Jonatan Werpers Add test that triggers bug bugfix/tensor_application_multiplication
Fri, 16 Oct 2020 20:32:09 +0200 Jonatan Werpers Add dimension checking in the constructor feature/tensor_composition
Fri, 16 Oct 2020 09:37:35 +0200 Jonatan Werpers Update working tests feature/tensor_composition
Fri, 16 Oct 2020 09:34:50 +0200 Jonatan Werpers Merge in default feature/tensor_composition
Thu, 15 Oct 2020 22:05:22 +0200 Jonatan Werpers Start implementing TensorComposition feature/tensor_composition
Thu, 15 Oct 2020 22:06:54 +0200 Jonatan Werpers Add implementation of apply_transpose for LazyLinearMap feature/LazyLinearMap/transpose
Sun, 04 Oct 2020 21:37:00 +0200 Jonatan Werpers Add a check for permuted indecies. feature/lazy_linear_map
Fri, 02 Oct 2020 15:57:53 +0200 Vidar Stiernström Expand tests for LazyLinearMap and update its documentation feature/lazy_linear_map
Fri, 02 Oct 2020 14:56:03 +0200 Vidar Stiernström Test applying LazyLinearMap to random vectors and matrices. Fix indentation feature/lazy_linear_map
Fri, 02 Oct 2020 13:43:36 +0200 Vidar Stiernström Fix bug in range_size and domain_size for LazyLinearMap and expand the test feature/lazy_linear_map
Thu, 01 Oct 2020 07:44:39 +0200 Jonatan Werpers Implement isapprox between LazyArray and scalars. feature/lazy_array/isapprox
Wed, 30 Sep 2020 21:15:42 +0200 Jonatan Werpers Start implementing LazyLinearMap feature/lazy_linear_map
Wed, 30 Sep 2020 19:48:17 +0200 Jonatan Werpers Add a LazyFunctionArray that evaluates a function for each index. feature/lazy_function
Sat, 26 Sep 2020 15:20:18 +0200 Jonatan Werpers Start trying to change LazyTensors refactor/remove_dynamic_size_tensormapping
Fri, 25 Sep 2020 13:48:23 +0200 Jonatan Werpers Add test sets for each submodule to make the test output nicer refactor/combine_to_one_package
Fri, 25 Sep 2020 13:25:32 +0200 Jonatan Werpers Fix `using` commands to refer to local modules within the Sbplib package/module refactor/combine_to_one_package
Fri, 25 Sep 2020 13:06:02 +0200 Jonatan Werpers Start converting to one package by moving all the files to their correct location refactor/combine_to_one_package base LazyTensors/test/runtests.jl@41eb6c2ed219