prepare for ngspice-29

This commit is contained in:
Holger Vogt 2018-09-15 00:18:08 +02:00
parent 5c5d3627eb
commit 0345eedf40
3 changed files with 26 additions and 2 deletions

24
NEWS
View File

@ -1,3 +1,27 @@
Ngspice-29, Sept 30th, 2018
============
- New features:
+ configure flag --with-fftw3 If set to 'no', internal fast fourier is used
instead of fftw
+ command setseed to set the seed value for the random number generator
+ option seed=[val|random]
+ variable inputdir to remeber and retrieve the last input file directory
+ example directory 'digital' with analog, behavioral and digital example input files
+ new XSPICE filesource, d_source, and state-machine examples
+ +, - maybe part of instance name
+ Quasi-saturation VDMOS example
+ add environmental variable SOURCE_DATE_EPOCH to allow reproducible executables
+ new parameters to command setplot: setplot next, setplot previous
+ updates to commands cd, rusage, print
+ update to bipolar and diode temperature equations
- Bug fixes:
+ several bug fixes
+ lots of memory leaks removed, especially when XSPICE circuits are called several
times in a loop.
Ngspice-28, May 27th, 2018
============

View File

@ -29,7 +29,7 @@ admsXml (see below).
Unfortunately most of the above named models licenses are not compatible to free software
rules as defined by DFSG. Therefore since ngspice-28 the va model files are no longer part of
the standard ngspice distribution. They may however be downloaded as a tar.gz archive from the
ngspice-28 file distribution folder. After downloading, you may expand the zipped files into
ngspice-29 file distribution folder. After downloading, you may expand the zipped files into
your ngspice top level folder. The models enable dc, ac, and tran simulations. Noise simulation
is not supported.
Other (foreign) va model files will not compile without code tweaking, due to the limited

View File

@ -12,7 +12,7 @@
# ---------------
# Initialisation of configure
AC_INIT([ngspice], [28], [http://ngspice.sourceforge.net/bugrep.html])
AC_INIT([ngspice], [29], [http://ngspice.sourceforge.net/bugrep.html])
# Unique file in the source directory
AC_CONFIG_SRCDIR([src/ngspice.c])