Skip to content

Releases: SpiceSharp/SpiceSharpParser

1.1.1

16 Jun 20:22
4b50f26
Compare
Choose a tag to compare
  • There is a support for limited function overloading. Overloaded functions need to differ on number of parameters.

Example:
.FUNC somefunction(x) = {x * x + 1}
.FUNC somefunction(x, y) = {x * x + y}

  • Introducing new random number generation functions:
    unif, aunif, limit, agauss and new gauss

1.1.0

29 Mar 18:35
df2e379
Compare
Choose a tag to compare
  • Improve performance
  • Use SpiceSharp 2.6.1

1.0.38

17 Jan 21:32
8d3fae0
Compare
Choose a tag to compare
  • Various code quality and performance fixes

1.0.37

05 Jan 22:25
11f8932
Compare
Choose a tag to compare
  • Adding mc(x, tol) random function (LTSpice compatibility)
  • Adding "merge" option for .PLOT

1.0.36

09 Dec 17:14
a27d9d0
Compare
Choose a tag to compare
  • Improving .PRINT and .PLOT

1.0.35

07 Dec 21:07
a82fccd
Compare
Choose a tag to compare
  • Using Spice# 2.5.7
  • Improving .PRINT

1.0.34

02 Dec 12:22
3a654ce
Compare
Choose a tag to compare
  • New feature "pwl file".

Example:

V1 1 0 PWL file = "pwl_data.txt"
where pwl_data is CSV file with a header and two columns.

Please refer to integration tests for more examples.

1.0.33

29 Nov 21:18
abecb22
Compare
Choose a tag to compare
  • Bug fix for .OPTIONS method = xxx. Now it's possible to specify gear, trapezoidal and euler method.
  • Enhancing POLY(N) syntax
  • New resistor formats:
    -- RName Node1 Node2 r=12
    -- RName Node1 Node2 resistance=12

1.0.32

28 Nov 21:01
5934324
Compare
Choose a tag to compare
  • Bug fix for MOSFET model reader

1.0.31

27 Nov 18:24
5423814
Compare
Choose a tag to compare
  • Using Spice# 2.5.6