I'd like to start working on getting another release out.
At this stage, we need to go through the pull requests and finish any
that need to be done before the release. I've created the milestones
"For 0.7.4" and "Not for 0.7.4" in the GitHub issue tracker. Please
assign any pull request to one of these two (you can do so at the top
of the pull request, in the grey bar under the pull request title).
If you don't have push access, but want to help, just let me know
which pulls should be merged.
Please be very conservative about which pull requests should be merged
for the release. Things that change APIs should be merged. Things that
fix regressions should be merged if the author is willing to work on
them. New features to not need to be merged before the release. Please
do not mark one of your own pull requests for merging unless you are
willing to put in the work to finish it up within the next couple of
weeks.
Beyond this, any help reviewing and fixing up the need-to-merge pull
requests would be appreciated. You can see which pull requests have
been marked as such here:
https://github.com/sympy/sympy/issues?milestone=5&state=open.
Also, it's good to get this going early: if you know of any major
changes that have been made since the last release, please make sure
they are in the release notes
(
https://github.com/sympy/sympy/wiki/release-notes-for-0.7.4). If you
know of them but aren't qualified to write up the details, just put a
note there so we don't forget about it and ping the person who made
the changes. Anyone can edit the release notes page on the wiki, and I
encourage you to do so.
Aaron Meurer