Skip to content

Commit d24147f

Browse files
release: Update allotropy version to 0.1.109 (#1112)
### Added - Thermo Fisher Scientific VISIONlite - add get unread data (#1097) - Flowjo - Added new example (#1108) - Beckman Coulter Biomek - clear unread data warnings (#1092) - Cytiva Biacore T200 - Refactor to use JsonData (#1095) - CTL ImmunoSpot - use proper units in data processing document (#1098) - Thermo Fisher Scientific SkanIt - add unread data (#1104) ### Fixed - Molecular Devices SoftMax Pro - handle reduced data blocks with empty rows correctly (#1110)
1 parent cf031ef commit d24147f

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this packages will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.109] - 2025-10-28
9+
10+
### Added
11+
12+
- Thermo Fisher Scientific VISIONlite - add get unread data (#1097)
13+
- Flowjo - Added new example (#1108)
14+
- Beckman Coulter Biomek - clear unread data warnings (#1092)
15+
- Cytiva Biacore T200 - Refactor to use JsonData (#1095)
16+
- CTL ImmunoSpot - use proper units in data processing document (#1098)
17+
- Thermo Fisher Scientific SkanIt - add unread data (#1104)
18+
19+
### Fixed
20+
21+
- Molecular Devices SoftMax Pro - handle reduced data blocks with empty rows correctly (#1110)
22+
823
## [0.1.108] - 2025-10-23
924

1025
### Added

src/allotropy/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.108"
1+
__version__ = "0.1.109"

0 commit comments

Comments
 (0)