Releases: SpiceSharp/SpiceSharpParser
Releases · SpiceSharp/SpiceSharpParser
SpiceSharpParser 3.2.0
- Use .NET 8.0
- Use latest SpiceSharp
SpiceSharpParser 3.1.5
Update packages
SpiceSharpParser 3.1.4
Update publish-nuget.yml
SpiceSharpParser 3.1.2
- Use latest SpiceSharpBehavioral
- Improve case sensitivity handling
SpiceSharpParser 3.1.0
- 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
- 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
- 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
- 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
- Fixing behavior of VSwitch. It uses now BehavioralResistor internally. The results should be equal to LtSpice results
SpiceSharpParser 3.0.1
- Fix for current exports in subcircuits when they are used in behavioral components