diff --git a/CHANGELOG.md b/CHANGELOG.md index b529715e0f6986e9b514bbaa43a402acce818a20..8c92987580eb75ca1b27fda4cde5cad2a0c8c80b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## 2018.0 (2018-11-06) ### Added - It is now possible to optionally indicate the distance in Mpc in the input file. If present it will be used in lieu of the distance computed from the redshift. This is especially useful in the nearby universe where the redshift is a very poor indicator of the actual distance. (Médéric Boquien) - It is now possible to fit any physical property indicated by the code (e.g. equivalent width, dust luminosity, etc.). For this the physical property needs to be given in the input file and the properties to be fitted must be given in the properties filed in pcigale.ini. (Héctor Salas & Médéric Boquien) diff --git a/setup.py b/setup.py index 9616b06004a851b35cfcccf49b67335158e0ac13..a8e72e2142e4d7e3c59b4d0e032f67eced86b000 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ entry_points = { setup( name="pcigale", - version="0.12.1", + version="2018.0", packages=find_packages(exclude=["database_builder"]), install_requires=['numpy', 'scipy', 'sqlalchemy', 'matplotlib',