Skip to content

Releases: HSU-ANT/ACME.jl

Release 0.4.1

20 Jun 11:14
v0.4.1
607a1fd
Compare
Choose a tag to compare
  • replace LAPACK calls with native Julia code for linear equation
    solving as it is faster for typical problem sizes

Release 0.4.0

13 Jun 09:48
v0.4.0
60fab6e
Compare
Choose a tag to compare
  • extended model for BJTs (Gummel-Poon)
  • decompose model non-linearity (if possible) and eliminate constant (sub-)non-linearities
  • use maximum norm as convergence criterion
  • fix deprecations on Julia 0.6

Release 0.3.0

09 Feb 10:34
v0.3.0
ddb8160
Compare
Choose a tag to compare
  • Internal series resistance/parallel conductance for voltage/current
    source/probe
  • ModelRunner for more efficient execution of the same DiscreteModel
    on many small blocks of input data
  • Minor fixes for Julia 0.6 compatibility

Release 0.2.2

16 Jan 17:04
v0.2.2
a7487cf
Compare
Choose a tag to compare
  • Minor updates for Julia 0.6 compatibility.

Bugfix release 0.2.1

12 Jan 09:36
v0.2.1
5ca1a70
Compare
Choose a tag to compare
  • Fixed: Stateless non-linear systems would produce wrong results due to usage
    of uninitialized data.

Bugfix release 0.1.2

12 Jan 09:36
v0.1.2
600e721
Compare
Choose a tag to compare
  • Fixed: Stateless non-linear systems would produce wrong results due to usage
    of uninitialized data.

Release 0.2.0

04 Jan 08:29
v0.2.0
b8ead02
Compare
Choose a tag to compare

Major changes:

  • Drop support for Julia 0.3
  • Compatibility with Julia 0.6 (tested against 0.6.0-dev.1853)
  • Avoid most of the allocations while running a model and other performance
    improvements.
  • Model matrix computation uses rationals to avoid any numerical inaccuracies.
    (The final matrices for running the model are still floating point.)
  • Use Documenter.jl to build the documentation

Minor update

31 May 11:35
v0.1.1
ac5e269
Compare
Choose a tag to compare

Changes:

  • For the Jiles-Atherton inductor/transformer model, the definiton of
    parameters c and k has been changed to be more consistent with literature.
  • Fix deprecations in Julia 0.5 due to JuliaLang/julia#16154 and
    JuliaLang/julia#15032.
  • Updated docs as ACME is now installable from official repository.