Skip to content

Releases: phac-nml/genomic_address_service

0.1.4

31 Jan 19:21
898dfaa
Compare
Choose a tag to compare

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 only single even if other option was selected
  • Changed some variables in the dist_reader and assign classes from static to instance to accomodate use in tests

Added

  • Added tests for assign() at different thresholds

0.1.3

20 Dec 16:41
0f13505
Compare
Choose a tag to compare

0.1.3 - 2024-12-20

Fixed

  • Converted data[sample_id] to a string in the format_df function with assign.py to prevent AttributeErrors 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

Added

  • Fixed pytests PR7
  • Added github actions for pytest and branch protection PR7