- 31 Aug, 2015 1 commit
-
-
Médéric Boquien authored
-
- 29 Aug, 2015 3 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
Simplify the construction of modules by remove the out_parameter_list dictionary. It was not used anywhere, was not always provided, and was not even up to date.
-
- 28 Aug, 2015 1 commit
-
-
Médéric Boquien authored
We rely on OrderedDict to keep the order of the parameters. However given the way the code is structured currently, there is really no reason for this. So let's just switch to the standard dictionary. This has two advantages. First the standard dictionary is much faster than OrderedDict (implemented in C rather than in pure python). Then, standard dictionaries are marshalable, which makes them usable as keys for other dictionaries.
-
- 24 May, 2015 1 commit
-
-
Médéric Boquien authored
-
- 02 Jul, 2014 1 commit
-
-
Médéric Boquien authored
-
- 28 Mar, 2014 1 commit
-
-
Médéric Boquien authored
-
- 20 Feb, 2014 1 commit
-
-
Médéric Boquien authored
Remove the possibility to use the same module several times. Simplification of the code ensues. Now sed.info keys are prefixed with the characteristic of the module (stellar, nebular, etc.).
-
- 10 Feb, 2014 1 commit
-
-
Médéric Boquien authored
-
- 30 Jan, 2014 1 commit
-
-
Médéric Boquien authored
-
- 15 Jan, 2014 1 commit
-
-
Yannick Roehlly authored
-
- 11 Jan, 2014 1 commit
-
-
Yannick Roehlly authored
Remove the author email addresses from the source files and add a AUTHORS.rst file with the addresses and current affiliation to make it easier to update the information. Also, give copyright to the University of Cambridge and the University of Crete for code developed by authors working there.
-
- 26 Dec, 2013 3 commits
-
-
Yannick Roehlly authored
-
Yannick Roehlly authored
For the creation and analysis modules, move the contents of the common.py files to the __init__.py.
-
Yannick Roehlly authored
Move the SED creation modules to pcigale.creation_modules to be more consistent with the analysis module location.
-
- 16 Sep, 2013 1 commit
-
-
Yannick Roehlly authored
-
- 25 Nov, 2012 1 commit
-
-
Yannick Roehlly authored
-