I/O & CLI
-
I/O & CLI:
- New Command-Line Interface (CLI) for the top-level modelling functions
bipole
,dipole
,loop
, andanalytical
. Consult the manual
for its description, or type in your terminalempymod --help
. Note that
the CLI is a simple wrapper and currently lacks proper logging. - New module
io
to save and load inputs and data.
- New Command-Line Interface (CLI) for the top-level modelling functions
-
Maintenance:
- Improved load time by lazy-loading matplotlib and some scipy submodules.
- Removed the file
runtests.sh
; usesmake
instead.