help needed with 0.7.0 release notes
Hey, In preparation for the upcoming release, I have moved the release notes for SciPy into the code repository in the documentation directory: http://projects.scipy.org/scipy/scipy/browser/trunk/doc/release/0.7.0-notes.... You can see the rendered version here: http://scipy.org/scipy/scipy/milestone/0.7.0 Please take a look at the release notes and let me know if you see anything missing or find any other problems. Of course, it would be even better if you would just go ahead and make any changes yourself. Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/
Sun, 16 Nov 2008 00:05:18 -0800, Jarrod Millman wrote:
Hey,
In preparation for the upcoming release, I have moved the release notes for SciPy into the code repository in the documentation directory: http://projects.scipy.org/scipy/scipy/browser/trunk/doc/release/0.7.0-notes....
You can see the rendered version here: http://scipy.org/scipy/scipy/milestone/0.7.0
Please take a look at the release notes and let me know if you see anything missing or find any other problems. Of course, it would be even better if you would just go ahead and make any changes yourself.
I added a mention of the ZVODE complex-valued ODE solver, which is new in 0.7.0. -- Pauli Virtanen
Sun, 16 Nov 2008 00:05:18 -0800, Jarrod Millman wrote:
Hey,
In preparation for the upcoming release, I have moved the release notes for SciPy into the code repository in the documentation directory: http://projects.scipy.org/scipy/scipy/browser/trunk/doc/release/0.7.0- notes.rst
You can see the rendered version here: http://scipy.org/scipy/scipy/milestone/0.7.0
Please take a look at the release notes and let me know if you see anything missing or find any other problems. Of course, it would be even better if you would just go ahead and make any changes yourself.
Also, I wonder if these should be mentioned in the release notes: http://projects.scipy.org/scipy/scipy/ticket/289 http://projects.scipy.org/scipy/scipy/ticket/660 as they change the shape of interp1d return values for multidimensional interpolants. It's an API break, but IMO unavoidable, as the old behavior was clearly wrong, but I wonder if this will break someone's code. -- Pauli Virtanen
On Sun, Nov 16, 2008 at 3:58 AM, Pauli Virtanen <pav@iki.fi> wrote:
Also, I wonder if these should be mentioned in the release notes:
http://projects.scipy.org/scipy/scipy/ticket/289 http://projects.scipy.org/scipy/scipy/ticket/660
as they change the shape of interp1d return values for multidimensional interpolants. It's an API break, but IMO unavoidable, as the old behavior was clearly wrong, but I wonder if this will break someone's code.
Please add this to the release notes. Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/
I don't have SVN write access, but here's a patch for the release notes adding a short description the matlab io changes (hopefully I've formatted it appropriately). Ray Jones On Sun, Nov 16, 2008 at 3:05 AM, Jarrod Millman <millman@berkeley.edu> wrote:
Hey,
In preparation for the upcoming release, I have moved the release notes for SciPy into the code repository in the documentation directory: http://projects.scipy.org/scipy/scipy/browser/trunk/doc/release/0.7.0-notes....
You can see the rendered version here: http://scipy.org/scipy/scipy/milestone/0.7.0
Please take a look at the release notes and let me know if you see anything missing or find any other problems. Of course, it would be even better if you would just go ahead and make any changes yourself.
Thanks,
-- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ _______________________________________________ Scipy-dev mailing list Scipy-dev@scipy.org http://projects.scipy.org/mailman/listinfo/scipy-dev
On Tue, Nov 18, 2008 at 9:59 AM, Thouis (Ray) Jones <thouis@broad.mit.edu> wrote:
I don't have SVN write access, but here's a patch for the release notes adding a short description the matlab io changes (hopefully I've formatted it appropriately).
Hello Ray, I committed your patch: http://projects.scipy.org/scipy/scipy/changeset/5230 Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/
participants (3)
-
Jarrod Millman -
Pauli Virtanen -
Thouis (Ray) Jones