Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[patch:docs] Add build status to README.md #171

Merged
merged 2 commits into from
Apr 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,16 @@
<p align="center">
<div align="center">
<a href="https://pypi.org/project/sequentia">
<img src="https://img.shields.io/pypi/v/sequentia?style=flat-square" alt="PyPI"/>
<img src="https://img.shields.io/pypi/v/sequentia?logo=pypi&style=flat-square" alt="PyPI"/>
</a>
<a href="https://pypi.org/project/sequentia">
<img src="https://img.shields.io/pypi/pyversions/sequentia?style=flat-square" alt="PyPI - Python Version"/>
</a>
<a href="https://github.com/raw/eonu/sequentia/master/LICENSE">
<img src="https://img.shields.io/pypi/l/sequentia?style=flat-square" alt="PyPI - License"/>
<img src="https://img.shields.io/pypi/pyversions/sequentia?logo=python&style=flat-square" alt="PyPI - Python Version"/>
</a>
<a href="https://sequentia.readthedocs.io/en/latest">
<img src="https://readthedocs.org/projects/sequentia/badge/?version=latest&style=flat-square" alt="Read The Docs - Documentation">
<img src="https://img.shields.io/readthedocs/sequentia.svg?logo=read-the-docs&style=flat-square" alt="Read The Docs - Documentation">
</a>
<a href="https://travis-ci.org/eonu/sequentia">
<img src="https://img.shields.io/travis/eonu/sequentia?logo=travis&style=flat-square" alt="Travis - Build">
<a href="https://raw.githubusercontent.com/eonu/sequentia/master/LICENSE">
<img src="https://img.shields.io/pypi/l/sequentia?style=flat-square" alt="PyPI - License"/>
</a>
</div>
</p>
Expand All @@ -43,6 +40,12 @@ Some examples of how Sequentia can be used in isolated sequence classification i
- classifying hand or head gestures from rotation or movement signals,
- classifying the sentiment of a phrase or sentence in natural language from word embeddings.

## Build status

| `master` | `dev` |
| -------- | ------|
| [![Travis Build (Master)](https://img.shields.io/travis/com/eonu/sequentia?logo=travis&style=flat-square)](https://travis-ci.com/github/eonu/sequentia) | [![Travis Build (Development)](https://img.shields.io/travis/com/eonu/sequentia/dev?logo=travis&style=flat-square)](https://travis-ci.com/github/eonu/sequentia) |

## Features

Sequentia provides the following algorithms, all supporting multivariate sequences with different durations.
Expand Down