diff options
Diffstat (limited to 'Windows/spice/ReleaseNotes.txt')
-rw-r--r-- | Windows/spice/ReleaseNotes.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Windows/spice/ReleaseNotes.txt b/Windows/spice/ReleaseNotes.txt new file mode 100644 index 00000000..3b02bb95 --- /dev/null +++ b/Windows/spice/ReleaseNotes.txt @@ -0,0 +1,27 @@ +Release Notes for ngspice-26: + +- New features: + + fft command may (optionally) use fftw3 library + + add nint() rounding function + + usage of 'temper' in behavioral devices + + check for soa (safe operating area) in several device models + + library processing rewritten completely to enhance ngspice + compatibility (.lib) + + include file processing rewritten to allow nesting and various + absolute and relative path names (.inc) + + asinh, acosh, atanh functions + + shared ngspice option added: ngspice optionally compiles as + a shared object or dynamic link library + + use a hash table to massively speed up parsing the netlist + + implement a very basic .if/.else block + + implement a signed power function `pwr' for controlled sources + + implement multiplier `m' in F, G source + + apply Area Calculation Method (ACM) to the bsim3v3.3 model + + implement `tc1', `tc2' instance parameters + +- Bug fixes: + + many, many ... please see + http://sourceforge.net/p/ngspice/ngspice/ci/master/tree/ + and check the 'history' button on the upper right. + + removed memory leaks +
\ No newline at end of file |