From d41e1302396cde1191cda5a6846f792a03cda215 Mon Sep 17 00:00:00 2001 From: Zihao Xu Date: Thu, 5 Dec 2024 15:25:30 -0500 Subject: [PATCH] Bump to v0.5.2 (#195) * bump to 0.5.2 * add history --- .bumpversion.cfg | 2 +- HISTORY.md | 18 ++++++++++++++++++ appletree/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0bec878..6aefab2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.5.2 files = appletree/__init__.py commit = True tag = True diff --git a/HISTORY.md b/HISTORY.md index 019b857..c14ace8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,21 @@ +v0.5.2 / 2024-12-05 +------------------- +* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/XENONnT/appletree/pull/182 +* Use `pyproject.toml` to install appletree by @dachengx in https://github.com/XENONnT/appletree/pull/184 +* Fix backend filename if the user changes the h5 filename by @zihaoxu98 in https://github.com/XENONnT/appletree/pull/185 +* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/XENONnT/appletree/pull/183 +* use mongo downloader in utilix by @yuema137 in https://github.com/XENONnT/appletree/pull/190 +* Add `utilix` to `pyproject.toml` by @dachengx in https://github.com/XENONnT/appletree/pull/191 +* Update utilix dependency by @yuema137 in https://github.com/XENONnT/appletree/pull/192 +* Switch to master for docformatter by @dachengx in https://github.com/XENONnT/appletree/pull/194 +* More options for get_post_parameters by @zihaoxu98 in https://github.com/XENONnT/appletree/pull/193 + +New Contributors +* @yuema137 made their first contribution in https://github.com/XENONnT/appletree/pull/190 + +**Full Changelog**: https://github.com/XENONnT/appletree/compare/v0.5.1...v0.5.2 + + v0.5.1 / 2024-07-31 ------------------- * Fix S1 bias coordinate by @zihaoxu98 in https://github.com/XENONnT/appletree/pull/174 diff --git a/appletree/__init__.py b/appletree/__init__.py index 2804cd4..2ed0a35 100644 --- a/appletree/__init__.py +++ b/appletree/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.5.1" +__version__ = "0.5.2" # stop jax to preallocate memory import os diff --git a/pyproject.toml b/pyproject.toml index 072a413..8e4d19e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "appletree" -version = "0.5.1" +version = "0.5.2" description = "A high-Performance Program simuLatEs and fiTs REsponse of xEnon." readme = "README.md" authors = [