Commit Graph

69 Commits (d054fc5a948d9965744364f1d72f40e2b58ce0b9)
 

Author SHA1 Message Date
Jan Petykiewicz d054fc5a94 update email 3 years ago
Jan Petykiewicz 6acb7a2166 gitignore mypy_cache 3 years ago
Jan Petykiewicz 6f9334bc94 strip whitespace from version string 3 years ago
Jan Petykiewicz 8cca6f3236 add py.typed to package_data 3 years ago
Jan Petykiewicz 192c929653 remove old VERSION file 3 years ago
Jan Petykiewicz 145af8bef8 add py.typed 3 years ago
Jan Petykiewicz 1bfae4d7f6 bump version to v0.5 3 years ago
Jan Petykiewicz bdf05d96be fix numpy warning about indexing with a list 3 years ago
Jan Petykiewicz f338d06be6 simplify GridError definition 3 years ago
Jan Petykiewicz 1067c3b780 Fix loop variables not getting saved in closures 3 years ago
Jan Petykiewicz f486209950 general cleanup and typing fixes 3 years ago
Jan Petykiewicz db9e7831b9 move to simpler docstring format and improve type annotations 3 years ago
Jan Petykiewicz 4e0a5ede21 Use VERSION.py instead of plain VERSION
reduce dependence on package_data
4 years ago
Jan Petykiewicz db6819ccc6 fix z-interpolation 4 years ago
Jan Petykiewicz a900946890 fix crash in shifted_exyz 4 years ago
Jan Petykiewicz 43936d1415 Rework interpolation for extruded polygon to fix lots of issues 4 years ago
Jan Petykiewicz d4b0177386 more member docs 4 years ago
Jan Petykiewicz 00dd0718fa fix center calculation 4 years ago
Jan Petykiewicz aab3754d1a move member docs to __init__ 4 years ago
Jan Petykiewicz cf52380702 bump version to v0.4 5 years ago
Jan Petykiewicz f62be35966 use VERSION file to avoid importing gridlock before its installed 5 years ago
Jan Petykiewicz e97bd482a9 initialize to 1.0 instead of (1.0,)*3
matches docs, and works better in cases where there are more/fewer grids
5 years ago
Jan Petykiewicz 0c4a773b84 Make .grids an ndarray instead of a list-of-ndarrays 5 years ago
Jan Petykiewicz 4b301b2dd5 gitignore build artifacts 5 years ago
Jan Petykiewicz eebaff499b Update README with pypi link 5 years ago
jan 24d012fccc Warnings should reference their caller 5 years ago
jan 893d8bcb15 Cleaner approach to indexing 5 years ago
jan a094241f37 w_coord_fp should not be negative 5 years ago
Jan Petykiewicz 87e6a0de34 add classifiers 5 years ago
Jan Petykiewicz 648e540862 add MANIFEST.in 5 years ago
Jan Petykiewicz c524b28fe6 fixup center calculation 5 years ago
Jan Petykiewicz aaf4e6e498 bump version number to 0.3 6 years ago
Jan Petykiewicz 74cac5e4fe Use readme as long_description 6 years ago
Jan Petykiewicz 9b82a5d16d Move version number into module 6 years ago
Jan Petykiewicz e6403462b6 setup.py should use python3 6 years ago
Jan Petykiewicz 4a8bd7b225 Update for numpy 1.15 6 years ago
jan f86ae22e02 Fix marching_cubes for modern skimage 6 years ago
jan 0d1099cd8e Fix documentation typo 6 years ago
Jan Petykiewicz 139a78cc08 move code to new location 6 years ago
jan 6db836d3a3 Split Grid class into multiple files 7 years ago
Jan Petykiewicz c7572c9c8d fix drawing in non-polygon axis 7 years ago
Jan Petykiewicz 81bc655908 Add experimental support for negative shifts 7 years ago
Jan Petykiewicz a76fef0449 Improve error checking 7 years ago
Jan Petykiewicz e65f25cc68 Clarify shifts documentation 7 years ago
Jan Petykiewicz e0ed0a324c Cosmetic changes 7 years ago
jan 66db2398ff add whitespace 7 years ago
jan 3d36f66a39 warn if grid is going to be int-typed 7 years ago
jan e930baf2b4 fix and improve error-checking for shifts parameter 7 years ago
jan a94a91446e Allow arbitrary args to pcolormesh during visualization 7 years ago
jan c8cbf26a8c Fix use of enum for surface_normal for visualize_slice 8 years ago