From 426e056d2bc53f699650db4981ba0603e5c7b7e2 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 12 Jan 2011 19:17:54 +0100 Subject: [PATCH] fix issue10 - numpy arrays should now work better in assertion expressions (or any other objects which have an exception-raising __nonzero__ method ...) --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 1bf1a8f98..011b2eaa7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ Changes between 2.0.0 and 2.0.1.devX ---------------------------------------------- - fix issue17 (import-* reporting issue on python3) by requiring py>1.4.0 (1.4.1 is going to include it) +- fix issue10 (numpy arrays truth checking) by refining + assertion interpretation in py lib - fix issue15: make nose compatibility tests compatible with python3 (now that nose-1.0 supports python3) - remove somewhat surprising "same-conftest" detection because