Releases: phac-nml/genomic_address_service
Releases · phac-nml/genomic_address_service
0.1.4
0.1.4 - 2025-01-31
Includes PR#20
Fixed
- Reverted change made to
assign()
class regarding cluster thresholds (> replaced with >=) addressed in Issue#19 - Fixed the Issue#21
assign()
class definition,linkage_method
had been hardcoded to use onlysingle
even if other option was selected - Changed some variables in the
dist_reader
andassign
classes from static to instance to accomodate use in tests
Added
- Added tests for
assign()
at different thresholds
0.1.3
0.1.3 - 2024-12-20
Fixed
- Converted
data[sample_id]
to a string in theformat_df
function withassign.py
to preventAttributeErrors
when non-string values are in the genomic address. PR14 - Updated
buildNewick
formula to use cophenetic distances for branch lengths, aligning cluster visualization with BioNumerics dendrogram representation. PR15