32 Commits

Author SHA1 Message Date
13c12b0a6a update docs to reflect new args 2025-04-16 21:25:43 -07:00
b739534cfe [draw] fix missing brackets 2025-03-12 23:17:29 -07:00
34f80202ba Major rework of arguments using Extent/Slab/Plane 2025-01-28 19:36:59 -08:00
c95341c9b9 be clearer about floats 2024-07-31 22:50:34 -07:00
e1e6134ec0 use asarray (since copy=False meaning changes in numpy 2.0) 2024-07-29 02:11:04 -07:00
e5fdc3ce23 drop unused imports 2024-07-29 01:57:48 -07:00
646911c4b5 type annotation improvements 2024-07-29 01:57:39 -07:00
e256f56f2b fix handling of 3d polys 2024-07-29 01:47:12 -07:00
8c33a39c02 refactor to avoid class-scoped imports 2024-07-29 01:37:58 -07:00
e29c0901bd use strict zip 2024-07-29 00:46:21 -07:00
3e4e6eead3 flake8 fixup 2024-07-18 00:17:45 -07:00
a94c2cae67 type hint modernization 2024-07-18 00:17:20 -07:00
73d07bbfe0 disaambiguate some variables for typing purposes 2022-10-18 19:44:47 -07:00
ec5c77e018 typing and formatting updates 2022-10-18 19:44:30 -07:00
f04aec9a1b rename eps -> foreground 2021-10-31 19:00:32 -07:00
fcd02d3dcf doc updates 2021-10-24 19:53:06 -07:00
b9f6507498 doc and type hint fixes 2021-10-24 19:07:23 -07:00
7340d41f10 Use f-strings where possible 2021-10-24 19:07:23 -07:00
ff5ffb2f40 Remove is_scalar() in favor of numpy.size(...)==1 2021-10-24 19:07:23 -07:00
551da07f3e Move .grids data into separate cell_data array. Also remove Direction enum 2021-10-24 19:07:20 -07:00
fbf173072a avoid importing a bunch of numpy functions 2021-10-24 19:07:10 -07:00
bdf05d96be fix numpy warning about indexing with a list 2021-01-08 23:14:44 -08:00
1067c3b780 Fix loop variables not getting saved in closures 2021-01-08 23:03:09 -08:00
f486209950 general cleanup and typing fixes 2021-01-08 22:58:36 -08:00
db9e7831b9 move to simpler docstring format and improve type annotations 2021-01-08 22:43:22 -08:00
db6819ccc6 fix z-interpolation 2020-10-27 18:19:32 -07:00
43936d1415 Rework interpolation for extruded polygon to fix lots of issues 2019-12-13 01:20:34 -08:00
jan
893d8bcb15 Cleaner approach to indexing 2019-04-07 17:18:45 -07:00
jan
a094241f37 w_coord_fp should not be negative 2019-04-07 17:18:20 -07:00
4a8bd7b225 Update for numpy 1.15 2018-09-16 19:55:16 -07:00
jan
0d1099cd8e Fix documentation typo 2018-01-15 22:56:14 -08:00
jan
6db836d3a3 Split Grid class into multiple files 2017-10-10 16:42:11 -07:00