Hi All, Just an update of the NumPy 1.16 release schedule. The last PR milestoned for the release is #12219 <https://github.com/numpy/numpy/pull/12219>, and it is about done. The current release blocker is the upcoming OpenBLAS 0.3.4, which should fix the reported threading problems, but if it doesn't come out in the next month we might want to revisit that. The OpenBLAS issues for 0.3.4 are here <https://github.com/xianyi/OpenBLAS/issues?q=is%3Aopen+is%3Aissue+milestone%3A0.3.4>. Meanwhile, other PR's continue to go in. Chuck
On Mon, Nov 26, 2018 at 9:41 AM Charles R Harris <charlesr.harris@gmail.com> wrote:
Hi All,
Just an update of the NumPy 1.16 release schedule. The last PR milestoned for the release is #12219 <https://github.com/numpy/numpy/pull/12219>, and it is about done. The current release blocker is the upcoming OpenBLAS 0.3.4, which should fix the reported threading problems, but if it doesn't come out in the next month we might want to revisit that. The OpenBLAS issues for 0.3.4 are here <https://github.com/xianyi/OpenBLAS/issues?q=is%3Aopen+is%3Aissue+milestone%3A0.3.4>.
From a read through those issues, they seem to be related to new threading issues introduced in 0.3.1. IIRC we're building against 0.3.0 for 1.15.x. So the reported issues may not all be fixed.
Ralf
On Mon, Nov 26, 2018 at 6:09 PM Ralf Gommers <ralf.gommers@gmail.com> wrote:
On Mon, Nov 26, 2018 at 9:41 AM Charles R Harris < charlesr.harris@gmail.com> wrote:
Hi All,
Just an update of the NumPy 1.16 release schedule. The last PR milestoned for the release is #12219 <https://github.com/numpy/numpy/pull/12219>, and it is about done. The current release blocker is the upcoming OpenBLAS 0.3.4, which should fix the reported threading problems, but if it doesn't come out in the next month we might want to revisit that. The OpenBLAS issues for 0.3.4 are here <https://github.com/xianyi/OpenBLAS/issues?q=is%3Aopen+is%3Aissue+milestone%3A0.3.4>.
From a read through those issues, they seem to be related to new threading issues introduced in 0.3.1. IIRC we're building against 0.3.0 for 1.15.x. So the reported issues may not all be fixed.
One of the threading problems, present since 0.2.15, is already fixed for 0.3.4, see https://github.com/xianyi/OpenBLAS/issues/1844. It was the easy one :) I think the milestone was put together after the fact. Chuck
participants (2)
-
Charles R Harris
-
Ralf Gommers