
From the discussion in the issue, it seems that https://github.com/scipy/scipy/pull/5938 changed behavior more than expected, and figuring out the "correct" thing to do needs more effort
Hi, It seems to me that we have enough material for a bugfix release 0.18.1. Here's the milestone contents: https://github.com/scipy/scipy/milestone/31 At the moment, remaining issues without a fix are: * A regression in stats.circmean, https://github.com/scipy/scipy/issues/6420; there is a PR which needs finishing https://github.com/scipy/scipy/pull/6424. The PR just needs a test. * A regression in stats.ks_2samp, https://github.com/scipy/scipy/issues/6435. that anyone can spend in the short term. So the suggestion is to undo gh-5938 for 0.18.1. If someone thinks something else needs to be included please speak up, here in this thread or comment on a relevant GH issue. I think we should aim to release 0.18.1 by the end of September. Thoughts? Cheers, Evgeni

On Thu, Sep 1, 2016 at 8:39 PM, Evgeni Burovski <evgeny.burovskiy@gmail.com> wrote:
Hi,
It seems to me that we have enough material for a bugfix release 0.18.1.
Here's the milestone contents: https://github.com/scipy/scipy/milestone/31
At the moment, remaining issues without a fix are:
* A regression in stats.circmean, https://github.com/scipy/scipy/issues/6420; there is a PR which needs finishing https://github.com/scipy/scipy/pull/6424. The PR just needs a test.
* A regression in stats.ks_2samp, https://github.com/scipy/ scipy/issues/6435. From the discussion in the issue, it seems that https://github.com/scipy/scipy/pull/5938 changed behavior more than expected, and figuring out the "correct" thing to do needs more effort that anyone can spend in the short term. So the suggestion is to undo gh-5938 for 0.18.1.
If someone thinks something else needs to be included please speak up, here in this thread or comment on a relevant GH issue.
I think we should aim to release 0.18.1 by the end of September. Thoughts?
Sounds good to me. Ralf

On Sat, Sep 3, 2016 at 6:31 AM, Ralf Gommers <ralf.gommers@gmail.com> wrote:
On Thu, Sep 1, 2016 at 8:39 PM, Evgeni Burovski <evgeny.burovskiy@gmail.com> wrote:
Hi,
It seems to me that we have enough material for a bugfix release 0.18.1.
Here's the milestone contents: https://github.com/scipy/scipy/milestone/31
At the moment, remaining issues without a fix are:
* A regression in stats.circmean, https://github.com/scipy/scipy/issues/6420; there is a PR which needs finishing https://github.com/scipy/scipy/pull/6424. The PR just needs a test.
* A regression in stats.ks_2samp, https://github.com/scipy/scipy/issues/6435. From the discussion in the issue, it seems that https://github.com/scipy/scipy/pull/5938 changed behavior more than expected, and figuring out the "correct" thing to do needs more effort that anyone can spend in the short term. So the suggestion is to undo gh-5938 for 0.18.1.
If someone thinks something else needs to be included please speak up, here in this thread or comment on a relevant GH issue.
I think we should aim to release 0.18.1 by the end of September. Thoughts?
Sounds good to me.
Ralf
_______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org https://mail.scipy.org/mailman/listinfo/scipy-dev
OK, I think we are ready for 0.18.1 now, all known fixes are backported to maintenance/0.18.x. If you see something which needs to be taken care of, please speak up now. Otherwise I'm planning to cut the release this Monday, September 19. Cheers, Evgeni

On Wed, Sep 14, 2016 at 6:17 AM, Evgeni Burovski <evgeny.burovskiy@gmail.com
wrote:
On Sat, Sep 3, 2016 at 6:31 AM, Ralf Gommers <ralf.gommers@gmail.com> wrote:
On Thu, Sep 1, 2016 at 8:39 PM, Evgeni Burovski <
evgeny.burovskiy@gmail.com>
wrote:
Hi,
It seems to me that we have enough material for a bugfix release 0.18.1.
Here's the milestone contents: https://github.com/scipy/scipy/milestone/31
At the moment, remaining issues without a fix are:
* A regression in stats.circmean, https://github.com/scipy/scipy/issues/6420; there is a PR which needs finishing https://github.com/scipy/scipy/pull/6424. The PR just needs a test.
* A regression in stats.ks_2samp, https://github.com/scipy/scipy/issues/6435. From the discussion in the issue, it seems that https://github.com/scipy/scipy/pull/5938 changed behavior more than expected, and figuring out the "correct" thing to do needs more effort that anyone can spend in the short term. So the suggestion is to undo gh-5938 for 0.18.1.
If someone thinks something else needs to be included please speak up, here in this thread or comment on a relevant GH issue.
I think we should aim to release 0.18.1 by the end of September.
Thoughts?
Sounds good to me.
Ralf
_______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org https://mail.scipy.org/mailman/listinfo/scipy-dev
OK, I think we are ready for 0.18.1 now, all known fixes are backported to maintenance/0.18.x. If you see something which needs to be taken care of, please speak up now. Otherwise I'm planning to cut the release this Monday, September 19.
Thanks, Evgeni. That sounds good. Warren
Cheers,
Evgeni _______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org https://mail.scipy.org/mailman/listinfo/scipy-dev

