10000 GitHub - Global-localhost/numpy-dtypes at c25058453f0a1ba68c1e5362c615ab828199f3d3
[go: up one dir, main page]

Skip to content

Global-localhost/numpy-dtypes

Folders and files

NameName
Last c 8000 ommit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test code for user defined types in Numpy

This code implements fixed precision rational numbers exposed to Python as a test of user-defined type support in Numpy.

Dependencies

On a Mac, these can be obtained through MacPorts via

sudo port install py26-numpy py26-py

The original version of this code exposed several bugs in the (hopefully) old version of numpy, so if it fails try upgrading numpy. My branch which fixed all but one of the bugs uncovered is here:

https://github.com/girving/numpy/tree/fixuserloops

These changes should be incorporated in the main numpy git repo fairly soon.

Usage

To build and run the tests, do

make
py.test

About

Repository for the development of user dtypes for numpy.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 76.0%
  • Python 18.5%
  • Shell 5.5%
0