Mercurial > repos > public > sbplib_julia
graph
-
Merging bugfix/lazy_tensors/tensorcompositionMon, 01 May 2023 11:37:09 +0200, by Vidar Stiernström
-
Closing branch prior to merge bugfix/lazy_tensors/tensorcompositionMon, 01 May 2023 11:36:27 +0200, by Vidar Stiernström
-
Rename functions for comparing benchmarks. Refactor their code. Allow comparing the current working directory tooling/benchmarksFri, 28 Apr 2023 08:53:39 +0200, by Jonatan Werpers
-
Improve docstring for run_benchmark(target,baseline) tooling/benchmarksFri, 28 Apr 2023 08:35:37 +0200, by Jonatan Werpers
-
Change run_benchmark(rev) to use hg_at_revision() tooling/benchmarksFri, 28 Apr 2023 08:34:50 +0200, by Jonatan Werpers
-
Workaround for the display of revision in html tooling/benchmarksThu, 27 Apr 2023 16:05:15 +0200, by Jonatan Werpers
-
Add missing import of LazyTensors in benchmarks.jl tooling/benchmarksThu, 27 Apr 2023 16:02:39 +0200, by Jonatan Werpers
-
Make hg_at_revision() return the result of f tooling/benchmarksThu, 27 Apr 2023 08:48:28 +0200, by Jonatan Werpers
-
Better return for hg_update() tooling/benchmarksWed, 26 Apr 2023 13:37:18 +0200, by Jonatan Werpers
-
Add flag to make commit secret in hg_commit() tooling/benchmarksWed, 26 Apr 2023 13:23:37 +0200, by Jonatan Werpers
-
Add note about how to hande command exit tooling/benchmarksWed, 26 Apr 2023 13:09:55 +0200, by Jonatan Werpers
-
Improve docs for run_benchmark(rev) tooling/benchmarksWed, 26 Apr 2023 13:08:48 +0200, by Jonatan Werpers
-
Add a simple benchmark demonstrating allocations with compositions tooling/benchmarksWed, 26 Apr 2023 13:08:05 +0200, by Jonatan Werpers
-
Add functions for hg commit and checking if the repo is clean tooling/benchmarksThu, 23 Mar 2023 08:55:31 +0100, by Jonatan Werpers
-
Remove unnecessary targets in Makefile tooling/benchmarksThu, 23 Mar 2023 08:40:35 +0100, by Jonatan Werpers
-
Fix type inference of nested tensorcompositions by making the compositions right associative bugfix/lazy_tensors/tensorcompositionWed, 26 Apr 2023 21:56:45 +0200, by Vidar Stiernström
-
Change to approximate equality in test using floats bugfix/lazytensorsTue, 04 Apr 2023 21:46:06 +0200, by Vidar Stiernström
-
Fix parameter order in subtyping bugfix/lazytensorsTue, 04 Apr 2023 21:39:53 +0200, by Vidar Stiernström
-
Add callsite inline for better type inference performance/lazy_tensorsWed, 05 Oct 2022 13:15:32 +0200, by Vidar Stiernström
-
Add call site @inline in LazyFunctionArray to avoid allocations in eval_on on 3D grids refactor/gridsTue, 07 Mar 2023 10:12:33 +0100, by Jonatan Werpers
-
Implement changes in SbpOperators refactor/gridsTue, 07 Mar 2023 09:48:00 +0100, by Jonatan Werpers
-
Remove _component_type and replace with eltype refactor/gridsFri, 03 Mar 2023 15:44:39 +0100, by Jonatan Werpers
-
Add component_type function to Grid refactor/gridsFri, 03 Mar 2023 15:42:05 +0100, by Jonatan Werpers
-
Add some notes about grid functions: refactor/gridsFri, 03 Mar 2023 15:40:04 +0100, by Jonatan Werpers
-
Update readme with info about running benchmarks from make. Fix typos tooling/benchmarksThu, 02 Mar 2023 09:59:42 +0100, by Vidar Stiernström
-
Make tests for normal_derivative work refactor/gridsWed, 01 Mar 2023 08:28:14 +0100, by Jonatan Werpers
-
Make equdistant_grid return an EquidistantGrid for the 1d Case refactor/gridsMon, 27 Feb 2023 15:39:13 +0100, by Jonatan Werpers
-
Fix tests for boundary operator and boundary restriction refactor/gridsMon, 27 Feb 2023 08:48:38 +0100, by Jonatan Werpers
-
Add missing exports and alias TensorGridBoundary to CartesianBoundary refactor/gridsMon, 27 Feb 2023 08:48:08 +0100, by Jonatan Werpers
-
Remove getcomponent stubs since we might have a cleaner way to solve it with map or lazymap refactor/gridsSun, 26 Feb 2023 11:53:23 +0100, by Jonatan Werpers
-
Add Make targets for running benchmarks tooling/benchmarksTue, 28 Feb 2023 20:46:29 +0100, by Vidar Stiernström
-
Allow multi-argument functions in eval_on refactor/gridsSat, 25 Feb 2023 22:57:00 +0100, by Jonatan Werpers
-
Add function target_manifold_dim for Grid refactor/gridsSat, 25 Feb 2023 22:49:43 +0100, by Jonatan Werpers
-
Factor out functions for getting the type and number of components in a type refactor/gridsSat, 25 Feb 2023 22:42:16 +0100, by Jonatan Werpers
-
Add test for Grid and make them pass. Start implementing eval_on refactor/gridsSat, 25 Feb 2023 22:22:50 +0100, by Jonatan Werpers
-
Add refine, coarsen, boundary_identifiers, and boundary_grid methods to ZeroDimGrid refactor/gridsFri, 24 Feb 2023 21:54:39 +0100, by Jonatan Werpers
-
Fix some broken tests in equidistant_grid_test.jl refactor/gridsFri, 24 Feb 2023 21:48:01 +0100, by Jonatan Werpers
-
Add tests for TensorGrid and make them pass refactor/gridsFri, 24 Feb 2023 21:42:28 +0100, by Jonatan Werpers
-
grid_refactor.md: Add question about target dim function refactor/gridsFri, 24 Feb 2023 20:47:56 +0100, by Jonatan Werpers
-
grid.jl: Fix function defs and add todos for documentation refactor/gridsFri, 24 Feb 2023 20:46:29 +0100, by Jonatan Werpers
-
Add missing test sets to zero_dim_grid.jl refactor/gridsFri, 24 Feb 2023 20:44:36 +0100, by Jonatan Werpers
-
Clean up IteratorSize and eltype for EquidistantGrid, Grid, and ZeroDimGrid refactor/gridsThu, 23 Feb 2023 22:29:36 +0100, by Jonatan Werpers
-
Fix broken boundary_grid tests for equidistant grids refactor/gridsThu, 23 Feb 2023 12:23:49 +0100, by Jonatan Werpers
-
Add tests and make them pass for ZeroDimGrid refactor/gridsThu, 23 Feb 2023 12:22:18 +0100, by Jonatan Werpers
-
Reorganize some EquidistantGrid tests and add test for IteratorSize and eachindex refactor/gridsThu, 23 Feb 2023 12:22:00 +0100, by Jonatan Werpers
-
Remove range dim as a type paratmeter on Grid as it is already encoded in T if available refactor/gridsThu, 23 Feb 2023 11:38:19 +0100, by Jonatan Werpers
-
Add notes and todos about interface implementations for grids refactor/gridsWed, 22 Feb 2023 22:38:54 +0100, by Jonatan Werpers
-
Implement the interfaces for iteration and indexing on EquidistantGrid. Make collect() work refactor/gridsWed, 22 Feb 2023 22:38:25 +0100, by Jonatan Werpers
-
Fix indexing with begin and end for EquidistantGrid refactor/gridsWed, 22 Feb 2023 12:53:16 +0100, by Jonatan Werpers
-
Fix or mark tests broken where needed refactor/gridsWed, 22 Feb 2023 12:47:08 +0100, by Jonatan Werpers
-
Qualify package when using split_tuple and concatenate_tuple refactor/gridsWed, 22 Feb 2023 12:45:31 +0100, by Jonatan Werpers
-
Add methods to change_length and fix incorrect function declaration refactor/gridsWed, 22 Feb 2023 12:43:36 +0100, by Jonatan Werpers
-
Add argument checking to equdistant_grid refactor/gridsWed, 22 Feb 2023 12:42:08 +0100, by Jonatan Werpers
-
Add todo for EquidistantGrid docs, improve equidistant_grid docs refactor/gridsWed, 22 Feb 2023 12:41:14 +0100, by Jonatan Werpers
-
Group eval_on with other gridfunction functionality refactor/gridsTue, 21 Feb 2023 21:37:37 +0100, by Jonatan Werpers
-
Remove AbstractArray subtyping for Grid for now refactor/gridsTue, 21 Feb 2023 21:13:37 +0100, by Jonatan Werpers
-
Merge refactor/LazyTensors/tuple_manipulationTue, 21 Feb 2023 21:01:46 +0100, by Jonatan Werpers
-
Close before merge refactor/LazyTensors/tuple_manipulationTue, 21 Feb 2023 20:59:05 +0100, by Jonatan Werpers
-
Improve readability refactor/LazyTensors/tuple_manipulationMon, 20 Feb 2023 20:35:52 +0100, by Vidar Stiernström
-
Implement boundary methods for TensorGrid refactor/gridsSun, 19 Feb 2023 22:50:02 +0100, by Jonatan Werpers
-
Merge refactor/LazyTensors/tuple_manipulation refactor/gridsSun, 19 Feb 2023 22:07:57 +0100, by Jonatan Werpers
-
Add docstring for concatenate_tuples refactor/LazyTensors/tuple_manipulationSun, 19 Feb 2023 12:14:43 +0100, by Jonatan Werpers
-
Improve examples for split_index and split_tuple refactor/LazyTensors/tuple_manipulationSun, 19 Feb 2023 11:45:48 +0100, by Jonatan Werpers
-
Simplify split_index refactor/LazyTensors/tuple_manipulationSun, 19 Feb 2023 11:43:29 +0100, by Jonatan Werpers
-
Add @inline to definition of split_tuple refactor/LazyTensors/tuple_manipulationSun, 19 Feb 2023 11:41:40 +0100, by Jonatan Werpers
-
Delete complicated versions of split_tuple and slice_tuple refactor/LazyTensors/tuple_manipulationSat, 18 Feb 2023 21:56:29 +0100, by Jonatan Werpers
-
Add an example in the docstring to split_tuple refactor/LazyTensors/tuple_manipulationSat, 18 Feb 2023 21:55:55 +0100, by Jonatan Werpers
-
Replace flatten_tuple with concatenate_tuple refactor/LazyTensors/tuple_manipulationSat, 18 Feb 2023 12:24:44 +0100, by Jonatan Werpers
-
Add note about LazyOuterProduct refactor/LazyTensors/tuple_manipulationSat, 18 Feb 2023 12:18:34 +0100, by Jonatan Werpers
-
Start adding simpler code refactor/LazyTensors/tuple_manipulationSat, 18 Feb 2023 12:06:59 +0100, by Jonatan Werpers
-
Merge feature/dissipation_operatorsWed, 08 Feb 2023 10:29:06 +0100, by Jonatan Werpers
-
Close before merge feature/dissipation_operatorsWed, 08 Feb 2023 10:28:24 +0100, by Jonatan Werpers
-
Update docstrings and start implementing tests feature/boundary_conditionsTue, 07 Feb 2023 21:55:07 +0100, by Vidar Stiernström
-
Fix typos in docstrings feature/dissipation_operatorsTue, 07 Feb 2023 21:40:42 +0100, by Jonatan Werpers
-
Merge latest changes feature/dissipation_operatorsTue, 07 Feb 2023 21:30:33 +0100, by Vidar Stiernström
-
Remove unused where T feature/dissipation_operatorsTue, 07 Feb 2023 21:29:52 +0100, by Vidar Stiernström
-
Rewrite functions to avoid long lines feature/dissipation_operatorsTue, 07 Feb 2023 21:06:48 +0100, by Jonatan Werpers
-
Add note about removing apply_with_region feature/variable_derivativesFri, 03 Feb 2023 22:50:42 +0100, by Jonatan Werpers
-
Close branch. The problems solved by this branch seem to have dissapeared on default performance/get_region_type_inferenceFri, 03 Feb 2023 22:51:59 +0100, by Jonatan Werpers
-
Add some tests for allocations performance/get_region_type_inferenceFri, 03 Feb 2023 22:34:38 +0100, by Jonatan Werpers
-
Merge default performance/get_region_type_inferenceFri, 03 Feb 2023 22:14:47 +0100, by Jonatan Werpers