[Numpy-discussion] NumPy 1.15.4 release

2018-11-04 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I am pleased to announce the release of NumPy 1.15.4. This is a bugfix release for bugs and regressions reported following the 1.15.3 release. The most noticeable fix is probably having a boolean type fill value for masked arrays after the use of `==` and `!=`

[Numpy-discussion] NumPy 1.15.4 release

2018-10-30 Thread Charles R Harris
Hi All, Just a heads up that I am planning on making a 1.15.4 release this coming weekend. The only fixes planned at this point are - BUG: Fix fill value in masked array '==' and '!=' ops, #12257 - BUG: clear buffer_info_cache on scalar dealloc