chore(release): 1.2.0
This commit is contained in:
parent
3680f2ae4b
commit
b8e21da9fe
12
CHANGELOG.md
12
CHANGELOG.md
@ -2,6 +2,18 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
## [1.2.0](https://gitea.deepak.science:2222/physics/tantri/compare/1.1.0...1.2.0) (2024-09-04)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* adding binning feature that handles summary statistics ([a20f0c2](https://gitea.deepak.science:2222/physics/tantri/commit/a20f0c2069ffc6d930aee2fa2c93c6ade701b7f8))
|
||||
* adds apsd cli command ([f91df42](https://gitea.deepak.science:2222/physics/tantri/commit/f91df4227dc86b525b9a53162884f4bfb3a3944c))
|
||||
* adds event based time series calculation ([34e3156](https://gitea.deepak.science:2222/physics/tantri/commit/34e31569dceb581fd31b0b4479ffddbd6e59b724))
|
||||
* adds output binning and revises cli arguments ([f31b6aa](https://gitea.deepak.science:2222/physics/tantri/commit/f31b6aa6b15441cd6c65e2809165d2e9a668883e))
|
||||
* adds psd calculation code and utilities to handle averaging of periodograms ([22bb3d8](https://gitea.deepak.science:2222/physics/tantri/commit/22bb3d876f8994dc81d93b8ff2b1f68e0d91d2b0))
|
||||
* allows use of new event-based method for time series, despite it being slow ([4623af6](https://gitea.deepak.science:2222/physics/tantri/commit/4623af69e7971eb72fdd6509d28ca41d8125a906))
|
||||
|
||||
## [1.1.0](https://gitea.deepak.science:2222/physics/tantri/compare/1.0.1...1.1.0) (2024-05-02)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "tantri"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
description = "Python dipole model evaluator"
|
||||
authors = ["Deepak <dmallubhotla+github@gmail.com>"]
|
||||
license = "GPL-3.0-only"
|
||||
|
Loading…
x
Reference in New Issue
Block a user