summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python
Commit message (Expand)AuthorAgeFilesLines
* Block geometry (#415)Vaggelis Papoutsellis2019-10-291-4/+3
* CenterOfRotationFinder() fixes #406 fixes #400 (#414)Gemma Fardell2019-10-294-49/+153
* defines shape for a subset slice (#410)Edoardo Pasca2019-10-282-14/+168
* override the dimension parameter, set angles to None by default (#412)Edoardo Pasca2019-10-281-2/+11
* add future imports (#411)Edoardo Pasca2019-10-281-1/+3
* Pdhg last objective (#407)Edoardo Pasca2019-10-223-21/+33
* update Lipschitz constant (#404)Edoardo Pasca2019-10-181-1/+1
* closes #370 (#395)Edoardo Pasca2019-10-181-1/+1
* copy list compatible with python <3.3 (#399)Edoardo Pasca2019-10-181-2/+2
* Fix sym grad (#393)Vaggelis Papoutsellis2019-10-156-112/+160
* Run to run all iterations (#391)Edoardo Pasca2019-10-143-345/+352
* Finite diff allocate (#389)Edoardo Pasca2019-10-142-77/+82
* Add log exp (#381)Edoardo Pasca2019-10-112-0/+19
* Pass kwargs to algorithm (#380)Edoardo Pasca2019-10-117-53/+145
* fix subset doesn't return ImageGeometry (#376)evelinaametova2019-10-118-93/+351
* remove angle from ImageGeometry (#378)Edoardo Pasca2019-10-101-1/+0
* Finite diff for sirf (#367)Edoardo Pasca2019-10-0931-125/+417
* Subset for ndim 1 (#373)Edoardo Pasca2019-10-074-257/+68
* use dimension_labels in clone of Acquisition/ImageGeometry (#366)Edoardo Pasca2019-09-201-2/+4
* Removed demosGemma Fardell2019-07-0523-4526/+0
* Norm2Sq and FISTA to give hints of why they fail (#351)Edoardo Pasca2019-07-054-10/+239
* Fix documentation (#343)Vaggelis Papoutsellis2019-07-0529-552/+833
* Merge gf branch (#350)Edoardo Pasca2019-07-047-207/+95
* Revert "Gf algorithm bug fix (#348)" (#349)Edoardo Pasca2019-07-047-95/+207
* Gf algorithm bug fix (#348)gfardell2019-07-047-207/+95
* Headers comment (#342)Edoardo Pasca2019-07-0263-384/+744
* Update spdhg.pyEdoardo Pasca2019-07-021-1/+1
* removed wip directoryEdoardo Pasca2019-07-0235-6593/+0
* added print of reached toleranceEdoardo Pasca2019-07-022-2/+5
* removed commentsEdoardo Pasca2019-07-011-61/+2
* calculation of flag in method, redefinition of default stop criterionEdoardo Pasca2019-07-011-15/+13
* use master implementationEdoardo Pasca2019-07-011-2/+0
* Merge branch 'master' into cgls_fixEdoardo Pasca2019-07-011-5/+18
|\
| * removed or from ifEdoardo Pasca2019-07-011-2/+1
| * correct verbose outputEdoardo Pasca2019-07-011-5/+19
* | fix cglsepapoutsellis2019-06-263-29/+26
* | fix cglsepapoutsellis2019-06-262-46/+56
* | fix cgls impleepapoutsellis2019-06-267-164/+486
* | cgls_testepapoutsellis2019-06-252-73/+136
|/
* Merge pull request #330 from vais-ral/demo_data_filesgfardell2019-06-243-12/+107
|\
| * Unit tests on test image loading and image sizeGemma Fardell2019-06-241-38/+69
| * bug fix on generating test dataGemma Fardell2019-06-241-3/+3
| * Added unittests for test dataGemma Fardell2019-06-211-7/+71
| * Merge branch 'master' into demo_data_filesGemma Fardell2019-06-214-49/+420
| |\
| * | added shapes.png to setup.pyGemma Fardell2019-06-211-1/+1
| * | added shapes.png to setup.pyGemma Fardell2019-06-211-1/+1
* | | Update conda_build_config.yamlEdoardo Pasca2019-06-241-0/+2
| |/ |/|
* | added testclass file to hold the CCPiTestClass definitionsEdoardo Pasca2019-06-211-0/+41
* | makes sure write tests happen before read testsEdoardo Pasca2019-06-211-2/+5
* | fix local import for python 2.7Edoardo Pasca2019-06-211-3/+4