Skip to content

Releases: SpiceSharp/SpiceSharpParser

SpiceSharpParser 1.3.6

16 Nov 11:09
cf086ec
Compare
Choose a tag to compare
  • Better line counting (work in progress)
  • Speed improvements of expression parsing

SpiceSharpParser 1.3.5

11 Nov 21:41
900d60b
Compare
Choose a tag to compare
  • Fix memory leak
  • Improve performance

SpiceSharpParser 1.3.4

11 Nov 06:29
fc694c1
Compare
Choose a tag to compare
  • Fixed an issue with function names
  • Improved TABLE behavioral modeling
  • Evaluator refactored (internals)

SpiceSharpParser 1.3.3

09 Nov 08:31
5442238
Compare
Choose a tag to compare
  • 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

01 Nov 13:02
e13b79b
Compare
Choose a tag to compare
  • Removing old expression parser and using SpiceSharpBehavioral for all expression parsing and evaluating

SpiceSharpParser 1.2.0

24 Aug 16:13
3662fa2
Compare
Choose a tag to compare
  • Use Spice# 2.8.0
  • Use Spice#.Behavioral

SpiceSharpParser 1.1.5

28 Jul 10:02
9619ae7
Compare
Choose a tag to compare
  • Use latest Spice#
  • Bug fixes

1.1.4

18 Jul 07:15
ce49912
Compare
Choose a tag to compare
  • Bug fixes
  • Nuget package in release version instead of debug

1.1.3

16 Jul 19:17
d8e4e28
Compare
Choose a tag to compare
  • 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

05 Jul 04:07
701d302
Compare
Choose a tag to compare
  • Use Spice# 2.7.1
  • Add basic support for custom random distributions