- 18 Oct, 2019 1 commit
-
-
Médéric Boquien authored
-
- 17 Sep, 2019 8 commits
-
-
Yannick Roehlly authored
Get back the modifications made to generate the wheels (and to remove obsolete version numbers).
-
Yannick Roehlly authored
-
Yannick Roehlly authored
Slight update of the version number as CIGALE is now installable as non editable.
-
Yannick Roehlly authored
The wheel is too big to fit in a Gitlab artefact.
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
- 07 Sep, 2019 1 commit
-
-
Médéric Boquien authored
Make sure that all the cores are occupied for the entire duration of the computation of the Bayesian and best-fit estimates. We do that with a chunksize of 1. This is not beneficial for the computation of the models as it would induce a large number of costly context switches and it would affect negatively the model cache as blocks would not be attributed consecutively to a process.
-
- 23 Aug, 2019 8 commits
-
-
Yannick Roehlly authored
-
Yannick Roehlly authored
Slight update of the version number as CIGALE is now installable as non editable.
-
Yannick Roehlly authored
The wheel is too big to fit in a Gitlab artefact.
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Yannick Roehlly authored
-
Médéric Boquien authored
Various optimisations have been made regarding shared arrays to make their access faster. The overall effect is a speedup of 3-4% for the computation of the models.
-
- 22 Aug, 2019 1 commit
-
-
Médéric Boquien authored
Implementation of the auto-detection of lines in the input flux file so they are automatically added to the list of bands in pcigale.ini
-
- 17 Aug, 2019 2 commits
-
-
Médéric Boquien authored
The time spent computing is now displayed in hours, minutes, and seconds rather than just seconds to improve legibility
-
Médéric Boquien authored
Move read_table() and Counter() to a top-level utils directory as they are used both by pcigale and pcigale-plots.
-
- 14 Aug, 2019 2 commits
-
-
Médéric Boquien authored
-
Yannick Roehlly authored
-
- 13 Aug, 2019 2 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 12 Aug, 2019 2 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
Optimise the retrieval of a luminosity component as cigale has not supported having several modules of the same name in many years now.
-
- 10 Aug, 2019 3 commits
-
-
Médéric Boquien authored
The computation of all the cosmology-dependent quantities has been consolidated in pcigale/utils/cosmology.py and optimised. This leads to a slightly faster startup, in particular when there are many objects to fit, and it makes it easier to change the cosmology.
-
Médéric Boquien authored
Create a pcigale/utils directory to store various utility functions in preparation for the inclusion of cosmology utility functions. Move pcigale/utils.py to pcigale/utils/io.py, which contains only read_table() and adapt the rest of the code accordingly.
-
Médéric Boquien authored
-
- 09 Aug, 2019 5 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
Now that the minimum python version is 3.6, store integers as integers rather than as floats in SharedArray.
-
Médéric Boquien authored
Speedup the computation of the weighted means and standard deviation by normalising the likelihhod, simplifying the computation
-
Médéric Boquien authored
-
Médéric Boquien authored
Maximise the CPU cache hit rate with computing the χ² by storing contiguously all the models at a given redshift.
-
- 07 Aug, 2019 1 commit
-
-
Médéric Boquien authored
-
- 06 Aug, 2019 1 commit
-
-
Médéric Boquien authored
When determining the fluxes to compute, make sure we only try to access the list of bands to analyse when that parameter is actually present in the analysis module.
-
- 05 Aug, 2019 2 commits
-
-
Médéric Boquien authored
Implement the possibility of specifying a list of bands for which to carry out a Bayesian flux estimate.
-
Médéric Boquien authored
-
- 26 Jul, 2019 1 commit
-
-
Yannick Roehlly authored
-