Releases: JuliaComputing/NgSpice.jl
Releases · JuliaComputing/NgSpice.jl
v0.1.4
NgSpice v0.1.4
Closed issues:
- To release versions (#22)
Merged pull requests:
- Auto-initialize NgSpice to avoid segfaults (#35) (@staticfloat)
v0.1.3
NgSpice v0.1.3
Merged pull requests:
- Fix typo in README.md (#25) (@GlenHertz)
- Fix tutorials (#26) (@GlenHertz)
- Need some branch currents probed for tests to pass (#27) (@GlenHertz)
- Comment
Plots
in the tests and add explanation of ngspice-plot
(#28) (@ven-k) - Bump version to v0.1.3 (#30) (@GlenHertz)
v0.1.2
NgSpice v0.1.2
Updates vector-type list returned by libngspice.
Merged pull requests:
- Fixes for voltage and current types swapped and cleaner exit (#23) (@GlenHertz)
- Modify CI and fix tests wrt the latest changes (#24) (@ven-k)
v0.1.1
NgSpice v0.1.1
Netlist can now be passed as a string or an array of strings using load_netlist
function.
Whenever the statements load additional files from the filesystem (e.g.
.lib and .include) a path preceded by jlpkg:
will be resolved to manage libraries of SPICE files as Julia packages
Merged pull requests:
- Try to improve load_netlist with string (segfaults) (#21) (@GlenHertz)
v0.1.0
NgSpice v0.1.0
This release includes all the necessary components to simulate the circuits with the Ngspice for a Julia user.
Closed issues:
- package capitalization: NgSpice? (#3)
Merged pull requests:
- CompatHelper: add new compat entry for "CEnum" at version "0.4" (#1) (@github-actions[bot])
- Fix some minimal issues: (#2) (@Keno)
- CompatHelper: add new compat entry for "ReplMaker" at version "0.2" (#5) (@github-actions[bot])
- CompatHelper: add new compat entry for "ReplMaker" at version "0.2" (#6) (@github-actions[bot])
- CompatHelper: add new compat entry for "RecipesBase" at version "1.1" (#7) (@github-actions[bot])
- List all vectors (#8) (@ven-k)
- List all plots (#9) (@ven-k)
- Adding vec funcs (#10) (@ven-k)
- Plotter (#11) (@ven-k)
- CompatHelper: add new compat entry for "Requires" at version "1.1" (#12) (@github-actions[bot])
- CompatHelper: add new compat entry for "Colors" at version "0.12" (#13) (@github-actions[bot])
- CompatHelper: add new compat entry for "DataFrames" at version "0.22" (#15) (@github-actions[bot])
- don't export (#16) (@ven-k)
- Fix ngspice printing functions (#17) (@Keno)