From 13aef2cdfccea401760f213f3dbd85c912d35ae0 Mon Sep 17 00:00:00 2001 From: jiangyi15 Date: Fri, 9 Feb 2024 22:40:34 +0800 Subject: [PATCH] Bump version to 0.2.1 --- CHANGELOG.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++- conda/meta.yaml | 2 +- setup.cfg | 2 +- 3 files changed, 57 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef99acb4..91c46e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,61 @@ ## [Unreleased](https://github.com/jiangyi15/tf-pwa/tree/HEAD) -[Full Changelog](https://github.com/jiangyi15/tf-pwa/compare/v0.2.0...HEAD) +[Full Changelog](https://github.com/jiangyi15/tf-pwa/compare/v0.2.1...HEAD) + +## [v0.2.1](https://github.com/jiangyi15/tf-pwa/tree/v0.2.1) (2024-02-10) + +**Irreducible Tensor Formula** + +[Covariant orbital-spin scheme for any spin based on irreducible tensor](https://inspirehep.net/literature/2620146). +[#138](https://github.com/jiangyi15/tf-pwa/pull/138) + +**Added** + +- `no_q0=True` options to remove `q0` dependences of barrier factor. + [#132](https://github.com/jiangyi15/tf-pwa/pull/132) + +- `ls_selector` options for redundant degree of freedom when decay to massless + particle ($\gamma$). [#138](https://github.com/jiangyi15/tf-pwa/pull/138) + +- Square Dalitz plot generator. + [#136](https://github.com/jiangyi15/tf-pwa/pull/136) + +- New models. + + - `linear_npy` and `linear_txt` + [#137](https://github.com/jiangyi15/tf-pwa/pull/137) + + - `FlatteGen` and `Flatte2` + [#132](https://github.com/jiangyi15/tf-pwa/pull/132) + +- More plot functions and options. + + - `config.plot_partial_wave_interf` + [#137](https://github.com/jiangyi15/tf-pwa/pull/137) + + - `partial_waves_function` + [#135](https://github.com/jiangyi15/tf-pwa/pull/135) + + - `MuliConfig.plot_partial_wave` + [#133](https://github.com/jiangyi15/tf-pwa/pull/133) + + - `force_legend_labels`, `add_chi2` + [#132](https://github.com/jiangyi15/tf-pwa/pull/132) + +- More nll models. `constr_frac` model support constrians on fractions. + [#128](https://github.com/jiangyi15/tf-pwa/pull/128) + [#129](https://github.com/jiangyi15/tf-pwa/pull/129) + +**Changed** + +- `no_q0` options to remove `q0` dependences of barrier factor. + +- More options for `solve_pole`. + [#134](https://github.com/jiangyi15/tf-pwa/pull/134) + +- Update documents. + [#130](https://github.com/jiangyi15/tf-pwa/pull/130)[#131](https://github.com/jiangyi15/tf-pwa/pull/131)[#135](https://github.com/jiangyi15/tf-pwa/pull/135) ## [v0.2.0](https://github.com/jiangyi15/tf-pwa/tree/v0.2.0) (2023-11-01) diff --git a/conda/meta.yaml b/conda/meta.yaml index 81f65326..3efb1ef5 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.2.0" %} +{% set version = "0.2.1" %} package: name: tf-pwa diff --git a/setup.cfg b/setup.cfg index ce9729a4..43ad9155 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ keywords = particle physics physics classifiers = - Development Status :: 3 - Alpha + Development Status :: 4 - Beta Intended Audience :: Developers Intended Audience :: Science/Research License :: OSI Approved :: MIT License