Hi, Scipy 0.18.1 is being available since September 19. Now that the mailing list is back up, I'd like to use an opportunity to thank everyone who contributed to this release. This release requires Python 2.7 or 3.4-3.5 and NumPy 1.7.2 or greater. Source tarballs and release notes can be found at https://github.com/scipy/scipy/releases/tag/v0.18.1. OS X and Linux wheels are available from PyPI. For security-conscious, the wheels themselves are signed with my GPG key. Additionally, you can checksum the wheels and verify the checksums with those listed in the README file at https://github.com/scipy/scipy/releases/tag/v0.18.1, also reproduced below. Evgeni -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 ========================== SciPy 0.18.1 Release Notes ========================== SciPy 0.18.1 is a bug-fix release with no new features compared to 0.18.0. Authors ======= * @kleskjr * Evgeni Burovski * CJ Carey * Luca Citi + * Yu Feng * Ralf Gommers * Johannes Schmitz + * Josh Wilson * Nathan Woods A total of 9 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete. Issues closed for 0.18.1 - ------------------------ - - `#6357 <https://github.com/scipy/scipy/issues/6357>`__: scipy 0.17.1 piecewise cubic hermite interpolation does not return... - - `#6420 <https://github.com/scipy/scipy/issues/6420>`__: circmean() changed behaviour from 0.17 to 0.18 - - `#6421 <https://github.com/scipy/scipy/issues/6421>`__: scipy.linalg.solve_banded overwrites input 'b' when the inversion... - - `#6425 <https://github.com/scipy/scipy/issues/6425>`__: cKDTree INF bug - - `#6435 <https://github.com/scipy/scipy/issues/6435>`__: scipy.stats.ks_2samp returns different values on different computers - - `#6458 <https://github.com/scipy/scipy/issues/6458>`__: Error in scipy.integrate.dblquad when using variable integration... Pull requests for 0.18.1 - ------------------------ - - `#6405 <https://github.com/scipy/scipy/pull/6405>`__: BUG: sparse: fix elementwise divide for CSR/CSC - - `#6431 <https://github.com/scipy/scipy/pull/6431>`__: BUG: result for insufficient neighbours from cKDTree is wrong. - - `#6432 <https://github.com/scipy/scipy/pull/6432>`__: BUG Issue #6421: scipy.linalg.solve_banded overwrites input 'b'... - - `#6455 <https://github.com/scipy/scipy/pull/6455>`__: DOC: add links to release notes - - `#6462 <https://github.com/scipy/scipy/pull/6462>`__: BUG: interpolate: fix .roots method of PchipInterpolator - - `#6492 <https://github.com/scipy/scipy/pull/6492>`__: BUG: Fix regression in dblquad: #6458 - - `#6543 <https://github.com/scipy/scipy/pull/6543>`__: fix the regression in circmean - - `#6545 <https://github.com/scipy/scipy/pull/6545>`__: Revert gh-5938, restore ks_2samp - - `#6557 <https://github.com/scipy/scipy/pull/6557>`__: Backports for 0.18.1 Checksums ========= MD5 ~~~ 91cbcf832f13e139950cc2ee1395b461 scipy-0.18.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl 7a541112a84eb103a9e67087fdb103a6 scipy-0.18.1-cp27-cp27m-manylinux1_i686.whl 5b28b40b84a9123e0b54a13fa410e967 scipy-0.18.1-cp27-cp27m-manylinux1_x86_64.whl 7452b4b60be13fc3a1dc6766a0b43918 scipy-0.18.1-cp27-cp27mu-manylinux1_i686.whl 8819378eceb1d7a51042031a7846f394 scipy-0.18.1-cp27-cp27mu-manylinux1_x86_64.whl bd831c36d4d844f9ffbbc76232827394 scipy-0.18.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl 9e3fabf0f49497ddb65b814cf9415edc scipy-0.18.1-cp34-cp34m-manylinux1_i686.whl 6fce0af205db550c29939d4fe8b6152d scipy-0.18.1-cp34-cp34m-manylinux1_x86_64.whl ea91cccab7b404e2b65a077bc6919eac scipy-0.18.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl 9e371961e6fe186c1628c32922c2b7ee scipy-0.18.1-cp35-cp35m-manylinux1_i686.whl e3855590d4627e70b683689f8b6b0c4e scipy-0.18.1-cp35-cp35m-manylinux1_x86_64.whl 5fb5fb7ccb113ab3a039702b6c2f3327 scipy-0.18.1.tar.gz ed8394c19d8445f16ae068b03df0ca23 scipy-0.18.1.tar.xz 99127abce294eaf76eafb80ef431bb9b scipy-0.18.1.zip SHA256 ~~~~~~ f97b4de9be61c6f458ab2b804e74bfffc15d8f77964772006971cd6bc6e25f0d scipy-0.18.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl 4167f9dc53703aa74f4d8b3699f5346560954e498dd9185d65448bce9656e124 scipy-0.18.1-cp27-cp27m-manylinux1_i686.whl 7558c0fa12e26d984ad82bd7a619994f4b3793c639a3137444b1347bcf50b1c6 scipy-0.18.1-cp27-cp27m-manylinux1_x86_64.whl 96d13da742d8bf46cd2264c23d006d409655615c4120a01c5458a8f9bf814fbb scipy-0.18.1-cp27-cp27mu-manylinux1_i686.whl c69009a29be719e99c0c85296aff955326c7cde280925f83a4dd5ce7f18a22fb scipy-0.18.1-cp27-cp27mu-manylinux1_x86_64.whl a23f7794304c759df0cf1319b872f2ca6d6074788292b93d477cff2adbf6a0b6 scipy-0.18.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl 2380111b9e2d4d8c03a59880577e3236520ed19d1a0fca051d2b5e273047ff71 scipy-0.18.1-cp34-cp34m-manylinux1_i686.whl 166d9b7e3e1d3609afeee124473973707343f8dec7e261d449393cf9ad019147 scipy-0.18.1-cp34-cp34m-manylinux1_x86_64.whl a2a9b3102c708930068ab48c3ec6f36b01f28004e8257fc33b77d88b55e6bb30 scipy-0.18.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl 280eb739c0922f95c4f060335b96b9d00321e4eadebf0921e2688d884fdbfda4 scipy-0.18.1-cp35-cp35m-manylinux1_i686.whl f4a44eca35beb2bf479a61cb7d8609ee944d4b516ae462978bc96a240f3019cd scipy-0.18.1-cp35-cp35m-manylinux1_x86_64.whl 8ab6e9c808bf2fb3e8576cd8cf07226d9cdc18b012c06d9708429a821ac6634e scipy-0.18.1.tar.gz 406d4e2dec5e46ad9f2ab08620174d064d3b5aab987591d1acd77eda846bd95e scipy-0.18.1.tar.xz a4ff670a812ba782dc28c6e8eeeb8c89c8f1e213b364b972af595f73bd071a1f scipy-0.18.1.zip -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBCAAGBQJX38CFAAoJEIp0pQ0zQcu+HdIH/jAf05WlwUqV49O9w+go7iF9 Nv0VfvLHXxqDKws9Jd1fifmvdfaT5aJWwFedoFdG4NtqBDGPufkQGHbDoe0dGcI+ ZNN1qqzsoNkd8iBWxHbpJHThr/S4EueRDQ/j73JvcCKRxtJUhfe+NFPemui2K9Gg ijXeM95av2zBWIJTsNt5NHhKa+Bl4KaBJE9BJOawf7OKCvm6b322/k0lujoDgndp A4cEzIP3Iiaj9Dz4yeZ+41PDm83Hal81/lqOxKj4sccC0byH19OXk2YfvdXPfia/ a+H8v5Q/oULwyWIiQoxyliv2zr4zTL/WrVKuzGai4F6gNwBFOVCkIe8oP7wmQY0= =fSLL -----END PGP SIGNATURE-----
participants (3)
-
Evgeni Burovski
-
Ralf Gommers
-
Warren Weckesser