Skip to content

Commit

Permalink
fix(measurement): fixed sparse experiment to use scan naming conventi…
Browse files Browse the repository at this point in the history
…on rather than loop. [skip ci]
  • Loading branch information
Conventional Changelog Action committed Oct 1, 2024
1 parent 423ce39 commit ea71d69
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyscan/VERSION.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.7.3"
"version": "0.7.4"
}

0 comments on commit ea71d69

Please sign in to comment.