From 0e30a0cc61b155bffd52d2e93bebdd4d734cd832 Mon Sep 17 00:00:00 2001 From: Immanuel Bayer Date: Wed, 25 May 2016 09:25:11 +0200 Subject: [PATCH] add supported OS --- README.rst | 5 +++++ doc/index.rst | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 1dd1c63..a36e06d 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,11 @@ All performence critical code as been written in C and wrapped with Cython. fast stochastic gradient descent (SGD) and coordinate descent (CD) optimization routines as well as Markov Chain Monte Carlo (MCMC) for Bayesian inference. The solvers can be used for regression, classification and ranking problems. Detailed usage instructions can be found in the `online documentation `_ and on `arXiv `_. +Supported Operating Systems +--------------------------- +fastFM has a continous integration / testing servers (Travis) for **Linux (Ubuntu 14.04 LTS)** +and **OS X Mavericks**. Other OS are not actively supported. + Usage ----- .. code-block:: python diff --git a/doc/index.rst b/doc/index.rst index 27d3883..78f2f8c 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -10,6 +10,12 @@ This is the documentation for fastFM's python interface. **Source code** and **install instructions** can be found on https://github.com/ibayer/fastFM. A short paper describing the library is available on arXiv http://arxiv.org/abs/1505.00641 + +Supported Operating Systems +--------------------------- +fastFM has a continous integration / testing servers (Travis) for **Linux (Ubuntu 14.04 LTS)** +and **OS X Mavericks**. Other OS are not actively supported. + .. toctree:: :maxdepth: 3