From da39e8f460c6afa609140e171ee0a1476725824b Mon Sep 17 00:00:00 2001 From: Etienne Dumur Date: Tue, 29 Jun 2021 11:26:51 +0200 Subject: [PATCH] Iterative improvement of the README file Replace "pyqtgraph" by "PyQtGraph". Replace the optional libraries list by an "Optional added functionalities" section. More precise on the role of each optional library. Add numba in optional library. --- README.md | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 41a0ee65..0263ef79 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ heavy leverage of numpy for number crunching, Qt's GraphicsView framework for Requirements ------------ -pyqtgraph has adopted [NEP 29](https://numpy.org/neps/nep-0029-deprecation_policy.html). +PyQtGraph has adopted [NEP 29](https://numpy.org/neps/nep-0029-deprecation_policy.html). This project supports: @@ -38,15 +38,21 @@ Currently this means: * Required * [PyQt5](https://www.riverbankcomputing.com/software/pyqt/), [PyQt6](https://www.riverbankcomputing.com/software/pyqt/), [PySide2](https://wiki.qt.io/Qt_for_Python) or [PySide6](https://wiki.qt.io/Qt_for_Python) * [`numpy`](https://github.com/numpy/numpy) 1.17+ -* Optional - * [`scipy`](https://github.com/scipy/scipy) for image processing - * [`pyopengl`](https://github.com/mcfletch/pyopengl) for 3D graphics - * [`pyopengl`](https://github.com/mcfletch/pyopengl) on macOS Big Sur only works with python 3.9.1+ - * [`h5py`](https://github.com/h5py/h5py) for large hdf5 binary format support - * [`colorcet`](https://github.com/holoviz/colorcet) for supplemental colormaps - * [`matplotlib`](https://github.com/matplotlib/matplotlib) for supplemental colormaps - * [`cupy`](https://docs.cupy.dev/en/stable/install.html) for CUDA-enhanced image processing - * On Windows, CUDA toolkit must be >= 11.1 + +Optional added functionalities +------------------------------ + +Through 3rd part libraries, additional functionality may be added to PyQtGraph, see the table below for a summary. + +| Library | Added functionality | +|----------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| +| [`scipy`](https://github.com/scipy/scipy) |