From 390f951a2297fe69754e5ce607e0e4cefc54f864 Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Mon, 15 Jul 2019 21:40:22 +0200 Subject: [PATCH] Update whats-new for #3125 and #2334 --- doc/whats-new.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 03898ae1d2a..9601c372a3b 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -35,6 +35,11 @@ Bug fixes - Improved error handling and documentation for `.expand_dims()` read-only view. +- Fix tests for big-endian systems (:issue:`3125`). + By `Graham Inggs `_. +- XFAIL several tests which are expected to fail on ARM systems + due to a ``datetime`` issue in NumPy (:issue:`2334`). + By `Graham Inggs `_. .. _whats-new.0.12.3: