Skip to content

Commit d999669

Browse files
author
Conventional Changelog Action
committed
Merge pull request #213 from sandialabs/docs
Docs [skip ci]
1 parent e86c3f5 commit d999669

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,30 @@
1+
# [0.8.0](https://github.com/sandialabs/pyscan/compare/v0.7.4...v0.8.0) (2024-10-01)
2+
3+
4+
### Bug Fixes
5+
6+
* tried updating killswitch example notebook to skip last cell on nbmake workflow. ([cd2b930](https://github.com/sandialabs/pyscan/commit/cd2b930214923d5f1ff0304b6e45a59829c7903f))
7+
8+
9+
### Features
10+
11+
* Added live_multi_plot function ([3502a7d](https://github.com/sandialabs/pyscan/commit/3502a7df2bf5e1e397e79c9dff983bc4e3b178d4))
12+
13+
14+
### Reverts
15+
16+
* **general:** restoring main version of get_pyscan_version. ([b341479](https://github.com/sandialabs/pyscan/commit/b341479300ca90be17e98a5f6bd0d7c19ddb8a2a))
17+
* **measurement:** restoring main version of run_info.py. ([9d3558e](https://github.com/sandialabs/pyscan/commit/9d3558efe5053e927314bf78213034eb46322ba2))
18+
19+
20+
121
## [0.7.4](https://github.com/sandialabs/pyscan/compare/v0.7.3...v0.7.4) (2024-10-01)
222

323

424
### Bug Fixes
525

626
* **measurement:** fixed sparse experiment to use scan naming convention rather than loop. ([423ce39](https://github.com/sandialabs/pyscan/commit/423ce39cb05f751a09a313682c46c2254cc6472e))
27+
* **measurement:** fixed sparse experiment to use scan naming convention rather than loop. [skip ci] ([ea71d69](https://github.com/sandialabs/pyscan/commit/ea71d6908264d88dc005d64d723f2dadb042850c))
728
* **plotting:** updating loop nomenclature to scan in plot_generator. ([af27aa6](https://github.com/sandialabs/pyscan/commit/af27aa626df4cf0bc3b78f8cb6847ca9a5ec9c49))
829

930

pyscan/VERSION.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.7.4"
2+
"version": "0.8.0"
33
}

0 commit comments

Comments
 (0)