Skip to content

Commit

Permalink
Merge pull request #232 from fermiPy/dmcat-fermipy
Browse files Browse the repository at this point in the history
Dmcat fermipy
  • Loading branch information
Di Mauro Mattia authored May 23, 2018
2 parents b4d7e3c + 1a9a8ee commit d8ae7a6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ Changelog
This page is a changelog for releases of Fermipy. You can also browse
releases on `Github <https://github.com/fermiPy/fermipy/releases>`_.


0.17.1 (5/23/2018)
------------------

* Patch release to get versioning working with GitHub release system.


0.17.0 (5/22/2018)
------------------

* The LogParabola, PowerLawSuperExponetial and Dark Matter SEDs have been added to the sensitivity.py script.
* There are a lot of additions to perform a stacking analysis. This can be applied for instance for the search of dark matter with a stacking analysis of Milky Way dSphs, Galaxy Clusters or other galaxies.
* It contains scripts to send jobs to SLAC Batch Farm and collect the results.
* It includes scripts and functions to perform all sky fits.
* It also fixes a few issues with glon and glat in the localization (#225), and the wrong orientation of residual and TS maps (#216)


0.16.0 (12/27/2017)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion fermipy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def call_git_describe(abbrev=4):

try:
line = check_output(['git', 'describe', '--abbrev=%d' % abbrev,
'--dirty'], cwd=dirname)
'--dirty', '--tags'], cwd=dirname)

return line.strip().decode('utf-8')

Expand Down

0 comments on commit d8ae7a6

Please sign in to comment.