Skip to content

Releases: EnricoMiccoli/nodal

1.3.0

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

1.2.0

Choose a tag to compare

@EnricoMiccoli EnricoMiccoli released this 22 Nov 15:54
  • Add opamp modeling through OPMODEL equivalent circuit, see README.md for more information.
  • Refactor

1.1.0

Choose a tag to compare

@EnricoMiccoli EnricoMiccoli released this 17 Sep 20:15

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

Choose a tag to compare

@EnricoMiccoli EnricoMiccoli released this 12 May 00:01
v1.0.0

Update requirements