Skip to content

v0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 12:31
· 24 commits to main since this release

NgSpice v0.1.1

Diff since v0.1.0

Netlist can now be passed as a string or an array of strings using load_netlist function.
Whenever the statements load additional files from the filesystem (e.g.
.lib and .include) a path preceded by jlpkg: will be resolved to manage libraries of SPICE files as Julia packages

Merged pull requests:

  • Try to improve load_netlist with string (segfaults) (#21) (@GlenHertz)