bump to -rc12
[gnucap-felix.git] / CHANGES.uf
blob6179479ac7d309ce0933bb5347fbd15e7ee91d3e
1 - added tw (otime transient analysis)
2   - waves, measurements
3   - step control
4   - a few models
5 - added sim commmand, time-as-parameter (hack?)
6 - added command history (incomplete)
7 - allow parameters as probe (HACK)
8       ( almost: expressions like {a+v(foo)} )
9 - repaired sweep for batchmode.
10     uses parameters, breaks interactive mode sweep (?)
11     also takes parameters.
12     no nesting yet
13 - load/attach/include uses includepath (?)
14 - powerof from gnucap-a merged
15 - changed measurements to return double (not string)
16    ( if strings are needed, templates should be used ?)
17 - fixed OMSTREAM to support multiple files. (used in tt)
18 - .echo command
19 - read $PWD/.gnucaprc on startup (otherwise read ~/.gnucaprc)
20 - rudimentary .vdump .vload support
21 - propagate error ( return from main )
22 - switched to automake dependencies (good idea? might break modelgen stuff)
23 - internal subckt nodes accessible for probes
24   - added .nodelist command
25 - enhance io_trace
26    - use streams
27    - prevent stale traces (USE macro)
28 - hacked measurements to allow instanciation etc.
29    - precalc etc. for measurement probes
30 - templatized OMSTREAM::operator<<
31 - use correct numdgt in .eval
32 - added members to BSMATRIX:
33    - real, imaginary part
34    - matrix-vector multiplication
35    - some stream::operator<<
36    - minor stuff
37 - subckt nodes accessible via .probe
38 - s_ddc.cc: dynamic dc simulation
39 - sensitivity analysis (experimental)
40 - debug helpers in c_debug.cc
41 - added line eater for verilog parser.
42 - socket remote controlled simulation
43 - added std::vector and matrix PARAMETER
44 - improve spectre parser
45 - node order method "oTREE" sorts according to tree-structure (alpha)
46 - matrix use visualization. new allocator (allocate component-wise)
47 - nodeset/nodedump
48 - getopt (stub)
49 - build sustem
50    - gnucap-conf script. helps with compiling after install
51    - add version information to compiled plugins
52    - gnucap.mk: compile plugins after installation
53    - attach/load .cc files (compile-on-demand)
54 - tr: "cont" switch: start from (current/previously marked) dc-point.
55 - is_constant for bm_cond
56 - discontinuity support
57    - announce and propagate
58    - changes in integration method/step control
59 - fully automated test suite (automake based, with noise filter)
60 - dc analysis enhanced (step control)
61 - .printf command
62 - attemptt to make ELEMENT+BM accessible from languages != spice
64 (moved to external plugins)
65 - ir filtering kit
66    - fir filter bm
67    - iir based noise generator
68    - ac analysis for FIR filters
69 - added admst hicum0 and ota_simple
70 - added opamp adms model
72 (currently broken, unnnecessary, nonsense, recheck)
73 - changed PROBElist to (*PROBE)-list
74 - header/supplement for ivl tgt-gc output
75 - icarus verilog interfacing device.
76 - logic node analog transitions delayed
77 - make output easier to parse for gnuplot (^* for non-data-lines)
78 - added ADP_CARD. not of any use.
79 - added "math probes" (preliminary, stupid)
80 - printrejected simplifies figuring out rejects.
81 - allow inf as double value (hack), breaks i.* as variable name
82    FIXME: use constant parameters (?)
83 - added options:
84   - some tolarance values (tt)
85   - new option includepath (colon separated)
86 - hacked TRANSIENT:
87   - last step handler
88   - moved clear-queue loop to accept()