Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Announce: Sympy 0.6.5.beta2 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
  3 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
 
Fabian Pedregosa  
View profile  
 More options Jun 25, 7:45 pm
From: Fabian Pedregosa <fab...@fseoane.net>
Date: Fri, 26 Jun 2009 01:45:00 +0200
Subject: Announce: Sympy 0.6.5.beta2 released
Sympy 0.6.5.beta2 released

We are pleased to announce the release of SymPy 0.6.5.beta2 (yes, we
skipped beta1). This release has been marked by improved documentation,
C code generation, solve and dsolve improvements, mpath update, a new
logic module and the start of Google's Summer of Code program.

Source distribution can be downloaded from
http://sympy.googlecode.com/files/sympy-0.6.5-beta1.tar.gz

Major changes in this release:

       - Geometric Algebra Improvements
         - Upgrade GA module with left and right contraction operations
          -  Add intersection test for the vertical segment,
           reimplementation of convex_hull (Florian Mickler)

     - Implement series() as function (Barry Wardell)

     - Matrix improvements:
         - Improve jacobian function, introduce vec and vech (Ben Goodrich)

     - Solver improvements:
         - solutions past linear factor found in tsolve (Chris Smith)
        - refactor sympy.solvers.guess_solve_strategy (Fabian Pedregosa)
        - Small cleanups to the ODE solver and tests. (Priit Laes)
        - Fix corner case for Bernoulli equation. (Priit Laes)

     - Expand improvements (Aaron Meurer)
        - Refactoring
         - exp(x)*exp(y)  is no longer automatically combined into
           exp(x+y), use powsimp for that

     - Documentation improvements:
         - Test also documentation under doc/ (Fabian Pedregosa)
        - Added many docstrings
        - Fix Sphinx complaints/warnings/errors (Priit Laes)

     - New logic module (Fabian Pedregosa)

     - LaTeX printer improvements:
         - Handle standard form in the LaTeX printer correctly (Freddie
Witherde)
        - Latex: _print_Mul fix (issue 1282) (Nicolas Pourcelot)

     - MathML printing improvements:
         - MathML's printer extended (Thomas Sidoti)

     - Testing framework improvements
         - Make tests pass without the "py" module (Ondrej Certik)

     - Polynomial module improvements:
       - Fixed subresultant PRS computation and ratint() (Mateusz Paprocki)
       - Removed old module sympy.polynomials (Priit Laes)

     - limit fixes:
         Compute the finite parts of the limit of a sum by direct
substitution (Ronan Lamy)

     - Test coverage script (Ronan Lamy)

     - Code quality improvements (remove string exceptions, code quality
test improvements) (Tomasz Buchert)

     - C code generation (Toon Verstraelen)

     - Update mpmath (Fredrik Johansson, Fredrik Johansson)

The following people submitted code for this release (sorted by number
of patches):

     -  Fabian Pedregosa
     -  Ondrej Certik
     -  Priit Laes
     -  Vinzent Steinberg
     -  Toon Verstraelen
     -  Tomasz Buchert
     -  Nicolas Pourcelot
     -  Aaron Meurer
     -  Florian Mickler
     -  Jochen Voss
     -  Alan Bromborsky
     -  Barry Wardell
     -  Riccardo Gori
     -  Chris Smith
     -  Freddie Witherden
     -  Ben Goodrich
     -  Ronan Lamy
     -  Akshay Srinivasan
     -  Johann Cohen-Tanugi
     -  Luke Peterson
     -  Mateusz Paprocki
     -  Ted Horst
     -  Thomas Sidoti
     -  Vinay Kumar

Please help solve milestone issues release so we can make a final
release as soon as possible:
http://code.google.com/p/sympy/issues/list?q=milestone=Release0.6.5

In case you are wondering, there is no beta1 release because after
uploading that release, I realized that sympy.logic was not included in
the sources, so I corrected this and had to move on to beta2 ...

--
http://fseoane.net/blog/


    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.
Ondrej Certik  
View profile  
 More options Jun 26, 2:52 am
From: Ondrej Certik <ond...@certik.cz>
Date: Fri, 26 Jun 2009 00:52:15 -0600
Local: Fri, Jun 26 2009 2:52 am
Subject: Re: [sympy] Announce: Sympy 0.6.5.beta2 released

On Thu, Jun 25, 2009 at 5:45 PM, Fabian Pedregosa<fab...@fseoane.net> wrote:

> Sympy 0.6.5.beta2 released

> We are pleased to announce the release of SymPy 0.6.5.beta2 (yes, we
> skipped beta1). This release has been marked by improved documentation,
> C code generation, solve and dsolve improvements, mpath update, a new
> logic module and the start of Google's Summer of Code program.

[...]

> Please help solve milestone issues release so we can make a final
> release as soon as possible:
> http://code.google.com/p/sympy/issues/list?q=milestone=Release0.6.5

> In case you are wondering, there is no beta1 release because after
> uploading that release, I realized that sympy.logic was not included in
> the sources, so I corrected this and had to move on to beta2 ...

Many thanks for the release. All tests pass for me now. Yes, we need
to fix most of the issues above, so any help is appreciated. I'll be
working on them over the weekend.

Ondrej


    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.
Ondrej Certik  
View profile  
 More options Jun 26, 2:53 am
From: Ondrej Certik <ond...@certik.cz>
Date: Fri, 26 Jun 2009 00:53:08 -0600
Local: Fri, Jun 26 2009 2:53 am
Subject: Re: [sympy] Announce: Sympy 0.6.5.beta2 released

You can for example help by reviewing these patches:

http://code.google.com/p/sympy/issues/list?q=label:NeedsReview

Ondrej


    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