Skip to content

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
peloton committed Nov 3, 2017
1 parent 6250018 commit d5450e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ v0.x.x
=============
* Current version.

v0.5.2
=============
* Improve coverage and coverage tool.
* Simplify the scanning strategy module.
* Add App to study relative gain variation
* Allow to process channel-by-channel in tod2map to save memory!
* Update the default noise level to 5ish uk.arcmin.
* Add routines to simulate gain drifts.

v0.5.1
=============
* Fix bug in bolometer coordinates in the focal plane (it was mixed with pair coordinates).
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def configuration(parent_package='', top_path=None):
'examples': ['simple_app.py',
'so_app.py',
'so_crosstalk_app.py',
'so_gain_variation.py',
'simple_parameters.ini',
'so_parameters.ini',
'xpure_parameters.ini',
Expand All @@ -58,9 +59,9 @@ def configuration(parent_package='', top_path=None):

setup(
configuration=configuration,
version='0.5.1',
version='0.5.2',
url='https://github.com/JulienPeloton/s4cmb',
download_url='https://github.com/JulienPeloton/s4cmb/archive/0.5.1.tar.gz',
download_url='https://github.com/JulienPeloton/s4cmb/archive/0.5.2.tar.gz',
license='GPL-3.0',
author='Julien Peloton',
author_email='[email protected]',
Expand Down

0 comments on commit d5450e8

Please sign in to comment.