Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into field_distortion
Browse files Browse the repository at this point in the history
  • Loading branch information
ftoschi committed Oct 30, 2021
2 parents 4a919b9 + c04036b commit c1295aa
Show file tree
Hide file tree
Showing 12 changed files with 456 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.7
current_version = 0.5.9
files = setup.py wfsim/__init__.py
commit = True
tag = True
Expand Down
19 changes: 18 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v0.5.9 / 2021-10-29
===================
* Load MC pattern map if no data-driven LCE map provided (#241)
* Change LCE map for tests (#243)
* Typo in n_chunks (#238)
* Security fix for dask (#240)
* Remove not used nv option (#237)
* Pulse instrcutions notebook (#236)

v0.5.8 / 2021-10-19
===================
* Change to online cmt version (#234)
* Update rand instructions (#233)
* Add a link to nestpy for interaction types (#231)
* Enable data-driven maps and minor changes (#230)
* Make less ele ap instructions (#216)

v0.5.7 / 2021-08-27
===================
* Reinstate optical simulation (#199)
Expand Down Expand Up @@ -25,7 +42,7 @@ v0.5.5 / 2021-07-07
v0.5.4 / 2021-06-24
===================
* Get gains from CMT (#172)
* Not to remove nVeto events whose related TPC events don't exist (#171)
* Not to remove nVeto events whose related TPC events do not exist (#171)
* Remove travis for testing in wfsim (#176)
* Oversize chunk handling (#168)
* Adding Kr83m notebook (#167)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[![Readthedocs Badge](https://readthedocs.org/projects/wfsim/badge/?version=latest)](https://wfsim.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/XENONnT/WFSim/badge.svg?branch=master)](https://coveralls.io/github/XENONnT/WFSim?branch=master)
[![Pytest](https://github.com/XENONnT/WFSim/workflows/Pytest/badge.svg?branch=master)](https://github.com/XENONnT/WFSim/actions?query=workflow%3APytest)
[![Test package](https://github.com/XENONnT/WFSim/actions/workflows/pytest.yml/badge.svg?branch=master)](https://github.com/XENONnT/WFSim/actions/workflows/pytest.yml)
[![CodeFactor](https://www.codefactor.io/repository/github/xenonnt/wfsim/badge)](https://www.codefactor.io/repository/github/xenonnt/wfsim)
[![PyPI version shields.io](https://img.shields.io/pypi/v/wfsim.svg)](https://pypi.python.org/pypi/wfsim/)

Expand Down
6 changes: 3 additions & 3 deletions extra_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Test compatibility with these most often:
strax==1.0.0
straxen==1.0.0
strax==1.1.1
straxen==1.1.2

# File for the requirements of straxen with the automated tests
awkward==1.5.0
blosc==1.10.4 # Strax dependency
boltons==21.0.0
datashader==0.13.0
dask==2021.8.1
dask==2021.10.0
dill==0.3.4 # Strax dependency
coveralls==3.2.0
commentjson==0.9.0
Expand Down
Loading

0 comments on commit c1295aa

Please sign in to comment.