summaryrefslogtreecommitdiffstats
path: root/python/astra/utils.pyx
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dateWillem Jan Palenstijn2018-01-241-2/+2
* Update contact emailWillem Jan Palenstijn2018-01-121-1/+1
* Add trailing ,/; to string repr of float vector/matrixWillem Jan Palenstijn2017-10-171-0/+2
* Update python headersWillem Jan Palenstijn2016-11-281-1/+1
* Encode Python bool as int in XML instead of strDaniel M. Pelt2016-03-041-4/+8
* Make copyright/license headers consistent with rest of astraWillem Jan Palenstijn2016-02-021-18/+18
* Reduce dependency of python code on libastraWillem Jan Palenstijn2015-12-041-5/+77
* Merge branch 'master' into python-pluginsWillem Jan Palenstijn2015-12-011-3/+4
|\
| * Fix config to struct/dict translation for array optionsDaniel M. Pelt2015-06-241-1/+4
| * Don't take address of temporary.Valerii Sokolov2015-06-221-2/+4
* | Also allow tuples to be passed in a config dictDaniel M. Pelt2015-07-231-2/+2
* | Fix passing a python list as optionDaniel M. Pelt2015-07-231-0/+2
* | Add support for Python algorithm pluginsDaniel M. Pelt2015-07-231-67/+5
|/
* Make XML array handling consistentWillem Jan Palenstijn2015-05-061-26/+9
* Change XMLNode* to XMLNodeWillem Jan Palenstijn2015-05-061-19/+10
* Make Python get_geometry code match Matlab (after 03a9dd972ada50eedb83386910c...Daniel M. Pelt2015-03-031-90/+66
* Added Python interfaceDaniel M. Pelt2015-02-241-0/+260