Skip to content

Commit

Permalink
Bump to v0.3.1 (#130)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Bump version: 0.3.0 → 0.3.1
  • Loading branch information
dachengx authored Jan 12, 2024
1 parent f678220 commit 417fd9c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 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.3.0
current_version = 0.3.1
files = setup.py appletree/__init__.py
commit = True
tag = True
18 changes: 18 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
v0.3.1 / 2024-01-12
-------------------
* Smarter SigmaMap handling and needed_parameters by @xzh19980906 in https://github.com/XENONnT/appletree/pull/116
* Move messages of used parameter in `SigmaMap.build` by @dachengx in https://github.com/XENONnT/appletree/pull/117
* Set required_parameter as method of Config by @dachengx in https://github.com/XENONnT/appletree/pull/119
* Optional applying efficiency in `multiple_simulations` by @dachengx in https://github.com/XENONnT/appletree/pull/123
* Fix S1/S2 correction and gas gain when simulating S1/S2PE by @mhliu0001 in https://github.com/XENONnT/appletree/pull/122
* Prevent already cached functions from being changed by @dachengx in https://github.com/XENONnT/appletree/pull/125
* Update docstring to google style by @dachengx in https://github.com/XENONnT/appletree/pull/126
* Update conf, add napoleon by @dachengx in https://github.com/XENONnT/appletree/pull/127
* Small bug fix when no llh_name is used by @dachengx in https://github.com/XENONnT/appletree/pull/129

New Contributors
* @mhliu0001 made their first contribution in https://github.com/XENONnT/appletree/pull/122

**Full Changelog**: https://github.com/XENONnT/appletree/compare/v0.3.0...v0.3.1


v0.3.0 / 2023-08-31
-------------------
* Fix function name to `simulate_weighted_data`, nothing else changed by @dachengx in https://github.com/XENONnT/appletree/pull/99
Expand Down
2 changes: 1 addition & 1 deletion appletree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.0"
__version__ = "0.3.1"

# stop jax to preallocate memory
import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def open_requirements(path):

setuptools.setup(
name="appletree",
version="0.3.0",
version="0.3.1",
description="A high-Performance Program simuLatEs and fiTs REsponse of xEnon.",
author="Appletree contributors, the XENON collaboration",
long_description=readme + "\n\n" + history,
Expand Down

0 comments on commit 417fd9c

Please sign in to comment.