From 57a7fabc7a0c95b02ba10ae22259c62e1123329a Mon Sep 17 00:00:00 2001 From: honnibal Date: Sun, 1 Feb 2015 18:36:52 +1100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aaac23dcc..003747301 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ spaCy ===== +[![Build Status](https://travis-ci.org/honnibal/spaCy.svg?branch=master)](https://travis-ci.org/honnibal/spaCy) + http://honnibal.github.io/spaCy Fast, state-of-the-art natural language processing pipeline. Commercial licenses available, or use under AGPL. From 5199af89a8055b2bd4b1eedf02e4133ab44d9806 Mon Sep 17 00:00:00 2001 From: honnibal Date: Sun, 1 Feb 2015 18:37:48 +1100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 003747301..33b582307 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ http://honnibal.github.io/spaCy Fast, state-of-the-art natural language processing pipeline. Commercial licenses available, or use under AGPL. +Version 0.40 released 2014-02-01 +-------------------------------- * Several bug-fixes have now been pushed to master * Tests fail on some platforms, including Travis CI, due to memory errors. From d7df4aeb1d3ffbc0376fc4aa85de9950b66b5f41 Mon Sep 17 00:00:00 2001 From: honnibal Date: Sun, 1 Feb 2015 18:38:22 +1100 Subject: [PATCH 3/3] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33b582307..414aa7603 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,10 @@ http://honnibal.github.io/spaCy Fast, state-of-the-art natural language processing pipeline. Commercial licenses available, or use under AGPL. -Version 0.40 released 2014-02-01 --------------------------------- +Version 0.40 released +--------------------- + +2014-02-01 * Several bug-fixes have now been pushed to master * Tests fail on some platforms, including Travis CI, due to memory errors.