No description
Find a file
2020-11-30 22:55:09 -08:00
.github/workflows Enable workflows again. 2020-07-30 17:32:31 -07: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 Documentation for double_fac, multi_fac, primorial 2020-01-31 11:46:03 -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 Enable FAT mode to support multiple CPU types for Linux wheel; test Windows static build. 2020-05-07 20:33:40 -07:00
src Streamline argument processing for mod. 2020-11-30 22:55:09 -08:00
test Python 3.10 compatibility. 2020-11-13 09:26:34 -07: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. 2020-04-18 16:41:55 -07:00
.travis.yml Travis CI: Simplify with most repeated defaults 2020-04-09 13:17:24 +02:00
build-wheels.conf Test wheel builds, #2. 2020-05-06 22:02:45 -07: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: Windows binary using MING64. 2020-09-26 20:27:37 -07:00
README Update docs and prepare for v2.1.0a2 2018-04-14 11:27:51 -07:00
setup-legacy.py Update version to 2.1.0b4. 2020-01-11 21:32:32 -08:00
setup.py Correct test errors due to output changes in MPFR/MPC. 2020-07-30 16:56:48 -07:00
setup_msys.py WIP: Windows binary using MING64. 2020-09-26 20:27:37 -07: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/