tantri/CHANGELOG.md
Deepak Mallubhotla 09edf014f6
All checks were successful
gitea-physics/tantri/pipeline/tag This commit looks good
gitea-physics/tantri/pipeline/head This commit looks good
chore(release): 1.3.0
2024-12-29 21:22:30 -06:00

4.4 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.0 (2024-12-30)

Features

  • adds real spectrum correction, which might cause problems with older stuff (0e52cd6)

Bug Fixes

  • fixes real spectrum issue (revise these files if problems later...) (9c3f5aa)

1.2.0 (2024-09-04)

Features

  • adding binning feature that handles summary statistics (a20f0c2)
  • adds apsd cli command (f91df42)
  • adds event based time series calculation (34e3156)
  • adds output binning and revises cli arguments (f31b6aa)
  • adds psd calculation code and utilities to handle averaging of periodograms (22bb3d8)
  • allows use of new event-based method for time series, despite it being slow (4623af6)

1.1.0 (2024-05-02)

Features

  • adds supersampling to better approximate a realistic time series for high frequency noise (986e42d)
  • allows calling cli commands from libraries with wrapped commands, removes tqdm (f55bbe6)

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)
  • adds ability to parse dot information from json file (16dd254)
  • adds click cli app (3b7dfd2)
  • adds command line args for dipoles and dots (b5a3f76)
  • adds dipole generation code (6ef005f)
  • adds dipole reading from json (c63d553)
  • adds initial implementation of time series generation (7bde246)
  • adds tests for serialisation to and from json and shows can be done (0a51d12)
  • adds writing of time series and removes some temporary commands from the cli (4c00fe8)
  • allows generation of random dipoles from a standard config (b4b2597)
  • changes api of time series method to be less dumb, breaks existing calls (450f0d5)

Bug Fixes

  • properly write output file and headers (6334aae)