Skip to content

Releases: SpiceSharp/SpiceSharpParser

SpiceSharpParser 3.3.0

19 Mar 00:18
1928618

Choose a tag to compare

Critical fixes for AC exports (breaking changes):

  • VoltageDecibelExport — fixed dB formula (was missing 20.0 * multiplier)
  • VoltagePhaseExport — was returning .Magnitude instead of .Phase
  • VoltageRealExport — switched from RealVoltageExport to ComplexVoltageExport, returning .Value.Real

Introducing Claude Code SKILL for analog circuit design using Claude AI and SpiceSharp/SpiceSharpParser
"Structured R&D problem-solving with test-driven verification for designing analog circuits using SpiceSharp and SpiceSharpParser that produces human-readable reports, netlist and tests and maintains a global backlog of active designs."

It's bundled together with maintained list of discoveries.md that you can maintain for your needs or leave it as it is.

SpiceSharpParser 3.2.11

15 Mar 20:11
4b41b89

Choose a tag to compare

  • Introduced FIND ... AT= syntax for measuring signal values at specific points
  • Updated MeasurementDefinition to include FindAt type and related properties
  • Enhanced MeasControl and MeasurementEvaluator to handle new FIND ... AT= functionality
  • Improved documentation to reflect new measurement types and examples

SpiceSharpParser 3.2.10

07 Mar 19:08
4546d13

Choose a tag to compare

  • .MEAS
  • documentation update

SpiceSharpParser 3.2.9

01 Mar 18:35
92082c7

Choose a tag to compare

  • Support for wmin/wmax/lmin/lmax and other parameters for model selection

SpiceSharpParser 3.2.8

04 Jan 18:06
45ab543

Choose a tag to compare

  • Added AddGenericLevel method

SpiceSharpParser 3.2.7

03 Jan 19:26
d508a48

Choose a tag to compare

  • logic for custom levels Mosfet parsing

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