From 66c6c08b721e34bfb8afd3be7cca8c20af18ee74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Tue, 3 Feb 2004 19:15:11 +0000 Subject: [PATCH] merge items git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1317 069f4177-920e-0410-937b-c2a4a81bcd90 --- CHANGES | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 5206b79d..34310f69 100644 --- a/CHANGES +++ b/CHANGES @@ -56,6 +56,8 @@ TODO: - added inplace add (__iadd__), enlarge and transform methods - callers use inplace add where possible now (yielding a considerable speedup) + - "undefined" corners of bounding boxes are no longer supported which makes + the bounding box operations much more efficient. - attr module: - TODO: general documentation about attributes, clearing, merging? - TODO: general documentation about changeable attributes? @@ -66,9 +68,6 @@ TODO: - default handling of texmessages as in the new attribute scheme - examples: - mandel.py (contributed by Stephen Phillips) - - bbox module: - - "undefined" corners of bounding boxes are no longer supported which makes - the bounding box operations much more efficient. 0.5.1 (2004/01/22): - distribution: -- 2.11.4.GIT