- Allow parameters to be specified via `--parameter` as a pattern - Add `--skip-parameter` to skip certain parameters - Applied after parameters have been queued via `--parameter` - Also allows the use of patterns
2.5.0
Common
- Implement custom scripts for the `ngspice` tool - `script` specifies the Python script - `script_variables` specifies the output variables - Improve various error messages - Variables in `collate` and `plot` entries can be specified with or without bit vectors (`[a:b]`). For now bit vectors are unused. - A collate condition can still be used in a plot (but won't be displayed in the legend).
Documentation
- Added a tutorial for custom scripts using the `ngspice` tool
2.4.14
Common
- Implement plot limits - Plots have an optional argument `limits`, which can be `true`, `false` or `auto`
2.4.13
Common
- Add `runs` path to datasheet - Specifies where the `runs` directory will be created
CLI
- Add `--run-path` to arguments - Overrides `runs` path from datasheet