tantri/CHANGELOG.md
Deepak Mallubhotla b8e21da9fe
All checks were successful
gitea-physics/tantri/pipeline/head This commit looks good
gitea-physics/tantri/pipeline/tag This commit looks good
chore(release): 1.2.0
2024-09-04 14:28:53 -05:00

53 lines
4.0 KiB
Markdown

# Changelog
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)
### Features
* adds supersampling to better approximate a realistic time series for high frequency noise ([986e42d](https://gitea.deepak.science:2222/physics/tantri/commit/986e42df4e1d27babbb73cb064caedc5833357ba))
* allows calling cli commands from libraries with wrapped commands, removes tqdm ([f55bbe6](https://gitea.deepak.science:2222/physics/tantri/commit/f55bbe66ee846215221a3361934cf365bf390860))
### [1.0.1](https://gitea.deepak.science:2222/physics/tantri/compare/1.0.0...1.0.1) (2024-04-22)
## 1.0.0 (2024-04-22)
### ⚠ BREAKING CHANGES
* adds writing of time series and removes some temporary commands from the cli
* changes api of time series method to be less dumb, breaks existing calls
### Features
* adds ability to introspect version ([38c27ad](https://gitea.deepak.science:2222/physics/tantri/commit/38c27ad2c407aa61a9fba3319996daa74a28498d))
* adds ability to parse dot information from json file ([16dd254](https://gitea.deepak.science:2222/physics/tantri/commit/16dd254a87a4afc88ffd7fd20666a1881b448a69))
* adds click cli app ([3b7dfd2](https://gitea.deepak.science:2222/physics/tantri/commit/3b7dfd2462710debab1cb5294b0eff26c9a80531))
* adds command line args for dipoles and dots ([b5a3f76](https://gitea.deepak.science:2222/physics/tantri/commit/b5a3f76745719b7860ea18fd8d579a08b3876c19))
* adds dipole generation code ([6ef005f](https://gitea.deepak.science:2222/physics/tantri/commit/6ef005fbe1b1f0bd4707c36d6be60348a3d96fac))
* adds dipole reading from json ([c63d553](https://gitea.deepak.science:2222/physics/tantri/commit/c63d553c7b6e21b5909e110bfcd5b9c4f259e95b))
* adds initial implementation of time series generation ([7bde246](https://gitea.deepak.science:2222/physics/tantri/commit/7bde246a21c44029d1ae1fb8ed2f5b0b31c19d6d))
* adds tests for serialisation to and from json and shows can be done ([0a51d12](https://gitea.deepak.science:2222/physics/tantri/commit/0a51d12cc067027b11c4bdfc26f6c9dc4cd5523e))
* adds writing of time series and removes some temporary commands from the cli ([4c00fe8](https://gitea.deepak.science:2222/physics/tantri/commit/4c00fe845d423fc3cf62adde7b4918bc74b7f4f2))
* allows generation of random dipoles from a standard config ([b4b2597](https://gitea.deepak.science:2222/physics/tantri/commit/b4b25974c963bfee145c2fda88bf82c91af7c251))
* changes api of time series method to be less dumb, breaks existing calls ([450f0d5](https://gitea.deepak.science:2222/physics/tantri/commit/450f0d573025f50bf03cd326f0a74080f2253a06))
### Bug Fixes
* properly write output file and headers ([6334aae](https://gitea.deepak.science:2222/physics/tantri/commit/6334aae2232ff2e421fa4dd0fbae77ae4467a117))