From ea71d6908264d88dc005d64d723f2dadb042850c Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 1 Oct 2024 15:23:57 +0000 Subject: [PATCH] fix(measurement): fixed sparse experiment to use scan naming convention rather than loop. [skip ci] --- CHANGELOG.md | 10 ++++++++++ pyscan/VERSION.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e06782f..759a43a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.7.4](https://github.com/sandialabs/pyscan/compare/v0.7.3...v0.7.4) (2024-10-01) + + +### Bug Fixes + +* **measurement:** fixed sparse experiment to use scan naming convention rather than loop. ([423ce39](https://github.com/sandialabs/pyscan/commit/423ce39cb05f751a09a313682c46c2254cc6472e)) +* **plotting:** updating loop nomenclature to scan in plot_generator. ([af27aa6](https://github.com/sandialabs/pyscan/commit/af27aa626df4cf0bc3b78f8cb6847ca9a5ec9c49)) + + + ## [0.7.3](https://github.com/sandialabs/pyscan/compare/v0.7.2...v0.7.3) (2024-09-24) diff --git a/pyscan/VERSION.json b/pyscan/VERSION.json index 3a2e8d4b..670b17e7 100644 --- a/pyscan/VERSION.json +++ b/pyscan/VERSION.json @@ -1,3 +1,3 @@ { - "version": "0.7.3" + "version": "0.7.4" }