From d1c0b1feb7fd1f30549d150adc019d17b99fd1bf Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Fri, 21 Oct 2016 01:00:31 +0200 Subject: [PATCH] Add v1.0 release announcement to landing page --- website/index.jade | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/website/index.jade b/website/index.jade index 35487dab3..6a8e98e6a 100644 --- a/website/index.jade +++ b/website/index.jade @@ -28,6 +28,15 @@ main.o-main +a("https://www.reddit.com/r/" + SOCIAL.reddit) #[+icon("reddit")] #[strong User Group] on Reddit +grid.u-border-bottom + +grid-col("half").u-padding + +label Release update + +h(2) + +a("https://github.com/" + SOCIAL.github + "/spaCy/releases") spaCy v1.0 out now! + + p.u-text-medium I'm excited — and more than a little nervous! — to finally make the #[+a("https://github.com/" + SOCIAL.github + "/spaCy/releases") 1.0 release of spaCy]. By far my favourite part of the release is the new support for custom pipelines. Default support for GloVe vectors is also nice. The trickiest change was a significant rewrite of the Matcher class, to support entity IDs and attributes. I've added #[a(href="/docs/#tutorials") tutorials] for the new features, and some training examples.#[br]#[br] + + +button("https://explosion.ai/blog/spacy-deep-learning-keras", true, "primary") Read the blog post + +grid-col("half").u-padding +label Are you using spaCy? +h(2) @@ -42,14 +51,6 @@ main.o-main #[+button("https://survey.spacy.io", true, "primary") Take the survey] - +grid-col("half").u-padding - +label The blog posts have moved - +h(2) Check out the new blog - - p.u-text-medium We've updated the site to make it more focussed on the library itself. This will help us stay organised when we expand the tutorials section — by far the clearest message we've gotten from the survey so far. The blog posts have been moved to the new site for our consulting services, #[+a("https://explosion.ai", true) Explosion AI]. We've also updated our demos, and have open-sourced the services behind them. There are lots more releases to come. #[br]#[br] - - +button("https://explosion.ai/blog", true, "primary") Go to the new blogs - +grid +grid-col("half").u-padding +h(2) Built for Production