No description
Find a file
2021-02-26 18:50:47 -08:00
.github/workflows Test wheel builds; correct MPFR build error. 2021-01-29 22:21:17 -08:00
build.vc9 Add Visual Studio 2008 build files for gmpy2 (not well tested) 2010-08-15 20:09:08 +00:00
build.vc10 2012-10-08 12:38:06 +00:00
build.vc11 add Visual Studio 2012, 2013 builds and add a build for Python 3.4 2014-06-24 20:30:20 +00:00
build.vc12 correct minor error in Visual Studio 2013 build files 2014-12-07 08:59:25 +00:00
demo Refactor gmpy2.h; install gmpy2.h but no other header files; fix gmpy2_demo.c. 2017-04-19 21:56:01 -07:00
docs fix doc order for cython 2020-12-09 14:54:28 -08:00
gmpy2 Changes to setup.py and gmpy2/__init__.py to support static builds. 2018-12-30 19:10:56 -08:00
mingw64 WIP: Windows binary using MING64. 2020-09-26 20:27:37 -07:00
scripts Test wheel builds; correct MPFR build error. 2021-01-29 22:21:17 -08:00
src Performance improvements for mpfr __pow__. 2021-02-21 10:38:03 -08:00
test Bump version to 2.1.0b6; update copyright year. 2021-01-09 22:07:04 -08:00
test_cython test_cython.pyx : Fix issue #170 2017-11-16 09:50:04 +01:00
.appveyor.yml Update copyright year; update comments. 2020-03-30 23:01:52 -07:00
.gitignore Update .gitignore to ignore .vscode directory. 2020-12-02 23:40:43 -08:00
.travis.yml Travis CI: Simplify with most repeated defaults 2020-04-09 13:17:24 +02:00
build-wheels.conf Test wheel builds; correct MPFR build error. 2021-01-29 22:21:17 -08:00
COPYING [trunk] Add updated GNU license files. 2012-02-19 23:15:05 +00:00
COPYING.LESSER [trunk] Add updated GNU license files. 2012-02-19 23:15:05 +00:00
INSTALL Fix documentation typos 2018-02-19 22:23:48 +01:00
MANIFEST.in MANIFEST.in : include gmpy2/*.pxd, for source distribution 2018-10-02 14:49:15 +02:00
msys2_build.txt WIP documentation updates for Windows build. 2021-02-26 18:50:47 -08:00
README Update docs and prepare for v2.1.0a2 2018-04-14 11:27:51 -07:00
setup-legacy.py Bump version to 2.1.0b6; update copyright year. 2021-01-09 22:07:04 -08:00
setup.py Bump version to 2.1.0b6; update copyright year. 2021-01-09 22:07:04 -08:00
setup_msys.py Bump version to 2.1.0b6; update copyright year. 2021-01-09 22:07:04 -08:00
TODO Add TODO file. 2018-12-31 15:30:48 -08:00
windows_build.txt Final edits and version bump for 2.1.0a1. 2017-11-05 20:41:06 -08:00

gmpy2 is an optimized, C-coded Python extension module that supports fast
multiple-precision arithmetic.  gmpy2 is based on the original gmpy module.
gmpy2 adds support for correctly rounded multiple-precision real arithmetic
(using the MPFR library) and complex arithmetic (using the MPC library).

The gmpy2 2.0.x series is a stable version that is only receiving bug fixes.
The main development branch (2.1.x) was extensively refactored. The most
significant changes are support for thread-safe contexts and context methods.

gmpy2 is available at https://pypi.python.org/pypi/gmpy2/

Documentation is available at https://gmpy2.readthedocs.io/en/latest/