Merge branch 'releases/Release_2_11_3_Branch'
[jalview.git] / src / jalview / analysis / TreeModel.java
2023-11-03 James ProcterJAL-4090 JAL-1551 spotlessApply
2023-10-17 James ProcterJAL-4134 TODO printNode update for columnTrees
2023-10-17 James ProcterJAL-4134 JAL-4302 remove unnecessary casts
2023-08-10 Ben SoaresJAL-629 Change all stdout and stderr output to use...
2023-05-22 James ProcterJAL-1551 spotless
2023-05-19 James ProcterJAL-1551 spotlessApply
2023-05-19 James ProcterJAL-1551 spotlessApply
2023-05-18 James ProcterJAL-4134 properly specify BinaryNode as a typed generic...
2023-02-27 James ProcterJAL-4134 fix more of the egregious SeqNode/BinaryNode...
2023-02-23 James ProcterJAL-4134 - brutal hack to build a tree clustering colum...
2023-02-23 James ProcterJAL-4134 - refactor tree calculation code to work with...
2022-02-11 Ben SoaresJAL-3949 Complete new abstracted logging framework...
2017-10-03 gmungocJAL-2738 copy to spikes/mungo
2017-08-16 Jim ProcterJAL-2418 source formatting
2017-06-09 gmungocJAL-2446 merged to spike branch
2017-03-27 gmungocJAL-2428 unused method deleted
2017-03-27 gmungocJAL-2428 pass AlignmentView to TreeModel so Show Input...
2017-03-24 gmungocJAL-2428 simplify TreeModel constructors, add getOrigin...
2017-03-06 gmungocJAL-2428 separate TreeModel from TreeBuilder/NJTree...