From d5450e8a1e403e63799aa16efed2e0fa19f52f1e Mon Sep 17 00:00:00 2001 From: peloton Date: Fri, 3 Nov 2017 14:40:28 +0000 Subject: [PATCH] Prepare for new release --- CHANGELOG.rst | 9 +++++++++ setup.py | 5 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 084f338..11d487d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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). diff --git a/setup.py b/setup.py index 9553140..c5c5032 100644 --- a/setup.py +++ b/setup.py @@ -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', @@ -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='j.peloton@sussex.ac.uk',