Re: ANN: GMPY 1.10 alpha with support for Python 3

2009-07-19 Thread Mensanator
On Jul 19, 5:05 pm, casevh wrote: > GMPY 1.10 beta is now available. This version fixes an issue where > very large objects would be cached for reuse instead of being freed. Excellent! That explains the funny memory usage graph. > > Source code and Windows installers may be found > athttp://cod

Re: ANN: GMPY 1.10 alpha with support for Python 3

2009-07-19 Thread casevh
GMPY 1.10 beta is now available. This version fixes an issue where very large objects would be cached for reuse instead of being freed. Source code and Windows installers may be found at http://code.google.com/p/gmpy/downloads/list casevh -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: GMPY 1.10 alpha with support for Python 3

2009-07-08 Thread casevh
On Jul 8, 5:03 pm, Mensanator wrote: > On Jul 7, 12:47 am, Mensanator wrote: > > > > > On Jul 7, 12:16 am, casevh wrote: > > > > I discovered a serious bug with comparisons and have posted alpha2 > > > which fixes that bug and adds Unicode support for Python 2.x > > > > casevh > > > Damn! I was

Re: ANN: GMPY 1.10 alpha with support for Python 3

2009-07-08 Thread Mensanator
On Jul 7, 12:47 am, Mensanator wrote: > On Jul 7, 12:16 am, casevh wrote: > > > I discovered a serious bug with comparisons and have posted alpha2 > > which fixes that bug and adds Unicode support for Python 2.x > > > casevh > > Damn! I was just congatulating myself for pulling off > a hat trick

Re: ANN: GMPY 1.10 alpha with support for Python 3

2009-07-06 Thread Mensanator
On Jul 7, 12:16�am, casevh wrote: > I discovered a serious bug with comparisons and have posted alpha2 > which fixes that bug and adds Unicode support for Python 2.x > > casevh Damn! I was just congatulating myself for pulling off a hat trick (there had been no point in downloading 3.x without gm

Re: ANN: GMPY 1.10 alpha with support for Python 3

2009-07-06 Thread casevh
I discovered a serious bug with comparisons and have posted alpha2 which fixes that bug and adds Unicode support for Python 2.x casevh -- http://mail.python.org/mailman/listinfo/python-list

ANN: GMPY 1.10 alpha with support for Python 3

2009-07-06 Thread casevh
An alpha release of GMPY that supports Python 2 and 3 is available. GMPY is a wrapper for the GMP multiple-precision arithmetic library. The MPIR multiple-precision arithmetic library is also supported. GMPY is available for download from http://code.google.com/p/gmpy/ Support for Python 3 require