Releases: SomaLogic/Canopy
Releases · SomaLogic/Canopy
v1.2.6
What's Changed
- Fixed type hint syntax from Dict(str, List) to Dict[str, List] and similar corrections across multiple files
- Standardized docstrings to NumPy format with proper Parameters/Returns sections
- Corrected spelling errors in comments and docstrings
- Removed annotations file md5 check and warning
- Updated version number from 1.2.5 to 1.2.6
v1.2.5
What's Changed
- Added a merge_strategy parameter to smart_adat_concatenation in adat_concatenation.py, allowing users to choose between 'inner' and 'outer' merge strategies for the RFU matrix, increasing flexibility when combining ADATs with different SOMAmer sets.
- Improved handling of CalReference and PlateScale_Reference metadata during concatenation: now merges unique values using a pipe delimiter and logs a warning if differences are found across ADATs, helping users track potential downstream issues.
Full Changelog: v1.2.4...v1.2.5
v1.2.4
What's Changed
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- Bump version to 1.2.3, enhance error messaging in metadata concatenation, and add tests for various header data types
- CAN-25 by @kyoung73 in #15
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
Fixes
- ValueError when reading adats with empty RFUs
v1.2.1
What's Changed
Improvements
calcELODfunction to match the specification for eLOD calculations.
v1.2.0
What's Changed
New Features
- Added an option to convert
ReportConfigin the header to a string type for better compatibility and handling.
Improvements
parse_fileis now easier to access as it has been added to the__init__.pyfile for simpler imports.parse_filenow accepts a filename as an argument, allowing for more flexible file parsing.
Deprecations
- The deprecated
write_filefunction has been removed from the codebase to streamline functionality and reduce redundancy.
Version 1.1.0
PyPI initial release.
This is the rename of the package from Canopy to SomaData coinciding with its release to PyPI https://pypi.org/project/somadata/.
Version 0.5.1
Full Changelog: v0.5.0...v0.5.1