Skip to content

I/O & CLI

Compare
Choose a tag to compare
@prisae prisae released this 02 Aug 20:59
· 43 commits to main since this release
3076ee1
  • I/O & CLI:

    • New Command-Line Interface (CLI) for the top-level modelling functions
      bipole, dipole, loop, and analytical. Consult the manual
      for its description, or type in your terminal empymod --help. Note that
      the CLI is a simple wrapper and currently lacks proper logging.
    • New module io to save and load inputs and data.
  • Maintenance:

    • Improved load time by lazy-loading matplotlib and some scipy submodules.
    • Removed the file runtests.sh; uses make instead.