Browse Source

Add most recent achievements, prepare for ngspice-39

pre-master-46
Holger Vogt 3 years ago
parent
commit
a845d1a848
  1. 6
      NEWS

6
NEWS

@ -16,6 +16,12 @@ Ngspice-39, Jan 31st, 2023
+ The 8th parameter on a voltage or current source now is 'number of pulses' + 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 a new compatibility mode xs (for XSPICE legacy behavior)
+ Add new functions for operators x**y or x^y + 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: - Bug fixes:
+ many bugs fixed and code improvements (see bugs 608 and up) + many bugs fixed and code improvements (see bugs 608 and up)

Loading…
Cancel
Save