- AppBio QuantStudio Design & Analysis - initial implementation - ChemoMetec Nucleoview - add software version field - Bio-Rad Bio-Plex Manager - initial implementation (377) - Internal - add utils for parsing xml (377) - Internal - add utility to remove non-required None values from a dataclass - Beckman PharmSpec - initial implementation
Fixed
- Beckman Vi-Cell BLU - re-add encoding inference - Unchained Labs Lunatic - corrected concentration unit to conform to unit as reported within the source file - Luminex xPONENT - corrected to output one multi analyte profiling document per well. - AppBio QuantStudio RT-PCR - remove duplicated calculated data documents of delta ct se
Changed
- Agilent Gen5 - use plate-reader/BENCHLING/2023/09 schema
0.1.27
Added
- Internal - add allotropy.testing library, exposing test utils for validating ASM outside of allotropy
Changed
- Internal - exclude tests from sdist
0.1.26
Fixed
- Beckman Vi-Cell BLU - reverted add encoding inference, it is causing unexpected behavior in other environments
0.1.25
Fixed
- Beckman Vi-Cell BLU - add encoding inference - Luminex xPONENT - fix to account for the correct instrument file formatting
0.1.24
Added
- Plate Reader - add optical imaging to support to plate-reader/BENCHLING/2023/09 - Revvity Kaleido - initial implementation
Fixed
- Plate Reader - change lightfield with brightfield in transmitted light setting enum in plate-reader/BENCHLING/2023/09 - Unchained Labs Lunatic - fix missing case for concentration column without A260 prefix
0.1.23
Added
- Qiacuity dPCR - initial implementation
Changed
- Global - add ability to specify encoding in top-level functions. Not passing an encoding defaults to UTF-8. To auto-detect encoding with chardet, pass in CHARDET_ENCODING - Internal - loosen requirement for jsonschema package to increase package compatibility