Merge branch 'releases/Release_2_11_3_Branch'
[jalview.git] / src / jalview / datamodel / features / FeatureStore.java
2023-11-03 James ProcterJAL-4090 JAL-1551 spotlessApply
2023-08-10 Ben SoaresJAL-629 Change all stdout and stderr output to use...
2022-03-08 Jim ProcterJAL-3438 spotless for 2.11.2.0
2020-07-27 gmungocJAL-3621 update to intervalstore v1.1
2020-05-18 gmungocJAL-3621 update to intervalstore v1.1
2019-03-01 gmungocMerge branch 'feature/intervalStoreJ' into merge/JAL...
2018-11-29 gmungocJAL-3140 NCList now via IntervalStore library
2018-01-17 gmungocMerge branch 'develop' into bug/JAL-2541cutRelocateFeatures
2017-11-22 gmungocJAL-2069 spike updated with latest (FeatureTypeSettings)
2017-11-17 Jim ProcterJAL-2698 source code licencing
2017-10-03 gmungocJAL-2738 copy to spikes/mungo
2017-09-14 gmungocJAL-2541 revised cut with features (work in progress)
2017-08-09 gmungocJAL-2480 inline one method, improve comments
2017-06-22 gmungocJAL-2480 simpler and safer test to avoid adding duplicates
2017-06-21 gmungocJAL-2480 tidy generic initialisations, SequenceFeatures...
2017-06-09 gmungocJAL-2446 merged to spike branch
2017-06-05 gmungocJAL-2480 remove redundant method, further test coverage
2017-05-26 gmungocJAL-2480 move ContiguousI and Range to jalview.datamodel
2017-05-25 gmungocJAL-2050 make SequenceFeature.score final, adjust const...
2017-05-24 gmungocJAL-2505 JAL-2542 SequenceFeatures.shift() to shift...
2017-05-23 gmungocJAL-2480 methods to get features for group
2017-05-12 gmungocJAL-2480 more efficient contains check on add; tidied...
2017-05-04 gmungocJAL-2505 delete and readd amended sequence feature
2017-04-19 gmungocJAL-2480 cache min-max score values per sequence and...
2017-04-18 gmungocJAL-2480 subtract from total length on deleting feature
2017-04-18 gmungocJAL-2480 test coverage / bug fixes / javadoc
2017-04-18 gmungocJAL-2480 SequenceFeaturesI encapsulates features api
2017-04-17 gmungocJAL-2446 comment updates
2017-04-17 gmungocJAL-2446 tidied up / generalised binary search in Featu...
2017-04-12 gmungocJAL-2446 getGroups, getFeatures for positional/non...
2017-04-11 gmungocJAL-2446 added getFeatureGroups
2017-04-10 gmungocJAL-2446 FeatureStore.isEmpty() added
2017-04-06 gmungocJAL-2446 added contains, delete, checks for inclusion...
2017-04-05 gmungocJAL-2446 various get and find methods added with test...
2017-03-20 gmungocJAL-2446 FeatureStore with NCList - work in progress