From 539fb4a98d0961c281daa5474a8e492a0ae1d8a2 Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Mon, 15 Jul 2019 22:15:22 +0200 Subject: [PATCH] Update whats-new for #3125 and #2334 (#3135) --- 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: