Skip to content

Commit

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

* Bump version: 0.3.2 → 0.4.0
  • Loading branch information
dachengx authored May 27, 2024
1 parent 26837ba commit ae08d50
Show file tree
Hide file tree
Showing 4 changed files with 20 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.2
current_version = 0.4.0
files = setup.py appletree/__init__.py
commit = True
tag = True
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v0.4.0 / 2024-05-27
-------------------
* Try using jax.random.binomial by @dachengx in https://github.com/XENONnT/appletree/pull/148
* Turn off add_eps_to_hist in NR and ER by @FaroutYLq in https://github.com/XENONnT/appletree/pull/152
* Debug when `bins_type` is not set by @dachengx in https://github.com/XENONnT/appletree/pull/153
* Specifically install `lxml_html_clean` by @dachengx in https://github.com/XENONnT/appletree/pull/157
* Initialize context from backend by @zihaoxu98 in https://github.com/XENONnT/appletree/pull/156
* Add `parameter_alias` to translate parameters in `par_config` by @dachengx in https://github.com/XENONnT/appletree/pull/160
* Allow user to aggressively use memory by @dachengx in https://github.com/XENONnT/appletree/pull/164
* Fix a bug of plotter which contains inf by @zihaoxu98 in https://github.com/XENONnT/appletree/pull/165

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

**Full Changelog**: https://github.com/XENONnT/appletree/compare/v0.3.2...v0.4.0


v0.3.2 / 2024-03-06
-------------------
* Remove `scikit-learn` version requirement by @dachengx in https://github.com/XENONnT/appletree/pull/131
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.2"
__version__ = "0.4.0"

# 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.2",
version="0.4.0",
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 ae08d50

Please sign in to comment.