You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
3 years ago
..
examples rename eps -> foreground 3 years ago
test Add some tests 3 years ago
VERSION.py bump version to 1.0 3 years ago
__init__.py Move `.grids` data into separate `cell_data` array. Also remove `Direction` enum 3 years ago
direction.py add all files 8 years ago
draw.py rename eps -> foreground 3 years ago
error.py simplify GridError definition 3 years ago
grid.py use dtype when allocating 3 years ago
position.py Use f-strings where possible 3 years ago
py.typed add py.typed 3 years ago
read.py Remove is_scalar() in favor of numpy.size(...)==1 3 years ago