Skip to content

Releases: SpiceSharp/SpiceSharpParser

SpiceSharpParser 3.2.0

11 Oct 19:44
968b813
Compare
Choose a tag to compare
  • Use .NET 8.0
  • Use latest SpiceSharp

SpiceSharpParser 3.1.5

18 Jan 20:58
1da6aff
Compare
Choose a tag to compare
Update packages

SpiceSharpParser 3.1.4

02 Sep 16:23
53f3c4b
Compare
Choose a tag to compare
Update publish-nuget.yml

SpiceSharpParser 3.1.2

29 Aug 13:17
d15eb8b
Compare
Choose a tag to compare
  • Use latest SpiceSharpBehavioral
  • Improve case sensitivity handling

SpiceSharpParser 3.1.0

27 May 19:02
265d834
Compare
Choose a tag to compare
  • Add C# writer feature
  • Fix a bug in .NOISE
  • Fix a bug in expression resolver
  • Fix bugs in .PLOT for noise
  • Fix a bug in SpiceObjectMappings regarding switches
  • Fix a bug in .APPENDMODEL (nested subcircuits were not supported)
  • Revise validation logic
  • Add support for AKO for models
  • Renamings
  • Refactorings

There are some breaking changes in API of SpiceSharpParser.
Please see integration tests for examples how to use SpiceSharpParser.
In case of problems please write on Discussions.

SpiceSharpParser 3.1.0-gamma

08 May 14:24
Compare
Choose a tag to compare
Pre-release
  • Enable .IC and .NODESET inside subcircuits
  • Remove onload updates of components to avoid misleading results
  • Enable start time parameter for .TRAN
  • Add wave file support for voltage and current sources (e.g. netlist from
    http://www.ecircuitcenter.com/Circuits/distortion_box/op_disto1.htm is supported now).
  • Improve handling of subcircuits
  • Add support for AM and SFFM waveforms

SpiceSharpParser 3.1.0-beta

30 Apr 20:02
Compare
Choose a tag to compare
Pre-release
  • Add support for Parallel component
  • Remove n parameter support for subcircuits
  • Add support for Spice# subcircuits (expand is still supported )

SpiceSharpParser 3.1.0-alfa

28 Apr 18:05
Compare
Choose a tag to compare
Pre-release
  • Add support for m and n parameters for subcircuits
  • Add support for m and n parameters for inductors
  • Use behavioral capacitors and resistors when expression contains functions or voltages or currents
  • Move to .NET 5.0
  • Expressions can be without curly brackets
  • Target only .net standard 2.0
  • Add support for prefix and suffix bus notation

SpiceSharpParser 3.0.2

14 Apr 15:34
Compare
Choose a tag to compare
  • Fixing behavior of VSwitch. It uses now BehavioralResistor internally. The results should be equal to LtSpice results

SpiceSharpParser 3.0.1

11 Apr 13:17
Compare
Choose a tag to compare
  • Fix for current exports in subcircuits when they are used in behavioral components