Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
ANN: mpmath 0.12 released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Fredrik Johansson  
View profile  
 More options Jun 9, 3:15 pm
From: Fredrik Johansson <fredrik.johans...@gmail.com>
Date: Tue, 9 Jun 2009 21:15:27 +0200
Local: Tues, Jun 9 2009 3:15 pm
Subject: ANN: mpmath 0.12 released
Hi all,

Mpmath version 0.12 is now available from the website:
http://code.google.com/p/mpmath/

It can also be downloaded from the Python Package Index:
http://pypi.python.org/pypi/mpmath/0.12

Mpmath is a pure-Python library for arbitrary-precision floating-point
arithmetic that implements an extensive set of mathematical functions.
It can be used as a standalone library or via SymPy
(http://code.google.com/p/sympy/).

Version 0.12 mostly contains bug fixes and speed improvements. New features
include various special functions from analytic number theory, Newton's method
as an option for root-finding, and more versatile printing of intervals. It is
now also possible to create multiple working contexts each with its
own precision.
Finally, mpmath now recognizes being installed in Sage and will automatically
wrap Sage's fast integer arithmetic if available.

For more details, see the changelog:
http://mpmath.googlecode.com/svn/tags/0.12/CHANGES

Bug reports and other comments are welcome at the issue tracker at
http://code.google.com/p/mpmath/issues/list or the mpmath mailing list:
http://groups.google.com/group/mpmath

Fredrik


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Felix  
View profile  
 More options Jun 10, 12:08 pm
From: Felix <felix.richt...@uni-rostock.de>
Date: Wed, 10 Jun 2009 09:08:45 -0700 (PDT)
Local: Wed, Jun 10 2009 12:08 pm
Subject: Re: ANN: mpmath 0.12 released
OpenSUSE packages are available for mpmath 0.12 in the "Science"
community repository.

The packages can be downloaded and installed manually or with the YAST
tool.
For help on the installation, see the mpmath documentation:
http://mpmath.googlecode.com/svn/tags/0.12/doc/build/setup.html#opensuse

The repository URLs for the different OpenSUSE versions are:
http://download.opensuse.org/repositories/science/openSUSE_10.3/
http://download.opensuse.org/repositories/science/openSUSE_11.0/
http://download.opensuse.org/repositories/science/openSUSE_11.1/

Felix


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fredrik Johansson  
View profile  
 More options Jun 10, 12:38 pm
From: Fredrik Johansson <fredrik.johans...@gmail.com>
Date: Wed, 10 Jun 2009 18:38:36 +0200
Local: Wed, Jun 10 2009 12:38 pm
Subject: Re: ANN: mpmath 0.12 released

Thanks!

In the documentation, wouldn't it be better to link to
http://download.opensuse.org/repositories/science/? That way the link
version shouldn't get out of date.

Fredrik


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Felix  
View profile  
 More options Jun 10, 1:10 pm
From: Felix <felix.richt...@uni-rostock.de>
Date: Wed, 10 Jun 2009 10:10:39 -0700 (PDT)
Local: Wed, Jun 10 2009 1:10 pm
Subject: Re: ANN: mpmath 0.12 released
Hmm... you can use this link to look up which versions exist. But
unfortunately, you have to enter (or copy) the URL *including the
version part* into the YAST tool, otherwise it will complain and users
will be confused.

So let's just write something like:

Look up http://download.opensuse.org/repositories/science/ for a list
of supported OpenSUSE versions and use http://download.opensuse.org/repositories/science/openSUSE_11.1/
(or accordingly for your OpenSUSE version) as the repository URL for
YAST.

(If you're wondering: The updated files do not yet show up in the
repos but should do so in a few minutes.)

Felix


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fredrik Johansson  
View profile  
 More options Jun 10, 6:37 pm
From: Fredrik Johansson <fredrik.johans...@gmail.com>
Date: Thu, 11 Jun 2009 00:37:26 +0200
Local: Wed, Jun 10 2009 6:37 pm
Subject: Re: ANN: mpmath 0.12 released

On Wed, Jun 10, 2009 at 7:10 PM, Felix<felix.richt...@uni-rostock.de> wrote:

> Hmm... you can use this link to look up which versions exist. But
> unfortunately, you have to enter (or copy) the URL *including the
> version part* into the YAST tool, otherwise it will complain and users
> will be confused.

> So let's just write something like:

> Look up http://download.opensuse.org/repositories/science/ for a list
> of supported OpenSUSE versions and use http://download.opensuse.org/repositories/science/openSUSE_11.1/
> (or accordingly for your OpenSUSE version) as the repository URL for
> YAST.

That'll do. I updated the trunk documentation source (might take a few
days until I rebuild it for the website):

> (If you're wondering: The updated files do not yet show up in the
> repos but should do so in a few minutes.)

It did show up, excellent :-)

Fredrik


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vinzent Steinberg  
View profile  
 More options Jun 10, 7:03 pm
From: Vinzent Steinberg <vinzent.steinb...@googlemail.com>
Date: Wed, 10 Jun 2009 16:03:19 -0700 (PDT)
Local: Wed, Jun 10 2009 7:03 pm
Subject: Re: ANN: mpmath 0.12 released

> * Fixed LU_decomp() to recognize singular matrices (contributed by Vinzent
>  Steinberg).

Actually it was contributed by Jorn Baayen, I just wrote some tests,
see [1].

Vinzent

[1] http://code.google.com/p/mpmath/issues/detail?id=86


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fredrik Johansson  
View profile  
 More options Jun 10, 7:10 pm
From: Fredrik Johansson <fredrik.johans...@gmail.com>
Date: Thu, 11 Jun 2009 01:10:54 +0200
Local: Wed, Jun 10 2009 7:10 pm
Subject: Re: ANN: mpmath 0.12 released
On Thu, Jun 11, 2009 at 1:03 AM, Vinzent

Steinberg<vinzent.steinb...@googlemail.com> wrote:

>> * Fixed LU_decomp() to recognize singular matrices (contributed by Vinzent
>>  Steinberg).

> Actually it was contributed by Jorn Baayen, I just wrote some tests,
> see [1].

> Vinzent

> [1] http://code.google.com/p/mpmath/issues/detail?id=86

Oh, sorry! Feel free to update the doc files any way you think is appropriate.

Fredrik


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vinzent Steinberg  
View profile  
 More options Jun 11, 7:37 am
From: Vinzent Steinberg <vinzent.steinb...@googlemail.com>
Date: Thu, 11 Jun 2009 04:37:34 -0700 (PDT)
Local: Thurs, Jun 11 2009 7:37 am
Subject: Re: ANN: mpmath 0.12 released
On Jun 11, 1:10 am, Fredrik Johansson <fredrik.johans...@gmail.com>
wrote:

> On Thu, Jun 11, 2009 at 1:03 AM, Vinzent

> Steinberg<vinzent.steinb...@googlemail.com> wrote:

> >> * Fixed LU_decomp() to recognize singular matrices (contributed by Vinzent
> >>  Steinberg).

> > Actually it was contributed by Jorn Baayen, I just wrote some tests,
> > see [1].

> > Vinzent

> > [1]http://code.google.com/p/mpmath/issues/detail?id=86

> Oh, sorry! Feel free to update the doc files any way you think is appropriate.

Done. I'm waiting for a reponse before I'll add him also to the
README.

Vinzent


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google