I'm proud the announce that SymPy version 1.0 has been released. To
install this release use

    pip install -U sympy

or if you use Anaconda, use

    conda install sympy

(the conda version may take a day or two to be available).

There are many major changes in this release. The full release notes
are at https://github.com/sympy/sympy/wiki/Release-Notes-for-1.0, but
some of the important changes that I want to highlight are

- mpmath is now a hard external dependency for SymPy. sympy.mpmath
will no longer work (use import mpmath). See
http://docs.sympy.org/latest/install.html#mpmath for more information
on how to install mpmath.

- The galgebra Geometric Algebra module has been removed. The module
is now maintained separately at https://github.com/brombo/galgebra.

- The new solveset function is a planned replacement for solve. solve
is not yet deprecated, since solveset hasn't yet fully replicated all
the functionality of solve. solveset offers an improved interface to
solve. See http://docs.sympy.org/latest/modules/solvers/solveset.html
for more information on solveset vs. solve.

- This will be the last version of SymPy to support Python 2.6 and
3.2. Both of these Python versions have reached end-of-life. Support
for other Python versions will continue at least until they have
reached end-of-life.

There are several additional backwards incompatible changes in this
release, as well as tons of new features and bugfixes. See the release
notes for more information.

I'd like to thank everyone who contributed to this release. The
release notes has a full list of people who contributed.  A total of
156 people contributed to this release, and of those, 116 people
contributed for the first time for this release.

Aaron Meurer

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2Bm3j9ZRLqO4miVhaOUM%2B2%3De4hb6gEG14zUQswkaErDiw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to