diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6b25e4d..56e790e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ v0.x.x ============= * Current version. +v0.6.0 +============= +* Add HWP demodulation (in addition to pair difference) to estimate I, Q, and U from timestreams. +* Allow different nside (input vs output) to be used. + v0.5.3 ============= * Add ACT scanning strategy, and custom scanning strategy. diff --git a/setup.py b/setup.py index 156610e..fc6b5b1 100644 --- a/setup.py +++ b/setup.py @@ -59,9 +59,9 @@ def configuration(parent_package='', top_path=None): setup( configuration=configuration, - version='0.5.3', + version='0.6.0', url='https://github.com/JulienPeloton/s4cmb', - download_url='https://github.com/JulienPeloton/s4cmb/archive/0.5.3.tar.gz', + download_url='https://github.com/JulienPeloton/s4cmb/archive/0.6.0.tar.gz', license='GPL-3.0', author='Julien Peloton', author_email='j.peloton@sussex.ac.uk',