Skip to content

Commit

Permalink
Release 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleAalbers committed Mar 9, 2017
1 parent 505730f commit 5346a3c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[bumpversion]
current_version = 6.5.1
current_version = 6.6.0
files = setup.py pax/__init__.py
commit = True
tag = True

17 changes: 16 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,23 @@
History
-------
---------

------------------
6.6.0 (2017-03-08)
------------------
* Updates to data files:
* S1(x,y,z) relative light yield map (#548)
* S2(x,y) relative light yield map (#535)
* Neural net (#531)
* S1 area fraction top probability computed (#533)
* Fix bug in peak.area_midpoint computation
* Simulator: Use realistic SPE spectrum in fax (#528)
* Simulator: Fix bug in self-trigger emulation, AmBe noise file (#537)

------------------
6.5.1 (2017-02-28)
------------------
* Minor bugfixes (#526, #527, #529)

------------------
6.5.0 (2017-02-21)
Expand Down
2 changes: 1 addition & 1 deletion pax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__author__ = 'Christopher Tunnell'
__email__ = '[email protected]'
__version__ = '6.5.1'
__version__ = '6.6.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

setup(
name='pax',
version='6.5.1',
version='6.6.0',
description='PAX is the raw data processor for LXe TPCs.',
long_description=readme + '\n\n' + history,
author='Christopher Tunnell and Jelle Aalbers for the XENON1T collaboration',
Expand Down

0 comments on commit 5346a3c

Please sign in to comment.