Releases: SpiceSharp/SpiceSharpParser
Releases · SpiceSharp/SpiceSharpParser
SpiceSharpParser 3.3.0
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
- 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
- .MEAS
- documentation update
SpiceSharpParser 3.2.9
- Support for wmin/wmax/lmin/lmax and other parameters for model selection
SpiceSharpParser 3.2.8
- Added AddGenericLevel method
SpiceSharpParser 3.2.7
- logic for custom levels Mosfet parsing
SpiceSharpParser 3.2.6
- Few thread-safety fixes
SpiceSharpParser 3.2.5
What's Changed
- Add support for Alpha_&_Omega const (LTSpice support) by @marcin-golebiowski in #167
SpiceSharpParser 3.2.4
- 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
- Use .NET 8.0
- Use latest SpiceSharp