JAL-3829 ensure unmock the FTS PDB and TDB clients after mocking for a test
[jalview.git] / test / jalview / analysis / scoremodels /
2019-03-05 gmungocJAL-3205 added a delta parameter to Matrix.equals() feature/JAL-3205symmetricCalc
2019-03-04 gmungocJAL-3205 worked examples in unit test for symmetric...
2019-03-03 gmungocJAL-3205 faster calculation with symmetric score matrix
2018-04-26 gmungocJAL-2962 remove Change Parameters menu from PCA panel
2017-06-09 gmungocJAL-2446 merged to spike branch
2017-06-01 gmungocJAL-2754 Sequence.findFeatures(fromCol, toCol) features/JAL-2754findFeaturesByColumn
2017-05-25 gmungocJAL-2050 make SequenceFeature.score final, adjust const...
2017-05-09 gmungocJAL-2403 use preferred factory method to create score...
2017-05-02 Jim ProcterJAL-2424 fixme’s removed
2017-05-02 Jim ProcterJAL-2424 update assert to correct width for normalising...
2017-05-02 Jim ProcterJAL-2424 resolved, assert updated to pass (1f != 1d)
2017-05-02 gmungocJAL-2499 JAL-2403 push 'configure for view' inside...
2017-04-11 gmungocJAL-2403 improved ScoreModelI hierarchy as per Kira...
2017-03-29 gmungocJAL-2416 revert to '*' not '-' in score matrix, handle...
2017-03-28 gmungocJAL-2403 JAL-2416 pairwise score unexpected symbols...
2017-03-28 gmungocJAL-2403 further test coverage for ScoreMatrix, min...
2017-03-27 gmungocJAL-2416 score matrix gap symbol (if any) dynamically...
2017-03-27 gmungocJAL-2416 add score model description field for tooltip...
2017-03-27 gmungocJAL-2416 use '-' not space for gap in score matrices
2017-03-24 gmungocJAL-2416 tests added for ScoreMatrix
2017-03-23 gmungocJAL-2393 updated test for removal of PIDDistanceModel
2017-02-28 gmungocJAL-1632 'includeGaps' applied to FeatureDistanceModel...
2017-02-27 gmungocJAL-2416 seqspace.scm and PIDDistanceModel replaced...
2017-02-27 gmungocJAL-838 ScoreMatrix now respects SimilarityParams!
2017-02-27 gmungocJAL-838 tests for PID calculation with parameter options
2017-02-24 gmungocJAL-838 added 'SeqSpace' PID mode, added parameters...
2017-02-24 gmungocJAL-2403 PIDModel added (wip)
2017-02-24 gmungocJAL-1483 PIDModel potential replacement for PIDDistance...
2017-02-23 gmungocJAL-2403 JAL-1483 changes to ScoreModelI hierarchy...
2017-02-21 gmungocJAL-2416 typo
2017-02-21 gmungocJAL-2416 ScoreMatrix.getMatrix() returns a defensive...
2017-02-21 gmungocJAL-2416 support roundtrip print/parse of ScoreMatrix
2017-02-21 gmungocMerge branch 'develop' into features/JAL-2393customMatrices
2017-02-21 gmungocJAL-2416 more validation in ScoreMatrix constructor
2017-02-20 gmungocJAL-2403 ScoreModelI now DistanceModelI, ScoreMatrix...
2017-02-17 gmungocJAL-2416 score models now held in order added
2017-02-17 gmungocJAL-2403 extract method refactoring of FeatureScoreMode...
2017-02-14 gmungocParsing moved to (new) ScoreMatrixFile, drag and drop...
2017-02-13 gmungocJAL-2416 allow alphabet symbol (optional) in first...
2017-02-13 gmungocJAL-1632 JAL-2416 load score matrices from file, as...
2016-11-28 gmungocMerge branch 'develop' into trialMerge
2016-11-28 tcofoegbuMerge branch 'features/JAL-2326_JOptionPane-refactoring...
2016-11-25 gmungocMerge branch 'develop' into trialMerge
2016-11-24 tcofoegbuJAL-2326 added setup method for JvOptionPane in all... features/JAL-2326_JOptionPane-refactoring
2016-11-21 Jim ProcterJAL-2335 failing test for FeatureRendererModel.findFeat...
2016-10-25 Jim ProcterJAL-2089 patch broken merge to master for Release 2... releases/Release_2_10_0_Branch
2016-10-06 Jim ProcterJAL-2089 Merge branch releases/Release_2_10_Branch...
2016-10-05 Jim ProcterJAL-2189 format tests
2016-07-11 gmungocfile format enum wip changes
2016-04-24 Jim ProcterJAL-2075 test showing hidden columns bug in feature...
2016-04-24 Jim ProcterJAL-2075 refactor FeatureScoreModel to native testNG...
2016-02-12 gmungocJAL-2008 avoid unnecessary repaints; signatures changed...
2015-10-16 Jim ProcterJAL-1925 update source version in license Release_2_9_0b2
2015-10-08 Jim ProcterJAL-1894 update year/version in copyright
2015-09-10 Jim ProcterJAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensin...
2015-09-10 Jim ProcterJAL-1645 licencing for new files in test and utils
2015-09-10 Jim ProcterJAL-1645 source formatting and organise imports
2015-07-08 gmungocJAL-1759 merge from develop
2015-07-07 tcofoegbuJAL-1805 test envirionment separation
2015-06-19 tcofoegbuJAL-1270 test suits import order refactor features/JAL-1270_JUnit-to-TestNG features/JAL-1782_JUnit-to-TestNG
2015-06-19 tcofoegbuJAL-1270 JUnit to TestNG refactoring
2015-01-07 Jim ProcterJAL-1483 basic test of sequence similarity score model...