From 14869e061d0664c249f98027cd78bd2d372438be Mon Sep 17 00:00:00 2001 From: anita-steiner Date: Mon, 15 Feb 2021 07:42:59 +0100 Subject: [PATCH 1/3] changes for release 6.0.0 --- package.json | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fa9143d..a3fa1df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "taco_server", "description": "The server part for comparing large tabular data using Phovea", - "version": "6.0.0", + "version": "6.0.1-SNAPSHOT", "author": { "name": "The Caleydo Team", "email": "contact@caleydo.org", diff --git a/requirements.txt b/requirements.txt index 84c79de..b318357 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ sklearn==0.0 -phovea_server>=7.0.0,<8.0.0 \ No newline at end of file +-e git+https://github.com/phovea/phovea_server.git@develop#egg=phovea_server \ No newline at end of file From 18e1430babb5cb099dc2fb105348eec3d1e0e5c6 Mon Sep 17 00:00:00 2001 From: dvvanessastoiber Date: Mon, 29 Nov 2021 13:41:22 +0100 Subject: [PATCH 2/3] update versions --- package.json | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a3fa1df..bb3346d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "taco_server", - "description": "The server part for comparing large tabular data using Phovea", - "version": "6.0.1-SNAPSHOT", + "description": "DEPRECATED: The server part for comparing large tabular data using Phovea", + "version": "7.0.0", "author": { "name": "The Caleydo Team", "email": "contact@caleydo.org", diff --git a/requirements.txt b/requirements.txt index b318357..0386d02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ sklearn==0.0 --e git+https://github.com/phovea/phovea_server.git@develop#egg=phovea_server \ No newline at end of file +phovea_server>=7.2.0,<8.0.0 \ No newline at end of file From 4d8445d00e0be92987e12f2db76cb02b2ef21688 Mon Sep 17 00:00:00 2001 From: dvvanessastoiber Date: Mon, 29 Nov 2021 13:41:26 +0100 Subject: [PATCH 3/3] update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index add7135..378fbbc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -TACO Server +DEPRECATED: TACO Server ===================== [![Phovea][phovea-image]][phovea-url] [![Build Status][circleci-image]][circleci-url] @@ -9,6 +9,9 @@ This is the repository for the server code. **The client code is available in th A simple way to install taco is using the [taco_product](https://github.com/Caleydo/taco_product). +### DEPRECATION Information +Please note that this project has been archived and is no longer being maintained. There is an active development under https://github.com/datavisyn/tdp_core and we will also contribute our future changes to it. + Installation ------------