Skip to content

Releases: JuliaComputing/NgSpice.jl

v0.1.4

31 Mar 16:10
b56aece
Compare
Choose a tag to compare

NgSpice v0.1.4

Diff since v0.1.3

Closed issues:

  • To release versions (#22)

Merged pull requests:

v0.1.3

02 Sep 13:43
467898a
Compare
Choose a tag to compare

NgSpice v0.1.3

Diff since v0.1.2

Merged pull requests:

v0.1.2

05 Jul 18:57
cf5ffb9
Compare
Choose a tag to compare

NgSpice v0.1.2

Diff since v0.1.1

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

12 May 12:31
Compare
Choose a tag to compare

NgSpice v0.1.1

Diff since v0.1.0

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

01 Apr 14:46
Compare
Choose a tag to compare

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)