From 8e681577fc0b8af51661616da2c1ebec9ae4b806 Mon Sep 17 00:00:00 2001 From: tv3141 Date: Fri, 23 Mar 2018 13:21:39 +0000 Subject: [PATCH 1/2] Change bottleneck link to github repository page. An issue exists for the broken documentation link on pypy https://github.com/kwgoodman/bottleneck/issues/173 --- doc/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index 7d741c6c2c75a..8baec90211cab 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -212,7 +212,7 @@ Recommended Dependencies ``numexpr`` uses multiple cores as well as smart chunking and caching to achieve large speedups. If installed, must be Version 2.4.6 or higher. -* `bottleneck `__: for accelerating certain types of ``nan`` +* `bottleneck `__: for accelerating certain types of ``nan`` evaluations. ``bottleneck`` uses specialized cython routines to achieve large speedups. If installed, must be Version 1.0.0 or higher. From 2da933cbf8d7f7be8e0999bd632879ed21f36d9a Mon Sep 17 00:00:00 2001 From: tv3141 Date: Fri, 23 Mar 2018 13:30:35 +0000 Subject: [PATCH 2/2] Fix link to fastparquet documentation. --- doc/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index 8baec90211cab..c96d4fbeb4ad2 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -233,7 +233,7 @@ Optional Dependencies * `xarray `__: pandas like handling for > 2 dims, needed for converting Panels to xarray objects. Version 0.7.0 or higher is recommended. * `PyTables `__: necessary for HDF5-based storage. Version 3.0.0 or higher required, Version 3.2.1 or higher highly recommended. * `Feather Format `__: necessary for feather-based storage, version 0.3.1 or higher. -* `Apache Parquet `__, either `pyarrow `__ (>= 0.4.1) or `fastparquet `__ (>= 0.0.6) for parquet-based storage. The `snappy `__ and `brotli `__ are available for compression support. +* `Apache Parquet `__, either `pyarrow `__ (>= 0.4.1) or `fastparquet `__ (>= 0.0.6) for parquet-based storage. The `snappy `__ and `brotli `__ are available for compression support. * `SQLAlchemy `__: for SQL database support. Version 0.8.1 or higher recommended. Besides SQLAlchemy, you also need a database specific driver. You can find an overview of supported drivers for each SQL dialect in the `SQLAlchemy docs `__. Some common drivers are: * `psycopg2 `__: for PostgreSQL