Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix None values in Reader/ Wrirer | Evelina Ametova | 2019-06-13 | 3 | -14/+47 |
| | |||||
* | Merge pull request #308 from vais-ral/fix_io_imports | Edoardo Pasca | 2019-06-12 | 3 | -6/+2 |
|\ | | | | | fix imports in io | ||||
| * | fix imports in io | Edoardo Pasca | 2019-06-12 | 3 | -6/+2 |
|/ | |||||
* | Merge pull request #307 from vais-ral/data_readers_merge | evelinaametova | 2019-06-12 | 6 | -1/+856 |
|\ | | | | | data readers, writer, resizer to composite_data_container branch | ||||
| * | data readers, writer, resizer to composite_data_container branch | Evelina Ametova | 2019-06-12 | 6 | -1/+856 |
|/ | |||||
* | Merge norm ref (#301) | Edoardo Pasca | 2019-06-07 | 14 | -98/+33 |
| | | | | | | | | | | | | | | | | | | * Fix upper/lower case inconsistency to allow astra demo to run * fix import and calls in tests * add storage in Operator Class of the operator norm scaled operator is not an Operator * add test for norm * simplified calls to norm for LinearOperators, added default in base class * add pillow as dependency * resolve conflict | ||||
* | Norm refactor (#299) | Edoardo Pasca | 2019-06-06 | 9 | -12/+36 |
| | | | | | | | | | | | | | | * Fix upper/lower case inconsistency to allow astra demo to run * fix import and calls in tests * add storage in Operator Class of the operator norm scaled operator is not an Operator * add test for norm * reduced iteration in PowerMethod | ||||
* | Merge pull request #291 from vais-ral/norm2sq_bugfix | Edoardo Pasca | 2019-06-04 | 4 | -11/+11 |
|\ | | | | | Fix upper/lower case inconsistency to allow astra demo to run | ||||
| * | Merge branch 'norm2sq_bugfix' into composite_operator_datacontainer | Edoardo Pasca | 2019-06-03 | 4 | -11/+11 |
| |\ | |||||
| | * | fix import and calls in tests | Edoardo Pasca | 2019-06-03 | 2 | -8/+8 |
| | | | |||||
| | * | Fix upper/lower case inconsistency to allow astra demo to run | Jakob Jorgensen, WS at HMXIF | 2019-05-21 | 2 | -3/+3 |
| | | | |||||
* | | | Merge pull request #297 from vais-ral/algorithm_print27 | Edoardo Pasca | 2019-06-04 | 1 | -8/+7 |
|\ \ \ | |/ / |/| | | fix print for python27 | ||||
| * | | fix print for python27 | Edoardo Pasca | 2019-06-04 | 1 | -8/+7 |
|/ / | |||||
* | | updated print | Edoardo Pasca | 2019-05-23 | 1 | -6/+5 |
| | | |||||
* | | update pretty print | Edoardo Pasca | 2019-05-23 | 1 | -10/+34 |
| | | |||||
* | | Merge pull request #289 from vais-ral/algorithm_pretty_print | Edoardo Pasca | 2019-05-22 | 1 | -10/+36 |
|\ \ | | | | | | | verbose to tabulate the output | ||||
| * | | verbose to tabulate the output | Edoardo Pasca | 2019-05-22 | 1 | -10/+36 |
|/ / | |||||
* | | Merge pull request #279 from vais-ral/header | Edoardo Pasca | 2019-05-10 | 1 | -0/+15 |
|\ \ | | | | | | | added NOTICE.txt | ||||
| * | | add contributors in alphabetical order | Edoardo Pasca | 2019-05-10 | 1 | -5/+5 |
| | | | |||||
| * | | updated notice | Edoardo Pasca | 2019-05-09 | 1 | -2/+2 |
| | | | |||||
| * | | added NOTICE.txt | Edoardo Pasca | 2019-05-09 | 1 | -0/+15 |
|/ / | |||||
* | | Merge pull request #273 from vais-ral/cgls_bug_beast | Edoardo Pasca | 2019-05-03 | 4 | -10/+151 |
|\ \ | |/ |/| | | | Fix dot product bug to fix new CGLS algorithm closes #239 | ||||
| * | raise error if method is not recognised | Edoardo Pasca | 2019-05-01 | 1 | -0/+3 |
| | | |||||
| * | fix import | Edoardo Pasca | 2019-05-01 | 2 | -1/+6 |
| | | |||||
| * | reimplements dot product | Edoardo Pasca | 2019-05-01 | 1 | -4/+14 |
| | | | | | | | | | | | | following discussion in #273 an implementation of the dot product is made where we rely on Python to choose an appropriate type for the result of the reduction (e.g. float64 if the data is float32) | ||||
| * | removed useless imports | Edoardo Pasca | 2019-05-01 | 1 | -7/+2 |
| | | |||||
| * | Fix dot product bug | Jakob Jorgensen, WS at HMXIF | 2019-04-30 | 2 | -1/+129 |
|/ | |||||
* | Merge pull request #266 from vais-ral/sirt2beast | Edoardo Pasca | 2019-04-26 | 6 | -72/+331 |
|\ | | | | | Sirt2beast | ||||
| * | Change array->as_array and loss->objective | Jakob Jorgensen, WS at HMXIF | 2019-04-26 | 1 | -14/+14 |
| | | |||||
| * | Tidy SIRT and demo | Jakob Jorgensen, WS at HMXIF | 2019-04-25 | 2 | -81/+69 |
| | | |||||
| * | Add demo FISTA with constraints previously in SIRT demo | Jakob Jorgensen, WS at HMXIF | 2019-04-17 | 1 | -0/+158 |
| | | |||||
| * | Implemented using geometries in SIRT | Jakob Jorgensen, WS at HMXIF | 2019-04-17 | 3 | -64/+16 |
| | | |||||
| * | Copied SIRT manually | Jakob Jorgensen, WS at HMXIF | 2019-04-16 | 1 | -28/+30 |
| | | |||||
| * | bugfixes, whitespace | Jakob Jorgensen, WS at HMXIF | 2019-04-16 | 2 | -5/+5 |
| | | |||||
| * | Transferred from move_sirt_algorithm branch | Jakob Jorgensen, WS at HMXIF | 2019-04-16 | 5 | -17/+176 |
| | | |||||
* | | Merge pull request #252 from vais-ral/spdhg_to_contrib | Edoardo Pasca | 2019-04-17 | 5 | -1/+3 |
|\ \ | | | | | | | Spdhg to contrib | ||||
| * | | removed spdhg from optimisation | Edoardo Pasca | 2019-04-17 | 1 | -338/+0 |
| | | | |||||
| * | | added contrib and moved spdhg | Edoardo Pasca | 2019-04-17 | 5 | -1/+341 |
|/ / | |||||
* | | fix call | Edoardo Pasca | 2019-04-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #250 from vais-ral/KL | Edoardo Pasca | 2019-04-17 | 11 | -49/+607 |
|\ \ | |/ |/| | Implementation of KullbackLeibler with memopt and tests | ||||
| * | Merge remote-tracking branch 'origin/master' into KL | Edoardo Pasca | 2019-04-17 | 8 | -0/+490 |
| |\ | |||||
| | * | Merge pull request #227 from vais-ral/docs | Edoardo Pasca | 2019-03-19 | 7 | -0/+489 |
| | |\ | | | | | | | | | initial sphinx doc | ||||
| | | * | initial sphinx doc | Edoardo Pasca | 2019-03-19 | 7 | -0/+489 |
| | | | | |||||
| | * | | Set theme jekyll-theme-slate | vais-ral | 2019-03-19 | 1 | -0/+1 |
| | |/ | |||||
| * | | add implementation of KullbackLeibler with tests and memopt | Edoardo Pasca | 2019-04-17 | 2 | -33/+82 |
| | | | |||||
| * | | removed comments | Edoardo Pasca | 2019-04-16 | 1 | -6/+1 |
| | | | |||||
| * | | fix L2NormSquared | Edoardo Pasca | 2019-04-16 | 2 | -3/+4 |
| | | | |||||
| * | | added KullbackLeibler out implementation and test | Edoardo Pasca | 2019-04-16 | 2 | -42/+65 |
|/ / | |||||
* | | Merge pull request #249 from vais-ral/out_test | Edoardo Pasca | 2019-04-16 | 3 | -43/+70 |
|\ \ | | | | | | | Out test and fix PowerMethod | ||||
| * | | fix new implementation of PowerMethod | Edoardo Pasca | 2019-04-16 | 1 | -28/+11 |
| | | | | | | | | | | | | fixes different values found in #224 |