Skip to content

Commit

Permalink
Removed the development branch badges. Added a couple of points in 0.…
Browse files Browse the repository at this point in the history
…1.2 changelog

Former-commit-id: 9ec70bf
Former-commit-id: 7ad5c44
  • Loading branch information
urinieto committed Oct 2, 2016
1 parent 9ab0905 commit 9cc7417
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

A Python framework to analyze music structure.

[![PyPI version](https://badge.fury.io/py/msaf.svg)](https://badge.fury.io/py/msaf) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/urinieto/msaf/master/LICENSE.md) [![Code Health](https://landscape.io/github/urinieto/msaf/master/landscape.svg?style=flat)](https://landscape.io/github/urinieto/msaf/master)

* Master branch: [![Build Status](https://travis-ci.org/urinieto/msaf.svg?branch=master)](https://travis-ci.org/urinieto/msaf) [![Coverage Status](https://coveralls.io/repos/github/urinieto/msaf/badge.svg?branch=master)](https://coveralls.io/github/urinieto/msaf?branch=master)

* Devel branch: [![Build Status](https://travis-ci.org/urinieto/msaf.svg?branch=0.1.0-dev)](https://travis-ci.org/urinieto/msaf) [![Coverage Status](https://coveralls.io/repos/github/urinieto/msaf/badge.svg?branch=0.1.0-dev)](https://coveralls.io/github/urinieto/msaf?branch=0.1.0-dev)
[![PyPI version](https://badge.fury.io/py/msaf.svg)](https://badge.fury.io/py/msaf) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/urinieto/msaf/master/LICENSE.md) [![Code Health](https://landscape.io/github/urinieto/msaf/master/landscape.svg?style=flat)](https://landscape.io/github/urinieto/msaf/master) [![Build Status](https://travis-ci.org/urinieto/msaf.svg?branch=master)](https://travis-ci.org/urinieto/msaf) [![Coverage Status](https://coveralls.io/repos/github/urinieto/msaf/badge.svg?branch=master)](https://coveralls.io/github/urinieto/msaf?branch=master)

## Documentation ##

Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changes
v0.1.2
------

* Adapting code to librosa 0.5
* Improved coveralls (starting testing plots)
* Allowing computation of label algorithms for each layer of hierarchical boundaries
* Removed old notebooks that were either useless or belonged to `msaf-data`
* Removed old `ds-name` references, improving code health
Expand Down

0 comments on commit 9cc7417

Please sign in to comment.