Graphique des révisions

  • 73d07bbfe0 disaambiguate some variables for typing purposes master Jan Petykiewicz 2022-10-18 19:44:47 -0700
  • ec5c77e018 typing and formatting updates Jan Petykiewicz 2022-10-18 19:44:30 -0700
  • 7d3b2272bc bump version to v1.1 v1.1 release Jan Petykiewicz 2022-08-29 13:11:12 -0700
  • e1303b8a5c move to hatch-based builds Jan Petykiewicz 2022-08-29 13:07:46 -0700
  • 9276f8f86b bump version to 1.0 v1.0 cell_data Jan Petykiewicz 2021-10-31 19:21:24 -0700
  • 2fd837500a Add some tests Jan Petykiewicz 2021-10-31 19:03:05 -0700
  • 85d9ff7ace use dtype when allocating Jan Petykiewicz 2021-10-31 19:02:49 -0700
  • f04aec9a1b rename eps -> foreground Jan Petykiewicz 2021-10-31 19:00:32 -0700
  • 078bec08d3 Make epsilon float32 by default Jan Petykiewicz 2021-10-24 19:53:15 -0700
  • fcd02d3dcf doc updates Jan Petykiewicz 2021-10-24 19:53:06 -0700
  • dac0813cc9 add example Jan Petykiewicz 2021-10-24 19:06:33 -0700
  • 22f218c054 Grid.save() should return self Jan Petykiewicz 2021-10-24 19:06:27 -0700
  • b9f6507498 doc and type hint fixes Jan Petykiewicz 2021-10-24 19:06:15 -0700
  • 7340d41f10 Use f-strings where possible Jan Petykiewicz 2021-10-24 19:05:48 -0700
  • ff5ffb2f40 Remove is_scalar() in favor of numpy.size(...)==1 Jan Petykiewicz 2021-10-24 19:05:13 -0700
  • 551da07f3e Move `.grids` data into separate `cell_data` array. Also remove `Direction` enum Jan Petykiewicz 2021-10-24 18:59:44 -0700
  • fbf173072a avoid importing a bunch of numpy functions Jan Petykiewicz 2021-10-24 18:49:44 -0700
  • 0f04325c74 snapshot 2021-10-24 18:42:26.970173 jan 2021-10-24 18:42:27 -0700
  • d054fc5a94 update email Jan Petykiewicz 2021-07-11 17:22:58 -0700
  • 6acb7a2166 gitignore mypy_cache Jan Petykiewicz 2021-07-11 17:22:46 -0700
  • 6f9334bc94 strip whitespace from version string Jan Petykiewicz 2021-07-11 17:22:36 -0700
  • 8cca6f3236 add py.typed to package_data Jan Petykiewicz 2021-01-09 00:58:51 -0800
  • 192c929653 remove old VERSION file Jan Petykiewicz 2021-01-09 00:58:27 -0800
  • 145af8bef8 add py.typed Jan Petykiewicz 2021-01-09 00:58:17 -0800
  • 1bfae4d7f6 bump version to v0.5 v0.5 Jan Petykiewicz 2021-01-08 23:16:54 -0800
  • bdf05d96be fix numpy warning about indexing with a list Jan Petykiewicz 2021-01-08 23:14:44 -0800
  • f338d06be6 simplify GridError definition Jan Petykiewicz 2021-01-08 23:03:22 -0800
  • 1067c3b780 Fix loop variables not getting saved in closures Jan Petykiewicz 2021-01-08 23:02:55 -0800
  • f486209950 general cleanup and typing fixes Jan Petykiewicz 2021-01-08 22:58:36 -0800
  • db9e7831b9 move to simpler docstring format and improve type annotations Jan Petykiewicz 2021-01-08 22:43:22 -0800
  • 4e0a5ede21 Use VERSION.py instead of plain VERSION push Jan Petykiewicz 2020-11-03 01:35:38 -0800
  • db6819ccc6 fix z-interpolation Jan Petykiewicz 2020-10-27 18:19:32 -0700
  • a900946890 fix crash in shifted_exyz Jan Petykiewicz 2019-12-13 01:22:00 -0800
  • 43936d1415 Rework interpolation for extruded polygon to fix lots of issues Jan Petykiewicz 2019-12-13 01:20:34 -0800
  • d4b0177386 more member docs Jan Petykiewicz 2019-11-27 19:32:53 -0800
  • 00dd0718fa fix center calculation Jan Petykiewicz 2019-11-27 19:32:25 -0800
  • aab3754d1a move member docs to __init__ Jan Petykiewicz 2019-11-27 19:31:48 -0800
  • cf52380702 bump version to v0.4 v0.4 Jan Petykiewicz 2019-09-30 23:41:25 -0700
  • f62be35966 use VERSION file to avoid importing gridlock before its installed Jan Petykiewicz 2019-09-30 23:40:23 -0700
  • e97bd482a9 initialize to 1.0 instead of (1.0,)*3 Jan Petykiewicz 2019-09-30 23:37:25 -0700
  • 0c4a773b84 Make .grids an ndarray instead of a list-of-ndarrays Jan Petykiewicz 2019-09-30 23:34:49 -0700
  • 4b301b2dd5 gitignore build artifacts Jan Petykiewicz 2019-09-30 23:24:08 -0700
  • eebaff499b Update README with pypi link Jan Petykiewicz 2019-04-07 18:06:10 -0700
  • 24d012fccc Warnings should reference their caller jan 2019-04-07 17:18:57 -0700
  • 893d8bcb15 Cleaner approach to indexing jan 2019-04-07 17:18:45 -0700
  • a094241f37 w_coord_fp should not be negative jan 2019-04-07 17:18:20 -0700
  • 87e6a0de34 add classifiers Jan Petykiewicz 2019-04-07 17:16:40 -0700
  • 648e540862 add MANIFEST.in Jan Petykiewicz 2019-04-07 16:59:41 -0700
  • c524b28fe6 fixup center calculation v0.3 Jan Petykiewicz 2019-04-07 16:56:31 -0700
  • aaf4e6e498 bump version number to 0.3 Jan Petykiewicz 2018-09-16 20:02:07 -0700
  • 74cac5e4fe Use readme as long_description Jan Petykiewicz 2018-09-16 20:00:51 -0700
  • 9b82a5d16d Move version number into module Jan Petykiewicz 2018-09-16 20:00:36 -0700
  • e6403462b6 setup.py should use python3 Jan Petykiewicz 2018-09-16 19:55:28 -0700
  • 4a8bd7b225 Update for numpy 1.15 Jan Petykiewicz 2018-09-16 19:55:16 -0700
  • f86ae22e02 Fix marching_cubes for modern skimage jan 2018-01-15 22:56:45 -0800
  • 0d1099cd8e Fix documentation typo jan 2018-01-15 22:56:14 -0800
  • 139a78cc08 move code to new location Jan Petykiewicz 2018-01-15 22:55:34 -0800
  • 6db836d3a3 Split Grid class into multiple files jan 2017-10-10 16:42:11 -0700
  • c7572c9c8d fix drawing in non-polygon axis Jan Petykiewicz 2017-09-25 01:23:40 -0700
  • 81bc655908 Add experimental support for negative shifts Jan Petykiewicz 2017-09-25 00:43:40 -0700
  • a76fef0449 Improve error checking Jan Petykiewicz 2017-09-25 00:43:26 -0700
  • e65f25cc68 Clarify shifts documentation Jan Petykiewicz 2017-09-25 00:43:13 -0700
  • e0ed0a324c Cosmetic changes Jan Petykiewicz 2017-09-25 00:41:00 -0700
  • 66db2398ff add whitespace jan 2017-09-05 11:08:20 -0700
  • 3d36f66a39 warn if grid is going to be int-typed jan 2017-09-05 11:08:06 -0700
  • e930baf2b4 fix and improve error-checking for shifts parameter jan 2017-09-05 11:07:32 -0700
  • a94a91446e Allow arbitrary args to pcolormesh during visualization jan 2017-08-12 19:33:52 -0700
  • c8cbf26a8c Fix use of enum for surface_normal for visualize_slice jan 2016-07-13 16:09:57 -0700
  • 1e4ee5e057 add autoshift_dxyz and copy() jan 2016-07-03 03:13:20 -0700
  • 7cc578cac4 bump version number v0.2 jan 2016-05-30 22:45:28 -0700
  • 4e0e71fad9 Clean up documentation and default values jan 2016-05-25 21:29:57 -0700
  • 0a95bcda1b Add get_slice method for easy interpolation jan 2016-05-25 21:25:43 -0700
  • 55d9f33090 Split up E and H Yee shifts jan 2016-05-25 00:40:13 -0700
  • b7ff35485e Add an option to defer showing plots when calling visualize_* jan 2016-05-25 00:39:37 -0700
  • e135f8147e fix draw_cuboid jan 2016-05-02 13:41:15 -0700
  • ea56eb93ff fix index jan 2016-04-19 16:59:56 -0700
  • cbb7579878 add license jan 2016-04-13 03:52:08 -0700
  • f333e5c3f7 Switch to code style and remove --upgrade from recommendation jan 2016-03-29 13:55:41 -0700
  • 6dd635a258 fix import and switch to setuptools jan 2016-03-27 17:28:31 -0700
  • 607bc6803f use find_packages() jan 2016-03-27 17:21:57 -0700
  • b108609503 update readme to separately install float_raster jan 2016-03-27 16:56:05 -0700
  • dd6da0f4fb remove dependency_links jan 2016-03-27 16:48:27 -0700
  • 144b3f6441 add float_raster as dependency' jan 2016-03-27 16:17:27 -0700
  • beb13d7d67 Add dependencies to setup.py jan 2016-03-22 14:40:29 -0700
  • 22fe294018 recommend release branch jan 2016-03-15 21:11:15 -0700
  • f4a0313406 use correct setup script jan 2016-03-15 20:11:17 -0700
  • e6f51d721a add all files jan 2016-03-15 20:07:07 -0700