Skip to content

Commit 000f7b3

Browse files
author
Conventional Changelog Action
committed
fix(tests): check that data_path is Path instead of PosixPath to accommodate Windows systems in experiment runinfo type post-measurement tests (#254) [skip ci]
1 parent fb70470 commit 000f7b3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1+
## [0.8.9](https://github.com/sandialabs/pyscan/compare/v0.8.8...v0.8.9) (2025-11-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **tests:** check that data_path is Path instead of PosixPath to accommodate Windows systems in experiment runinfo type post-measurement tests ([#254](https://github.com/sandialabs/pyscan/issues/254)) ([fb70470](https://github.com/sandialabs/pyscan/commit/fb70470739d3b4de7f1ca44fa2421cb8864a0d19))
7+
8+
9+
110
## [0.8.8](https://github.com/sandialabs/pyscan/compare/v0.8.7...v0.8.8) (2025-09-30)
211

312

413
### Bug Fixes
514

615
* remove attocube import due to windows errors, added to .gitignore ([9baeba7](https://github.com/sandialabs/pyscan/commit/9baeba729ad64fd2133e3c26dc3d602c8d029e74))
16+
* remove attocube import due to windows errors, added to .gitignore [skip ci] ([567172f](https://github.com/sandialabs/pyscan/commit/567172f01e3ceb661b63f939e466d652f02e4593))
717

818

919

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.8.8"
2+
"version": "0.8.9"
33
}

0 commit comments

Comments
 (0)