File: ANNOUNCE-1.2.2.txt

package info (click to toggle)
python-numarray 1.5.2-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 8,668 kB
  • ctags: 11,384
  • sloc: ansic: 113,864; python: 22,422; makefile: 197; sh: 11
file content (130 lines) | stat: -rw-r--r-- 4,557 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
Release Notes for numarray-1.2.2

Numarray is an array processing package designed to efficiently
manipulate large multi-dimensional arrays.  Numarray is modelled after
Numeric and features c-code generated from python template scripts,
the capacity to operate directly on arrays in files, arrays of
heterogeneous records, string arrays, and in-place operation on 
memory mapped files.

I. ENHANCEMENTS

1. Support for user defined universal functions with arbitrary numbers
of parameters.  See numarray/Examples/ufunc/setup_special.py

2. Additional modifications to support numarray operation with scipy_base.

3. Import time roughly halved thanks to Rory Yorke.

4. Improved sorting functions from Chuck Harris.

5. Simplified array() and fromfile() from Rory Yorke.

6. Port of Numeric's dotblas extension for faster matrix
multiplication when linked against ATLAS, LAPACK, BLAS, etc.

7. Improvements to array indexing speed from Francesc Alted and Tim
Hochberg.

II. BUGS FIXED / CLOSED

1120138	Document ieeespecial	  
1119411	No file named "LinearAlgebra2/setup.py"
1119265	'print' fails on masked arrays	  
1111765	python setup.py bdist_rpm fails (1.2a)
1110655	Problem with the ufunc .sum() and a rank-0 array.
1110607	f2py file paths on windows	  
1108374	count method in string.array wrong
1102874	remove use of basestring in fromfile for Python 2.2
1100435	Remove NUL bytes in nd_image/test.py
1099974	.sum() gives wrong results	
1091474	log(0) should be -inf	
1089116	CharArray maxLen bug	
1088817	Convolution with complex kernels gives wrong answer
1087378	LinAlgError is a string, not an Exception
1087304	Add toUpper() and toLower to CharArray
1087158	Float64 == records.CharType
1075802	masked_print_option produces incorrect output
1075795	float() and int() don't work on masked arrays
1075794	correlate2d should do autocorrelations
1075793	convolve2d/correlate2d should create output arrays
1075789	resized() pads with nulls not blanks: numarray 1.2.2
1069032	A little bug in setup.py
1068768	KeyboardInterrupt shows strange behavior
1067238	memory leak in determinant
1056649	Memory leak with dot and transpose
1052488	Modify sum() result type for boolean arrays
1050292	Side effects of putmask
1047272	Update license references
1045518	A disconnected numarray rant
1044885	complex number ieee oddities
1044788	wrong typecode
1038528	Making PyArray_CanCastSafely safer on 64-bit machines
1038397	numarray sum() has a possible memory leak
1038064	tofile() of zero length array
1037038	boolean cummulative operator leak
1036327	Buffer overflow in sum and add_Int64_reduce
1035701	numerical array from string list loops
1033860	Wrong array indexing when byteorder is changed
1031883	MA __setslice__ bug
1031356	Sequences with Python longs --> Int64
1030023	problem with matrixmultiply
1029547	IndexError in 4.8 Index Arrays example
1028782	matrixmultiply reference counting
1028738	atlas/blas library listings in addons.py
1025160	gcc error during install: duplicate case value
1022523	chararray concatentation problem
1018252	bad memory leak in reduce/accumulate

See
http://sourceforge.net/tracker/?atid=450446&group_id=1369&func=browse
for more details.

III. CAUTIONS

This release should be backward binary compatible with numarray-1.1.1.

WHERE
-----------

Numarray-1.2.2 windows executable installers, source code, and manual is
here:

http://sourceforge.net/project/showfiles.php?group_id=1369

Numarray is hosted by Source Forge in the same project which hosts
Numeric:

http://sourceforge.net/projects/numpy/

The web page for Numarray information is at:

http://stsdas.stsci.edu/numarray/index.html

Trackers for Numarray Bugs, Feature Requests, Support, and Patches are
at the Source Forge project for NumPy at:

http://sourceforge.net/tracker/?group_id=1369

REQUIREMENTS
------------------------------

numarray-1.2.2 requires Python 2.2.2 or greater.  


AUTHORS, LICENSE
------------------------------

Numarray was written by Perry Greenfield, Rick White, Todd Miller, JC
Hsu, Paul Barrett, Phil Hodge at the Space Telescope Science
Institute.  We'd like to acknowledge the assitance of Francesc Alted,
Paul Dubois, Sebastian Haase, Chuck Harris, Tim Hochberg, Nadav
Horesh, Edward C. Jones, Eric Jones, Jochen Kuepper, Travis Oliphant,
Pearu Peterson, Peter Verveer, Colin Williams, Rory Yorke, and
everyone else who has contributed with comments and feedback.

Numarray is made available under a BSD-style License.  See
LICENSE.txt in the source distribution for details.

-- 
Todd Miller             jmiller@stsci.edu