Python-gsl is a Python 3 binding to the GNU Scientific Library (GSL). Its aim is to be a comprehensive, Pythonic interface to this library.
Python-gsl is written for version 1.16 of the GNU Scientific Library, and should be compatible with later releases as well.
Some features in the unit tests require Python 3.6 or later, but the module itself can be used on Python 3.4 or later.
Python-gsl is free software, released under the GNU GPLv3. See the file
COPYING
and individual source files for the full license terms.
Python-gsl incorporates the finalize
module by Benjamin Peterson, which
is licensed under the MIT license.