gridlock/gridlock
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.
2021-10-31 19:21:24 -07:00
..
examples rename eps -> foreground 2021-10-31 19:00:32 -07:00
test Add some tests 2021-10-31 19:03:05 -07:00
__init__.py Move .grids data into separate cell_data array. Also remove Direction enum 2021-10-24 19:07:20 -07:00
direction.py add all files 2016-03-15 20:07:07 -07:00
draw.py rename eps -> foreground 2021-10-31 19:00:32 -07:00
error.py simplify GridError definition 2021-01-08 23:03:22 -08:00
grid.py use dtype when allocating 2021-10-31 19:02:49 -07:00
position.py Use f-strings where possible 2021-10-24 19:07:23 -07:00
py.typed add py.typed 2021-01-09 00:58:17 -08:00
read.py Remove is_scalar() in favor of numpy.size(...)==1 2021-10-24 19:07:23 -07:00
VERSION.py bump version to 1.0 2021-10-31 19:21:24 -07:00