Releases: EnricoMiccoli/nodal
Releases · EnricoMiccoli/nodal
Release list
1.3.0
- add nodal-resistance script to compute the equivalent resistance of resistive networks
- add handling of unconnected circuits:
Circuit.solve()will now raiseUnconnectedCircuitErrorinstead of crashing - fix handling of CCVS and CCCS components to prevent crashing
- fix other minor bugs
- refactor: added the
modelsandconstantsmodules - remove the
Stateclass and move its functionality inside theNetlistclass - expand testing and documentation
1.2.0
- Add opamp modeling through OPMODEL equivalent circuit, see README.md for more information.
- Refactor
1.1.0
Added
- empty lines and comments (starting with
#) in netlist files - more integration tests
Changed
- provide the shell script
nodal-solver, replacing to the old$ python solver.py - more consistent exceptions
Fixed
- close file after checking existence (see affa58b)
First packaged release
v1.0.0 Update requirements