diff --git a/README.md b/README.md index 9b7fdca6f3..40bf326f92 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,10 @@ scientific computing. You must have them installed prior to installing gensim. It is also recommended you install a fast BLAS library before installing -NumPy. This is optional, but using an optimized BLAS such as [ATLAS] or +NumPy. This is optional, but using an optimized BLAS such as MKL, [ATLAS] or [OpenBLAS] is known to improve performance by as much as an order of -magnitude. On OS X, NumPy picks up the BLAS that comes with it -automatically, so you don’t need to do anything special. +magnitude. On OSX, NumPy picks up its vecLib BLAS automatically, +so you don’t need to do anything special. Install the latest version of gensim: @@ -77,7 +77,8 @@ package: For alternative modes of installation, see the [documentation]. -Gensim is being [continuously tested](https://travis-ci.org/RaRe-Technologies/gensim) under Python 3.6, 3.7 and 3.8. +Gensim is being [continuously tested](http://radimrehurek.com/gensim/#testing) under all +[supported Python versions](https://github.com/RaRe-Technologies/gensim/wiki/Gensim-And-Compatibility). Support for Python 2.7 was dropped in gensim 4.0.0 – install gensim 3.8.3 if you must use Python 2.7. How come gensim is so fast and memory efficient? Isn’t it pure Python, and isn’t Python slow and greedy? @@ -162,15 +163,12 @@ BibTeX entry: [citing gensim in academic papers and theses]: https://scholar.google.com/citations?view_op=view_citation&hl=en&user=9vG_kV0AAAAJ&citation_for_view=9vG_kV0AAAAJ:NaGl4SEjCO4C - [Travis CI for automated testing]: https://travis-ci.org/RaRe-Technologies/gensim [design goals]: http://radimrehurek.com/gensim/about.html [RaRe Technologies]: http://rare-technologies.com/wp-content/uploads/2016/02/rare_image_only.png%20=10x20 [rare\_tech]: //rare-technologies.com [Talentpair]: https://avatars3.githubusercontent.com/u/8418395?v=3&s=100 [citing gensim in academic papers and theses]: https://scholar.google.cz/citations?view_op=view_citation&hl=en&user=9vG_kV0AAAAJ&citation_for_view=9vG_kV0AAAAJ:u-x6o8ySG0sC - - [documentation and Jupyter Notebook tutorials]: https://github.com/RaRe-Technologies/gensim/#documentation [Vector Space Model]: http://en.wikipedia.org/wiki/Vector_space_model [unsupervised document analysis]: http://en.wikipedia.org/wiki/Latent_semantic_indexing diff --git a/docs/src/_templates/indexcontent.html b/docs/src/_templates/indexcontent.html index 0d7c5a6252..0ca74b7210 100644 --- a/docs/src/_templates/indexcontent.html +++ b/docs/src/_templates/indexcontent.html @@ -108,7 +108,7 @@