Thank you Aaron!

Thanks everybody for contributing to SymPy. I just counted it, there
were 479 people who contributed code up until the version 1.0.
It's been an honor to work with you all.

Ondrej

On Wed, Mar 9, 2016 at 1:02 PM, Aaron Meurer <asmeu...@gmail.com> wrote:
> 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.

-- 
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/CADDwiVBe7RQ76%2BHDj6R3ZMePyFQgbiHdimvp%2BknZmrSQ_ZhZeQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to