Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #32 from Caleydo/release-5.0.0
Browse files Browse the repository at this point in the history
Release 5.0.0
  • Loading branch information
Anita Steiner authored Jul 31, 2020
2 parents 52e9655 + 8266e61 commit f880378
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
TACO Server [![Phovea][phovea-image]][phovea-url] [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
TACO Server
=====================
[![Phovea][phovea-image]][phovea-url] [![Build Status][circleci-image]][circleci-url]


TACO (for **Ta**ble **Co**mparison) is an interactive comparison tool that effectively visualizes the differences between multiple tables at various levels of granularity.

Expand Down Expand Up @@ -40,9 +42,5 @@ This repository is part of **[Phovea](http://phovea.caleydo.org/)**, a platform

[phovea-image]: https://img.shields.io/badge/Phovea-Server%20Plugin-10ACDF.svg
[phovea-url]: https://phovea.caleydo.org
[npm-image]: https://badge.fury.io/js/taco_server.svg
[npm-url]: https://npmjs.org/package/taco_server
[travis-image]: https://travis-ci.org/caleydo/taco_server.svg?branch=master
[travis-url]: https://travis-ci.org/caleydo/taco_server
[daviddm-image]: https://david-dm.org/caleydo/taco_server/status.svg
[daviddm-url]: https://david-dm.org/caleydo/taco_server
[circleci-image]: https://circleci.com/gh/Caleydo/taco_server.svg?style=shield
[circleci-url]: https://circleci.com/gh/Caleydo/taco_server
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taco_server",
"description": "The server part for comparing large tabular data using Phovea",
"version": "4.0.0",
"version": "5.0.0",
"author": {
"name": "The Caleydo Team",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
phovea_server>=5.0.0,<6.0.0
sklearn==0.0
phovea_server>=6.0.0,<7.0.0

0 comments on commit f880378

Please sign in to comment.