From bb59ad415fab497b2d57de55841c0b4c66c7f041 Mon Sep 17 00:00:00 2001 From: Joel Akeret Date: Wed, 4 Feb 2015 14:11:25 +0100 Subject: [PATCH] updated history for 0.4.0 --- HISTORY.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9416af9..c19d509 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,12 +3,14 @@ History ------- -0.4.0 (2015-xx-xx) +0.4.0 (2015-02-04) ++++++++++++++++++ +* Increased compilation speed for large functions * Support for variable allocation within if-else * Added support for numpy.sign -* Improve compilation speed for large functions +* Updated Cython implementation in benchmarks +* Fixed array allocation problem under OSX Yosemite (thx iankronquist) 0.3.1 (2014-10-24) ++++++++++++++++++