Releases: SpiceSharp/SpiceSharpParser
Releases · SpiceSharp/SpiceSharpParser
SpiceSharpParser 1.3.6
- Better line counting (work in progress)
- Speed improvements of expression parsing
SpiceSharpParser 1.3.5
- Fix memory leak
- Improve performance
SpiceSharpParser 1.3.4
- Fixed an issue with function names
- Improved TABLE behavioral modeling
- Evaluator refactored (internals)
SpiceSharpParser 1.3.3
- Use latest Spice#.Behavioral
Note:
In the next release the issue with function names will be fixed.
Please use function names with first letter upper case.
SpiceSharpParser 1.3.0
- Removing old expression parser and using SpiceSharpBehavioral for all expression parsing and evaluating
SpiceSharpParser 1.2.0
- Use Spice# 2.8.0
- Use Spice#.Behavioral
SpiceSharpParser 1.1.5
- Use latest Spice#
- Bug fixes
1.1.4
- Bug fixes
- Nuget package in release version instead of debug
1.1.3
- Used Spice# 2.7.3
- Improved performance
- Added Gauss and uniform distribution. It's possible now to write:
.model 1N914 D(Is=2.52e-9 DEV/uniform 10% Rs=0.568 N=1.752 Cjo=4e-12 M=0.4 tt=20e-9)
.model 1N914 D(Is=2.52e-9 DEV/gauss 10% Rs=0.568 N=1.752 Cjo=4e-12 M=0.4 tt=20e-9)
1.1.2
- Use Spice# 2.7.1
- Add basic support for custom random distributions