|
|
1e81570cf4
|
clean up imports and remove hard-coded __init__ refs
|
2026-03-12 14:34:40 +01:00 |
|
|
|
3a92f79a43
|
fix dataloader exception handling
|
2026-02-20 12:01:12 +01:00 |
|
|
|
c2b05c63a8
|
change intra-package import statements to have absolute path. this to avoid circular importing. the imports specified in __init__ of each module are only intended to be used outside of src (e.g. tests, API usage).
|
2026-02-17 10:11:03 +01:00 |
|
|
|
c23ea40ec6
|
Improve PEP8 adherance using flake8 linter
|
2026-02-05 14:19:49 +01:00 |
|
|
|
a4e965c9d6
|
Add init files for modularization, generated using mkinit (now a dependency on dev)
|
2026-01-31 09:44:18 +01:00 |
|
|
|
15b7e7e65e
|
refactor code into modules
|
2026-01-31 09:42:21 +01:00 |
|