From c23813bd11504999ce701cd90b4e23115f00e1ad Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Mon, 22 Apr 2024 15:08:13 -0500 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..04fa63f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# 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.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))