Commit Graph

25 Commits (50e3822eac66ff70f0906a6766cca1c50d540b2b)
 

Author SHA1 Message Date
Jan Petykiewicz 50e3822eac Create folder-based module and use VERSION file
use VERSION to avoid importing the module before it's installed
5 years ago
Jan Petykiewicz f68ab6bedb Update README 5 years ago
Jan Petykiewicz 1ab4b17247 add classifiers 5 years ago
Jan Petykiewicz 76f6c68472 add MANIFEST.in 5 years ago
jan c10fd556e2 Update source url 5 years ago
Jan Petykiewicz 219e4b9926 Use readme as long_description 6 years ago
Jan Petykiewicz 756c015b87 Move version info inside module 6 years ago
Jan Petykiewicz 3ca8afb3ef Use python3 for setup.py 6 years ago
Jan Petykiewicz 07df98cd42 bump version number 7 years ago
jan 8c8e41ac53 Rename some variables and functions, and add _very_ bare docs 7 years ago
jan 206d3885b6 Break up raster() into sub-functions. Documentation to follow... 7 years ago
jan 6dbdd63df4 bump version number 8 years ago
jan fb8c547ec2 Clean up imports 8 years ago
jan c7f551b0b7 Use complex number representation for vertex coordinates,
ie. (x, y) becomes x + iy. This gives a bit of a speedup
over repeating stuff for multiple arrays, and lets you
keep using the numpy +- operators (unlike structured
numpy arrays)
8 years ago
jan d418ff149d Perform [(x,y,v),...] -> ndarray conversion using complex numbers
Factor-of-2 speedup on code that currently takes ~20% of the runtime --
turns out cache is good stuff.
8 years ago
jan caf51d72ba Remove unused code for matlab interface 8 years ago
jan 12fdc5401e Use scipy.sparse.coo_matrix instead of numpy.histogram2d to get a decent speedup 8 years ago
jan 4dcdbf2f37 add license 8 years ago
jan 6db0b3c0fd switch to code style and remove --upgrade 8 years ago
jan 152d3b7818 switch to setuptools 8 years ago
jan 447c4105b7 Add dependencies to setup.py 8 years ago
jan f68555cb0b Switch to >= <= operators instead of functions
For clarity
8 years ago
jan 936ae800b5 Recommend release branch for install 8 years ago
jan dfa0433a2c setup script refered to package, should've been module 8 years ago
jan ed77450c80 add all files 8 years ago