Skip to content

0.1.4

Latest
Compare
Choose a tag to compare
@sgsutcliffe sgsutcliffe released this 31 Jan 19:21
898dfaa

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