| Projects on Google Code | Results 1 - 10 of 58 |
Distributed memory branch of NumPy using MPI
Alpha state - only a fraction of NumPy is implemented.
This project's homepage is located her: http://sites.google.com/site/distnumpy/
netCDF version 4 has many features not found in earlier versions of the library and is implemented on top of HDF5. This module can read and write files in both the new netCDF 4 and the old netCDF 3 format, and can create files that are readable by HDF5 clients. The API modelled after Scientific.IO.N...
== What it is ==
The `numexpr` package evaluates multiple-operator array expressions
many times faster than [http://numpy.scipy.org/ NumPy] can. It
accepts the expression as a string, analyzes it, rewrites it more
efficiently, and compiles it to faster Python code on the fly. It's
the next ...
Imagine the situation where you need to pass of a series of numbers contained in a file through a series of transformations like absolute, logarithm, square power, cubic power and so on. Well, you think:
- Wow, I need to open my editor write a program to read a file, put its content into a numeri...
= Priithon =
Priithon is a platform for image analysis and image analysis algorithm development.
While the focus here is on _algorithm development_, it makes it very easy to develop applications that would not require any programming skills, i.e. making "end user" biologist's or astronomer's app...
=Stimfit=
==Introduction==
Stimfit is a free, fast and simple program for viewing and analyzing electrophysiological data. It's currently available for GNU/Linux, Mac OS X and Windows. It features an embedded Python shell that allows extending the program functionality using numerical libraries su...
This project provides a type with an interface as similar as possible to numpy's ndarray whose storage is allocated on a GPU device.
{{{
>>> import numpy, cuda_ndarray
>>> a = numpy.asarray(numpy.random.rand(4,5,6), dtype='float32') #allocate mem on host
>>> cuda_a = cuda_ndarray.CudaNdarray...
This library is a set of C++ headers for interchanging between Python and C++ containers with an emphasis on support for NumPy, TooN, and LIBCVD. It makes heavy use of template-based pattern matching to build conversion functions at compile time. For example, one can convert a list of NumPy matrices...
The middleware for http://zunzun.com as a collection of Python equations that can fit themselves to both 2D and 3D data sets (curve fitting and surface fitting), output source code in several computing languages, and run a genetic algorithm for initial parameter estimation.
= Project Description =
This is a python extension module for reading from and writing to files with fixed length records. Data are read into or written from numerical python arrays (numpy). Files can be binary or text files with fixed delimiter, such as csv, tab, or white space.
The extensi...