From a845d1a84895250dccf7dade8d85ff1e068640cb Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 28 Jan 2023 17:28:27 +0100 Subject: [PATCH] Add most recent achievements, prepare for ngspice-39 --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 87559eddb..a744b6a9b 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,12 @@ Ngspice-39, Jan 31st, 2023 + The 8th parameter on a voltage or current source now is 'number of pulses' + Add a new compatibility mode xs (for XSPICE legacy behavior) + Add new functions for operators x**y or x^y + + Add a user definable variable enable_noisy_r (for .spiceinit) + + Replace obscure warning "singular matrix: check nodes mymode1 and mynode1" + by "singular matrix: check node mynode1", if both node names are equal. + + Preprocessor flag PREDICTOR is enabled + + Search path for *.osdi lib files extended: current, inputdir, relative + to executable - Bug fixes: + many bugs fixed and code improvements (see bugs 608 and up)