From f814f638919aa6cfb9e2a91b4602b9685435c72c Mon Sep 17 00:00:00 2001 From: Chris Churas Date: Mon, 22 Feb 2021 18:42:47 -0800 Subject: [PATCH] added release notes and removed snapshot --- HISTORY.md | 6 ++++++ README.md | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 29f1fc2..c52624e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,12 @@ History ======== +0.3.6 (2021-02-22) +------------------ + +* Fixed a bug where if a query had no results the source would be omitted from + the returned JSON which did not adhere to the expected behavior of web UI. UD-1591 + 0.3.5 (2020-11-24) ------------------ diff --git a/README.md b/README.md index 987de13..fa1981f 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ Requirements * [Make][make] **(to build)** * [Maven][maven] 3.3 or higher **(to build)** -- tested with 3.6 -Special Java modules to install (cause we haven't put these into maven central) +Dependencies (Deployed on NRNB Nexus) -* [ndex-enrichment-rest-model](https://github.com/cytoscape/ndex-enrichment-rest-model) built and installed via `mvn install` -* [ndex-enrichment-rest-client](https://github.com/cytoscape/ndex-enrichment-rest-client) built and installed via `mvn install` -* [ndex-object-model](https://github.com/ndexbio/ndex-object-model) built and installed via `mvn install` -* [ndex-java-client](https://github.com/ndexbio/ndex-java-client) built and installed via `mvn install` -* [ndex-interactome-search](https://github.com/cytoscape/ndex-interactome-search) built and installed via `mvn install -DskipTests=true` +* [ndex-enrichment-rest-model](https://github.com/cytoscape/ndex-enrichment-rest-model) +* [ndex-enrichment-rest-client](https://github.com/cytoscape/ndex-enrichment-rest-client) +* [ndex-object-model](https://github.com/ndexbio/ndex-object-model) +* [ndex-java-client](https://github.com/ndexbio/ndex-java-client) +* [ndex-interactome-search](https://github.com/cytoscape/ndex-interactome-search) Building NDEx Search REST Service =================================