Merge pull request #6 from RichardScottOZ/patch-1 |
|
More...
|
almost 4 years ago
|
Update tsurf.py |
|
More...
|
almost 4 years ago
|
Bump version number |
|
More...
|
over 6 years ago
|
Add trove classifiers |
|
More...
|
over 6 years ago
|
Do not include source files as data in setup.py |
|
More...
|
over 6 years ago
|
Merge pull request #4 from joferkington/python3_support |
|
More...
|
over 6 years ago
|
A few more 2/3 compatibility fixes |
|
More...
|
over 6 years ago
|
Ignore pytest cache as well |
|
More...
|
over 6 years ago
|
iteritems, list/sequence, and other python3 fixes |
|
More...
|
over 6 years ago
|
Avoid circular dependency in utilities import |
|
More...
|
over 6 years ago
|
Switch examples to more modern matplotlib style |
|
More...
|
over 6 years ago
|
Update string checks to use six.string_types |
|
More...
|
over 6 years ago
|
Do not subclass ``file``. Insead, use simple read_binary and write_binary methods. |
|
More...
|
over 6 years ago
|
Update examples to work with 2.x and 3.x |
|
More...
|
over 6 years ago
|
Update to relative imports for py3k compatibility |
|
More...
|
over 6 years ago
|
Added support for VoxelGeo volumes |
|
More...
|
almost 9 years ago
|
Incremented version number |
|
More...
|
over 9 years ago
|
Updated readme with examples |
|
More...
|
over 9 years ago
|
Added basic test for cropping |
|
More...
|
over 9 years ago
|
Updated email in readme |
|
More...
|
over 9 years ago
|
Fixed broken crop method |
|
More...
|
over 9 years ago
|
Fix typo in except statement |
|
More...
|
over 9 years ago
|
Ensure files are opened in binary mode on windows |
|
More...
|
over 9 years ago
|
Ensure proper mask handling during extract_window |
|
More...
|
over 9 years ago
|
Ensure that axes do not get flipped twice when creating volumes on-the-fly |
|
More...
|
over 9 years ago
|
Added "int_conversion" option to coordinate conversions. |
|
More...
|
over 10 years ago
|
Fixed bug in extractWindow - Needs to respect hor.grid_extents |
|
More...
|
over 10 years ago
|
Removed trailing whitespace |
|
More...
|
over 10 years ago
|
Merge branch 'master' of github.com:joferkington/python-geoprobe |
|
More...
|
over 10 years ago
|
Recent numpy versions explicitly expect integer indicies rather than floats |
|
More...
|
over 10 years ago
|