-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Labels
Milestone
Description
Would it be possible to add Ngspice version 31 support? Are there any specific hurdles to supporting it, or it just hasn't been tested yet?
Steps to reproduce the behaviour
$ python
>>> from PySpice.Spice.NgSpice.Shared import NgSpiceShared
>>> ngspice = NgSpiceShared.new_instance()
Unsupported Ngspice version 31
Using python 3.7.6 and PySpice master.
alexmyczko