I just read Aaron's blogpost about the release http://asmeurersympy.wordpress.com/2013/07/07/automating-the-sympy-release-process/
He mentions that everything is done except for the release notes. I went to go check the notes out and I'm happy I did. There were a lot of things that have been done in the last year that I want people to know about. I encourage others to go through their own pull requests, pick out the major improvements, and add them to the list. It feels good. I put up the Theano-SymPy interaction, Matrix expressions inference, and the `with assuming` context manager as major changes. I added discrete distributions in stats and DOT printing as minor changes. This took me about five minutes and was fun too! On Sun, Jun 30, 2013 at 12:54 PM, Ondřej Čertík <[email protected]>wrote: > I've added all changes from this thread into: > > https://github.com/sympy/sympy/wiki/Release-Notes-for-0.7.3 > > Feel free to polish it there. > > For myself I think I only contributed the Gauss-Legendre and > Gauss-Laguerre points and weights, so I put it there as well. > > On Sat, Jun 29, 2013 at 8:04 AM, Aaron Meurer <[email protected]> wrote: > > Yes, I would put it there, especially the public API facing parts. > > > > Aaron Meurer > > > > On Sat, Jun 29, 2013 at 3:59 AM, Sachin Joglekar > > <[email protected]> wrote: > >> I am not sure if the following, related to the logic module, will be > >> major/minor contributions. So I am asking here first, before adding to > the > >> doc- > >> > >> 1. Addition of SOPform and POSform functions to sympy.logic to generate > >> boolean expressions from truth tables. > >> 2. Addition of simplify_logic function and enabling simplify() to reduce > >> logic expressions to their simplest forms. > >> 3. Addition of bool_equals function to check equality of boolean > expressions > >> and return a mapping of variables from one expr to other that leads to > the > >> equality. > >> 4. Addition of disjunctive normal form methods - to_dnf, is_dnf > >> > >> > >> On Friday, June 28, 2013 10:26:30 PM UTC+5:30, Matthew wrote: > >>> > >>> We're working on the release at SciPy2013. > >>> > >>> Please help by responding to this e-mail with a brief description of > any > >>> contributions you (or others) have made since 0.7.2 (last October). > Feel > >>> free to list contributions made by others. > >>> > >>> Alternatively you can add contributions directly to > >>> > >>> > https://docs.google.com/document/d/1teb0wYaIw2Ko0n8fbXxNs8oYUyyuaRg-d_5nHFO5w2I/edit?usp=sharing > >>> > >>> Old Release Notes > >>> https://github.com/sympy/sympy/wiki/Release-Notes-for-0.7.2 > >>> > >>> Example of "Major Contribution" > >>> > >>> A physics submodule named machanics was added which assists in > formation > >>> of equations of motion for constrained multi-body systems. It is the > result > >>> of 3 GSoC projects. Some nontrivial systems can be solved, and > examples are > >>> provided.Example of a "Minor Contribution" > >>> > >>> Example of a "Minor Contribution" > >>> > >>> In the simplify module, the algorithms for denesting of radicals > >>> (sqrtdenest) and simplifying gamma functions (in combsimp) has been > >>> significantly improved. > >> > >> -- > >> 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 [email protected]. > >> To post to this group, send email to [email protected]. > >> Visit this group at http://groups.google.com/group/sympy. > >> For more options, visit https://groups.google.com/groups/opt_out. > >> > >> > > > > -- > > 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 [email protected]. > > To post to this group, send email to [email protected]. > > Visit this group at http://groups.google.com/group/sympy. > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
