spaCy/website/usage/_install/_changelog.jade
2017-10-03 14:26:20 +02:00

32 lines
1.3 KiB
Plaintext

//- 💫 DOCS > USAGE > INSTALL > CHANGELOG
+h(2, "changelog") Changelog
+button(gh("spacy") + "/releases", false, "secondary", "small").u-float-right.u-nowrap View releases
div(data-tpl="changelog" data-tpl-key="error")
+infobox
| Unable to load changelog from GitHub. Please see the
| #[+a(gh("spacy") + "/releases") releases page] instead.
section(data-tpl="changelog" data-tpl-key="table" style="display: none")
+table(["Date", "Version", "Title"])
tbody(data-tpl="changelog" data-tpl-key="releases")
+row(data-tpl="changelog" data-tpl-key="item")
+cell.u-nowrap
+label(data-changelog="date")
+cell(data-changelog="tag")
+cell.u-text-small(data-changelog="title")
+h(3) Pre-releases
+aside("About pre-releases")
.o-block-small
| Pre-releases include alpha and beta versions, as well as release
| candidates. They are not intended for production use. You can
| download spaCy pre-releases via the #[code spacy-nightly] package
| on pip.
+badge("https://img.shields.io/pypi/v/spacy-nightly.svg?style=flat-square", "https://pypi.python.org/pypi/spacy-nightly")
+table(["Date", "Version", "Title"])
tbody(data-tpl="changelog" data-tpl-key="prereleases")