1
0
Fork 0
Commit graph

86 Commits (master)
 

Autor SHA1 Nachricht Datum
Jan Petykiewicz 73d07bbfe0 disaambiguate some variables for typing purposes vor 2 Jahren
Jan Petykiewicz ec5c77e018 typing and formatting updates vor 2 Jahren
Jan Petykiewicz 7d3b2272bc bump version to v1.1 vor 2 Jahren
Jan Petykiewicz e1303b8a5c move to hatch-based builds vor 2 Jahren
Jan Petykiewicz 9276f8f86b bump version to 1.0
Breaking changes:
-`eps` argument renamed to `foreground`
- `Grid` no longer contains actual data (iem the data modified by draw_*
functions), only the metadata (edge positions, periodicity, etc.). Data
is now a user-managed ndarray.
vor 3 Jahren
Jan Petykiewicz 2fd837500a Add some tests vor 3 Jahren
Jan Petykiewicz 85d9ff7ace use dtype when allocating vor 3 Jahren
Jan Petykiewicz f04aec9a1b rename eps -> foreground vor 3 Jahren
Jan Petykiewicz 078bec08d3 Make epsilon float32 by default vor 3 Jahren
Jan Petykiewicz fcd02d3dcf doc updates vor 3 Jahren
Jan Petykiewicz dac0813cc9 add example vor 3 Jahren
Jan Petykiewicz 22f218c054 Grid.save() should return self vor 3 Jahren
Jan Petykiewicz b9f6507498 doc and type hint fixes vor 3 Jahren
Jan Petykiewicz 7340d41f10 Use f-strings where possible vor 3 Jahren
Jan Petykiewicz ff5ffb2f40 Remove is_scalar() in favor of numpy.size(...)==1 vor 3 Jahren
Jan Petykiewicz 551da07f3e Move `.grids` data into separate `cell_data` array. Also remove `Direction` enum vor 3 Jahren
Jan Petykiewicz fbf173072a avoid importing a bunch of numpy functions vor 3 Jahren
Jan Petykiewicz d054fc5a94 update email vor 3 Jahren
Jan Petykiewicz 6acb7a2166 gitignore mypy_cache vor 3 Jahren
Jan Petykiewicz 6f9334bc94 strip whitespace from version string vor 3 Jahren
Jan Petykiewicz 8cca6f3236 add py.typed to package_data vor 3 Jahren
Jan Petykiewicz 192c929653 remove old VERSION file vor 3 Jahren
Jan Petykiewicz 145af8bef8 add py.typed vor 3 Jahren
Jan Petykiewicz 1bfae4d7f6 bump version to v0.5 vor 3 Jahren
Jan Petykiewicz bdf05d96be fix numpy warning about indexing with a list vor 3 Jahren
Jan Petykiewicz f338d06be6 simplify GridError definition vor 3 Jahren
Jan Petykiewicz 1067c3b780 Fix loop variables not getting saved in closures vor 3 Jahren
Jan Petykiewicz f486209950 general cleanup and typing fixes vor 3 Jahren
Jan Petykiewicz db9e7831b9 move to simpler docstring format and improve type annotations vor 3 Jahren
Jan Petykiewicz 4e0a5ede21 Use VERSION.py instead of plain VERSION
reduce dependence on package_data
vor 4 Jahren
Jan Petykiewicz db6819ccc6 fix z-interpolation vor 4 Jahren
Jan Petykiewicz a900946890 fix crash in shifted_exyz vor 4 Jahren
Jan Petykiewicz 43936d1415 Rework interpolation for extruded polygon to fix lots of issues vor 4 Jahren
Jan Petykiewicz d4b0177386 more member docs vor 4 Jahren
Jan Petykiewicz 00dd0718fa fix center calculation vor 4 Jahren
Jan Petykiewicz aab3754d1a move member docs to __init__ vor 4 Jahren
Jan Petykiewicz cf52380702 bump version to v0.4 vor 5 Jahren
Jan Petykiewicz f62be35966 use VERSION file to avoid importing gridlock before its installed vor 5 Jahren
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
vor 5 Jahren
Jan Petykiewicz 0c4a773b84 Make .grids an ndarray instead of a list-of-ndarrays vor 5 Jahren
Jan Petykiewicz 4b301b2dd5 gitignore build artifacts vor 5 Jahren
Jan Petykiewicz eebaff499b Update README with pypi link vor 5 Jahren
jan 24d012fccc Warnings should reference their caller vor 5 Jahren
jan 893d8bcb15 Cleaner approach to indexing vor 5 Jahren
jan a094241f37 w_coord_fp should not be negative vor 5 Jahren
Jan Petykiewicz 87e6a0de34 add classifiers vor 5 Jahren
Jan Petykiewicz 648e540862 add MANIFEST.in vor 5 Jahren
Jan Petykiewicz c524b28fe6 fixup center calculation vor 5 Jahren
Jan Petykiewicz aaf4e6e498 bump version number to 0.3 vor 6 Jahren
Jan Petykiewicz 74cac5e4fe Use readme as long_description vor 6 Jahren