tantri/CHANGELOG.md
Deepak Mallubhotla 0b39889064
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.1.0
2024-05-02 14:25:31 -05:00

2.9 KiB

Changelog

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

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)