Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
peloton committed Aug 2, 2017
1 parent 7907fe9 commit 131ce2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
v0.x.x
=============
* Current version.

v0.5.1
=============
* Fix bug in bolometer coordinates in the focal plane (it was mixed with pair coordinates).
* Allow routine in HealpixFitsMap to read alms files directly.
* Allow the mapping per detector pair to save memory.
* Remove the notebooks from the repo (now at `s4cmb_notebooks <https://github.com/JulienPeloton/s4cmb_notebooks>`_ ).
* Add new routines to simulate differential pointing.
* Add new routines to define detectors gain.

v0.5.0
=============
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ def configuration(parent_package='', top_path=None):
'simple_parameters.ini',
'so_parameters.ini',
'xpure_parameters.ini',
'so_flat_MC_app.py',
'nersc_cori.batch']}

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

0 comments on commit 131ce2c

Please sign in to comment.