[ANN] GMPY2 2.0.0 has been released

2013-03-26 Thread casevh
I'm pleased to announce the release of GMPY2 2.0.0. GMPY2 provides access to the GMP/MPIR, MPFR, and MPC arbitrary precision arithmetic libraries. Highlights -- * Support for correctly rounded arbitrary precision real arithmetic, including trigonometric, logarithmic, exponential, and

GMPY2 2.0.0b1 available

2012-04-09 Thread casevh
: http://readthedocs.org/docs/gmpy2/en/latest/ Please test this release and report any issues! casevh -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANN: GMPY2 alpha2 is available for testing

2011-06-10 Thread casevh
consistent Please report any issues! casevh -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANN: GMPY 1.14 and GMPY2 alpha1 released

2010-11-18 Thread casevh
performance improvements. Please report any issues! casevh -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANN: GMPY 1.13 released

2010-08-31 Thread casevh
of the mpq rational type to match previous versions of GMPY (prior to 1.10) and to match Python's Fraction type. Properties to access the numerator and denominator were added. Binary installers for Python 3.2 are available. Please report any issues! casevh -- http://mail.python.org/mailman

ANN: GMPY 1.12 stable and GMPY2 unstable released

2010-06-27 Thread casevh
Microsoft's SDK compilers using MPIR 2.1.1. Detailed instructions are included if you want to compile your own binary. Please report any issues! casevh -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org

ANN: GMPY 1.11rc1 is available

2009-11-30 Thread casevh
. I plan to add a new mutable integer type in the next release of GMPY. If you want to experiment with mutable integers now, GMPY can be compiled with mutable version of the standard 'mpz' type. Please see the file mutable_mpz.txt for more information. Please report any issues! casevh -- http

ANN: GMPY 1.10 alpha with support for Python 3

2009-07-06 Thread casevh
! casevh -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANN: gmpy 1.04 released

2009-02-02 Thread casevh
to the site-packages directory. casevh -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

ANN: gmpy v1.03 is released

2008-06-23 Thread casevh
Hi everyone, I'm happy to announce that GMPY v1.03 has been released. It is available at: http://code.google.com/p/gmpy/ What is GMPY? == GMPY is a C-coded Python extension module that wraps the GMP library to provide to Python code fast multiprecision arithmetic (integer,

ANN: GMPY binaries for Python 2.5

2006-09-01 Thread casevh
GMPY binaries for Python 2.5 are available at http://home.comcast.net/~casevh/ Notes They have not been extensively tested. This is based on the CVS version of gmpy and includes a patch (not yet in CVS) from Alex Martelli that resolves a bug with divm(). Please consider this an unofficial

ANN: DecInt 0.4 - Arithmetic for very large decimal integers

2005-12-20 Thread casevh
number by an 800,000 digit number. DecInt can be found at http://home.comcast.net/~casevh/ Enjoy, casevh -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

ANN: DecInt 0.3 - Arithmetic for very large decimal integers

2005-11-30 Thread casevh
than GMP but can actually be faster in some instances; for example, dividing a 2,000,000 digit number by an 800,000 digit number. DecInt can be found at http://home.comcast.net/~casevh/ (DecInt used to be called BigDecimal; I renamed it to avoid confusion with the decimal class include with Python

ANN: BigDecimal - decimal arithmetic on very large intergers

2005-03-28 Thread casevh
posting to c.l.py: 13 minutes 41 seconds BigDecimal: 59 seconds BigDecimal w/gmpy: 10 seconds The first released version is availabe at http://home.comcast.net/~casevh -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http