Skip to content

Commit

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

* Bump version: 0.1.0 → 0.2.0
  • Loading branch information
dachengx committed Apr 27, 2024
1 parent 2258a33 commit 033e56b
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.1.0
current_version = 0.2.0
files = axidence/__init__.py
commit = True
tag = True
Expand Down
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v0.2.0 / 2024-04-27
-------------------
* Add `EventBuilding` cut by @dachengx in https://github.com/dachengx/axidence/pull/20
* Add prototype for isolated peaks by @dachengx in https://github.com/dachengx/axidence/pull/22
* Build events at once by @dachengx in https://github.com/dachengx/axidence/pull/27
* Save both peak and event-level fields into isolated peaks by @dachengx in https://github.com/dachengx/axidence/pull/30
* Prototype of `PairedPeaks` by @dachengx in https://github.com/dachengx/axidence/pull/31
* Add method `replication_tree` to `strax.Context` by @dachengx in https://github.com/dachengx/axidence/pull/34
* Connect salting and paring dependency tree by @dachengx in https://github.com/dachengx/axidence/pull/35
* Debug `do_compute` in plugin factory by @dachengx in https://github.com/dachengx/axidence/pull/37
* Accelerate `replication_tree` by @dachengx in https://github.com/dachengx/axidence/pull/38
* Add other peak and event level pairing plugins by @dachengx in https://github.com/dachengx/axidence/pull/39
* Add `PairingExists` by @dachengx in https://github.com/dachengx/axidence/pull/41

**Full Changelog**: https://github.com/dachengx/axidence/compare/v0.1.0...v0.2.0


v0.1.0 / 2024-04-24
-------------------
* Add package structure by @dachengx in https://github.com/dachengx/axidence/pull/6
Expand Down
2 changes: 1 addition & 1 deletion axidence/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

from . import dtypes
from .dtypes import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "axidence"
version = "0.1.0"
version = "0.2.0"
description = "strax-based data-driven accidental coincidence background simulation and peak-level salting"
readme = "README.md"
license.file = "LICENSE"
Expand Down

0 comments on commit 033e56b

Please sign in to comment.