Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@EnricoMiccoli EnricoMiccoli released this 30 Mar 13:47
  • add nodal-resistance script to compute the equivalent resistance of resistive networks
  • add handling of unconnected circuits: Circuit.solve() will now raise UnconnectedCircuitError instead of crashing
  • fix handling of CCVS and CCCS components to prevent crashing
  • fix other minor bugs
  • refactor: added the models and constants modules
  • remove the State class and move its functionality inside the Netlist class
  • expand testing and documentation