- 10 Jan, 2022 3 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 22 Dec, 2021 1 commit
-
-
Guang authored
-
- 14 Dec, 2021 1 commit
-
-
Médéric Boquien authored
Import Iterable from collections.abc rather than from collections in order to prevent ImportError/AttributeError exceptions with Python 3.10+.
-
- 26 Nov, 2021 1 commit
-
-
Médéric Boquien authored
-
- 23 Nov, 2021 1 commit
-
-
Médéric Boquien authored
-
- 20 Nov, 2021 1 commit
-
-
Médéric Boquien authored
-
- 18 Nov, 2021 6 commits
-
-
Guang authored
-
Médéric Boquien authored
Revert "Partially revert "Import changes from commit 3d1c0d76 so that pcigale is installable (credits Yannick Roehlly)."" This reverts commit 6b82dbe3.
-
Médéric Boquien authored
-
Médéric Boquien authored
Partially revert "Import changes from commit 3d1c0d76 so that pcigale is installable (credits Yannick Roehlly)." This reverts commit 00d3c2ff.
-
Guang authored
-
- 15 Nov, 2021 1 commit
-
-
Médéric Boquien authored
-
- 14 Nov, 2021 5 commits
-
-
Médéric Boquien authored
When running pcigale init several times with an existing pcigale.ini, the top comment was repeatedly included due to the default behaviour of configobj
-
Médéric Boquien authored
Emit an exception when generating the pcigale.ini file the m2005 in case it is used in combination with the nebular and/or xray modules.
-
Médéric Boquien authored
Create a Plotter class and make the different plot types use it. It allows to remove quite a bit of duplication between the different plot types. As it rewrites most of the files, reformat the files with Black.
-
Médéric Boquien authored
-
Médéric Boquien authored
Fix pcigale-plots when using the spawn starting method. See commit 499da45a for pcigale.
-
- 09 Nov, 2021 4 commits
-
-
Médéric Boquien authored
Eliminate Configuration.check_modules() as it is now redundant with the functionality brought by the Info class.
-
Médéric Boquien authored
-
Médéric Boquien authored
Add a new Info class to gather and print 1) information about cigale and the machine (cigale version, python version, and platform), 2) summary information about the run (input file names, number of objects, redshift range, number of models, band and properties to, fit number of cores, analysis module), and 3) the module used for each SED component.
-
Médéric Boquien authored
-
- 03 Nov, 2021 1 commit
-
-
Médéric Boquien authored
Add a __category__ attribute to the SED modules. This is necessary to allow for the dynamic registration of each module, eliminating the need to maintain an explicit list of modules for each component. Modules lacking this attribute will not be registered.
-
- 02 Nov, 2021 2 commits
-
-
Médéric Boquien authored
Add a __version__ attribute to the pcigale module and have setup.py use that version, which is defined in pcigale/version.py.
-
Médéric Boquien authored
-
- 01 Nov, 2021 2 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
Determine the intrinsic UV slope β₀ at the same time as the observed UV slope β. To compensate for the additional time spent, the computation of the slope is optimized.
-
- 11 Oct, 2021 1 commit
-
-
Médéric Boquien authored
-
- 06 Oct, 2021 1 commit
-
-
Médéric Boquien authored
Temporarily remove the counter sub-process that updates the progress bar as it cannot be pickled when creating the parallel processes when using the spawn starting method. After the parallel processes have exited, it can be restored.
-
- 21 Sep, 2021 1 commit
-
-
Guang authored
-
- 03 Sep, 2021 1 commit
-
-
Guang authored
-
- 23 Aug, 2021 1 commit
-
-
Guang authored
-
- 19 Jul, 2021 2 commits
-
-
Médéric Boquien authored
Apply the same constraints to the multiprocessing processes start method and python version to pcigale-plots as for pcigale
-
Médéric Boquien authored
The terminal output has been completely reworked. The level of importance of the messages are now stated (INFO, WARNING, ERROR). Progress bars have been added, indicating the total number of items processed, the number of items processed per second, the elapsed time, the remaining time. Colours are used to improve the legibility of the information.
-
- 15 Jul, 2021 1 commit
-
-
Guang authored
-
- 13 Jul, 2021 1 commit
-
-
Guang authored
-
- 08 Jul, 2021 1 commit
-
-
Médéric Boquien authored
-
- 05 Jul, 2021 1 commit
-
-
Guang authored
-