472,784 Members | 854 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,784 software developers and data experts.

Numarray for Python 2.3

Does numarray-0.5.win32-py2.2.exe work with Python 2.3? If not, is
there a version that will?

Tia,

Tim
Jul 18 '05 #1
2 1877
Tim Rowe wrote:
Does numarray-0.5.win32-py2.2.exe work with Python 2.3? If not, is
there a version that will?

Tia,

Tim

No, not the last time I tried. It seems that Python 2.3 looks for a
different .dll structure than python 2.2.

Below is an extract from a recent posting by Perry Greefield to the
PySci list which sets out current development intentions for
numarray.

I have copied your question, with this response, to Perry Greenfield.

Colin W.

From: "Perry Greenfield" <pe***@stsci.edu>
Date: Tue, 15 Jul 2003 19:45:52 -0400
[Eric Jones]

Numarray will be the successor to Numeric. I talked with Perry
Greenfield from STSci at OSCON last week. STSci is developing
numarray.

He said that pretty much the only things left before numarray is a
"feature complete" replacement for Numeric are PyObject array support
and Paul Dubois Masked Array (MA) classes. He wants a full
replacement before releasing 1.0.

I'll let him pronounce the official release dates, but it is
not so far off.

No dates fixed in stone, but here is the basic plan

0.6 to be released this week, this reorganizes numarray as a package

0.7 (few weeks?) Will include PyObject support

0.8 (2 months?) Will include MA support. At this point we hope to
replicate all Numeric functionality (other than the planned changes).

v1.0 will come out when 0.8 has been tested by users for a little while
(with perhaps a 0.9 if many changes and fixes are needed)

[Eric Jones] Numarray and Numeric will co-exist for a long while. Numarray is new
and therefore less well tested. It also has slower performance for
small arrays by about a factor of 3, but is faster for large arrays.
There are also many packages that rely on Numeric out in the wild,
>> and the transition will be slow.


There may be some rough corners where performance of numarray needs
optimization that haven't yet been handled (e.g. printing? slicing?)

Perry Greenfield


Jul 18 '05 #2
On Wed, 16 Jul 2003 15:31:53 -0400, "Colin J. Williams"
<cj*@sympatico.ca> wrote:
No, not the last time I tried. It seems that Python 2.3 looks for a
different .dll structure than python 2.2.


Thanks. I don't need it just at the moment, but I was planning to
learn it during quiet moments. I can wait.
Jul 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: RJS | last post by:
Hi all, I can't get a py2exe compiled app to run with numarray (numarray-0.5.win32- py2.2). Also wxPythonWIN32-2.3.3.1-Py22 and ActivePython-2.2.1-222. In the sample below, commenting out...
0
by: Colin J. Williams | last post by:
numarray is a package which is under development and intended to replace Numeric, an efficient and operational package. One of the classes in numarray is NumArray. As currently implemented,...
3
by: Alexander Schwaigkofler | last post by:
Hi! I have the following problem with numarray. I read the install.txt manual, but it doesn't already work. OS: Microsoft Windows 2000 python: Python 2.2.3 (#42, May 30 2003, 18:12:08) on...
2
by: Marc Schellens | last post by:
Following the NumPy documentation, I took over some C code, but run into an error. Does anybody have a suggestion? Thanks, marc gdlpython.cpp:225: `PyArray_Type' undeclared (first use this...
0
by: youngdubliner | last post by:
I'm having a problem ........ I've stripped all my code to help isolate the problem. Its seems to be with importing numarray when python is embedded in C. I have a simple C program it Opens...
11
by: grv | last post by:
So it is supposed to be very fast to have an array of say 5 million integers stored in a binary file and do a = numarray.fromfile('filename', (2, 2, 2)) numarray.add(a, 9, a) but how is that...
4
by: Ben Champion | last post by:
I have installed python 2.3.3 on my windows machine have have ran several programs succesfully. I have also installed numarray 1.1 for my version of python and am now trying to create arrays using...
2
by: maxwell | last post by:
I'm trying to use the 'numarray' package (v1.1.1) under Python 2.4 running under CygWin. I initially downloaded the Windows executable version of the numarray package, and installed it under...
10
by: Bryan | last post by:
hi, what is the difference among numeric, numpy and numarray? i'm going to start using matplotlib soon and i'm not sure which one i should use. this page says, "Numarray is a...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.