Branch: refs/heads/feature/karaf4.2
Home: https://github.com/cytoscape/cytoscape-api
Commit: dde8940e92f001f094b68d763f06ba1191c46f25
https://github.com/cytoscape/cytoscape-api/commit/dde8940e92f001f094b68d763f06ba1191c46f25
Author: Mike Kucera <[email protected]>
Date: 2017-09-22 (Fri, 22 Sep 2017)
Changed paths:
M model-api/src/main/java/org/cytoscape/model/CyTable.java
M model-api/src/main/java/org/cytoscape/model/CyTableUtil.java
M model-api/src/test/java/org/cytoscape/model/AbstractCyTableTest.java
Log Message:
-----------
CyTable.getMatchingKeys(). Refs #3941
Commit: 7b274de31886ed93ea1862502045882f27157eb9
https://github.com/cytoscape/cytoscape-api/commit/7b274de31886ed93ea1862502045882f27157eb9
Author: Mike Kucera <[email protected]>
Date: 2017-10-10 (Tue, 10 Oct 2017)
Changed paths:
M
presentation-api/src/main/java/org/cytoscape/view/presentation/annotations/Annotation.java
M
presentation-api/src/main/java/org/cytoscape/view/presentation/annotations/AnnotationManager.java
Log Message:
-----------
Api for batch annotations, Refs #3966
Commit: b16d8b1b4136e4755a77f790756fe1a6db789a2d
https://github.com/cytoscape/cytoscape-api/commit/b16d8b1b4136e4755a77f790756fe1a6db789a2d
Author: Mike Kucera <[email protected]>
Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths:
M api-bundle/pom.xml
M app-api/pom.xml
M application-api/pom.xml
M ci-api/pom.xml
M command-executor-api/pom.xml
M
command-executor-api/src/main/java/org/cytoscape/command/StringToModel.java
M core-task-api/pom.xml
M
core-task-api/src/main/java/org/cytoscape/task/AbstractNetworkViewCollectionTaskFactory.java
M datasource-api/pom.xml
M equations-api/pom.xml
M event-api/pom.xml
M filter-api/pom.xml
M group-api/pom.xml
M io-api/pom.xml
M jobs-api/pom.xml
M layout-api/pom.xml
M layout-api/src/main/java/org/cytoscape/view/layout/EdgeWeighter.java
M model-api/pom.xml
M pom.xml
M presentation-api/pom.xml
M
presentation-api/src/main/java/org/cytoscape/view/presentation/annotations/ShapeAnnotation.java
M
presentation-api/src/main/java/org/cytoscape/view/presentation/property/BasicVisualLexicon.java
M property-api/pom.xml
M service-api/pom.xml
M session-api/pom.xml
M swing-app-api/pom.xml
M swing-application-api/pom.xml
M
swing-application-api/src/main/java/org/cytoscape/application/swing/CytoPanel.java
M
swing-application-api/src/main/java/org/cytoscape/application/swing/search/AbstractNetworkSearchTaskFactory.java
M
swing-application-api/src/main/java/org/cytoscape/application/swing/search/NetworkSearchTaskFactory.java
M swing-util-api/pom.xml
M taglets/pom.xml
M util-api/pom.xml
M viewmodel-api/pom.xml
M vizmap-api/pom.xml
M vizmap-gui-api/pom.xml
M webservice-api/pom.xml
M webservice-swing-api/pom.xml
M work-api/pom.xml
M work-swing-api/pom.xml
Log Message:
-----------
Merge branch 'develop' into feature/perf
Commit: 45aa401a5a1b6113068541e55b79624c07e32b86
https://github.com/cytoscape/cytoscape-api/commit/45aa401a5a1b6113068541e55b79624c07e32b86
Author: Mike Kucera <[email protected]>
Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths:
M api-bundle/pom.xml
M app-api/pom.xml
M application-api/pom.xml
M ci-api/pom.xml
M command-executor-api/pom.xml
M
command-executor-api/src/main/java/org/cytoscape/command/StringToModel.java
M core-task-api/pom.xml
M datasource-api/pom.xml
M equations-api/pom.xml
M event-api/pom.xml
M filter-api/pom.xml
M group-api/pom.xml
M io-api/pom.xml
M jobs-api/pom.xml
M layout-api/pom.xml
M layout-api/src/main/java/org/cytoscape/view/layout/EdgeWeighter.java
M model-api/pom.xml
M model-api/src/main/java/org/cytoscape/model/CyTable.java
M model-api/src/main/java/org/cytoscape/model/CyTableUtil.java
M model-api/src/test/java/org/cytoscape/model/AbstractCyTableTest.java
M pom.xml
M presentation-api/pom.xml
M property-api/pom.xml
M service-api/pom.xml
M session-api/pom.xml
M swing-app-api/pom.xml
M swing-application-api/pom.xml
M
swing-application-api/src/main/java/org/cytoscape/application/swing/CytoPanel.java
M
swing-application-api/src/main/java/org/cytoscape/application/swing/search/AbstractNetworkSearchTaskFactory.java
M
swing-application-api/src/main/java/org/cytoscape/application/swing/search/NetworkSearchTaskFactory.java
M swing-util-api/pom.xml
M taglets/pom.xml
M util-api/pom.xml
M viewmodel-api/pom.xml
M vizmap-api/pom.xml
M vizmap-gui-api/pom.xml
M webservice-api/pom.xml
M webservice-swing-api/pom.xml
M work-api/pom.xml
M work-swing-api/pom.xml
Log Message:
-----------
Merge branch 'develop' into feature/batch_annotations
Commit: 353b7ebb231f271ea17fabd972b1c623d508e6ce
https://github.com/cytoscape/cytoscape-api/commit/353b7ebb231f271ea17fabd972b1c623d508e6ce
Author: Unknown <[email protected]>
Date: 2017-12-01 (Fri, 01 Dec 2017)
Changed paths:
M model-api/src/main/java/org/cytoscape/model/CyTable.java
M model-api/src/main/java/org/cytoscape/model/CyTableUtil.java
M model-api/src/test/java/org/cytoscape/model/AbstractCyTableTest.java
M
presentation-api/src/main/java/org/cytoscape/view/presentation/annotations/Annotation.java
M
presentation-api/src/main/java/org/cytoscape/view/presentation/annotations/AnnotationManager.java
Log Message:
-----------
Merge remote-tracking branch 'origin/develop' into feature/karaf4.2
Compare:
https://github.com/cytoscape/cytoscape-api/compare/95610f97065e...353b7ebb231f
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/cytoscape-cvs.
For more options, visit https://groups.google.com/d/optout.