Skip to content

Commit 00d41e7

Browse files
release: Update allotropy version to 0.1.114 (#1153)
### Added - Cytiva Biacore Insight - Add support for Affinity and Concentration analysis files (#1137) - Add compatibility with chardet 6.0.0+ and fix encoding issues (#1141) ### Fixed - Fix Perkin Elmer Envision parser to recognize A450 labels as absorbance (#1152) - Optimize test encoding detection for 4x speedup (#1143) - Fix GitHub Actions hatch/virtualenv compatibility (#1140)
1 parent 5344e59 commit 00d41e7

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.114] - 2026-03-16
9+
10+
### Added
11+
12+
- Cytiva Biacore Insight - Add support for Affinity and Concentration analysis files (#1137)
13+
- Add compatibility with chardet 6.0.0+ and fix encoding issues (#1141)
14+
15+
### Fixed
16+
17+
- Fix Perkin Elmer Envision parser to recognize A450 labels as absorbance (#1152)
18+
- Optimize test encoding detection for 4x speedup (#1143)
19+
- Fix GitHub Actions hatch/virtualenv compatibility (#1140)
20+
821
## [0.1.113] - 2026-01-28
922

1023
### 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.113"
1+
__version__ = "0.1.114"

0 commit comments

Comments
 (0)