Skip to content

Commit

Permalink
bump version: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peloton committed Jul 20, 2017
1 parent 6eb9b96 commit 2581e8d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
v0.x.x
=============
* Current version.

v0.4.0
=============
* Add examples for MPI usage (with examples on Cori, NERSC).
* Add fits interface for creating maps.
* Add fits interface for dumping maps on disk.
* Remove unused args in several classes and routines.
* Add App for SO, and support for xpure.
* Massive change in the way parsers are handled.
* Add SQUID to SQUID crosstalk.

v0.3.3
=============
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Try to run (you will need the package mpi4py)

::

mpirun -n <nproc> python examples/simple_app.py -inifile examples/simple_parameters.ini
mpirun -n <nproc> python examples/simple_app.py -inifile examples/simple_parameters.ini -tag test

where nproc should not be greater than the number of scans to run.
Note that for NERSC users, we also provide a submission script for jobs on Cori (see examples/nersc_cori.batch).
Expand Down
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,18 @@ def configuration(parent_package='', top_path=None):
'scanning_strategy_doc.ipynb',
'using_C_or_Fortran_for_speed_up.ipynb'],
'examples': ['simple_app.py',
'so_app.py',
'so_crosstalk_app.py',
'simple_parameters.ini',
'so_parameters.ini',
'xpure_parameters.ini',
'nersc_cori.batch']}

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

0 comments on commit 2581e8d

Please sign in to comment.