Skip to content

Releases: SpiceSharp/SpiceSharpParser

SpiceSharpParser 3.2.6

27 Sep 21:15
73117ba

Choose a tag to compare

  • Few thread-safety fixes

SpiceSharpParser 3.2.5

09 Jan 21:16
f43e3ef

Choose a tag to compare

What's Changed

SpiceSharpParser 3.2.4

07 Jan 19:38
bf21d75

Choose a tag to compare

  • fix null reference exception possible in ACWithEvents class
  • migrate all test projects to .NET 8
  • use latest Microsoft.CodeAnalysis.CSharp
  • use latest Microsoft.NET.Test.Sdk
  • use latest coverlet.msbuild
  • use latest xunit.runner.visualstudio
  • use SpiceSharpGenerator 1.0.9

SpiceSharpParser 3.2.0

11 Oct 19:44
968b813

Choose a tag to compare

  • Use .NET 8.0
  • Use latest SpiceSharp

SpiceSharpParser 3.1.5

18 Jan 20:58
1da6aff

Choose a tag to compare

Update packages

SpiceSharpParser 3.1.4

02 Sep 16:23
53f3c4b

Choose a tag to compare

Update publish-nuget.yml

SpiceSharpParser 3.1.2

29 Aug 13:17
d15eb8b

Choose a tag to compare

  • Use latest SpiceSharpBehavioral
  • Improve case sensitivity handling

SpiceSharpParser 3.1.0

27 May 19:02
265d834

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

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

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 )