Skip to content

Releases: HSU-ANT/ACME.jl

Release 0.7.3

27 Jun 11:26
v0.7.3
1d3cde8
Compare
Choose a tag to compare
  • Fixes for upcoming Julia 0.7

Release 0.7.2

05 Jun 13:17
v0.7.2
5d4b842
Compare
Choose a tag to compare
  • Fixes for upcoming Julia 0.7

Release 0.7.1

08 May 08:36
v0.7.1
79baa1c
Compare
Choose a tag to compare
  • Fixes for upcoming Julia 0.7

Release 0.7.0

19 Mar 10:55
v0.7.0
a1d3618
Compare
Choose a tag to compare
  • Bump minimum Julia version to 0.6
  • Fixes for upcoming Julia 0.7
  • Support quoted strings as net names in circuit descriptions

Release 0.6.2

19 Feb 13:14
v0.6.2
84277e7
Compare
Choose a tag to compare
  • Fixes for compatibility with upcoming Julia 0.7
  • Examples take an optional parameter for specifying the desired solver

Release 0.6.1

01 Feb 10:45
v0.6.1
bd7faa6
Compare
Choose a tag to compare
  • Fixes for compatibility with upcoming Julia 0.7

Release 0.6.0

16 Jan 14:26
v0.6.0
fb4bec5
Compare
Choose a tag to compare
  • Drop support for Julia 0.4
  • Many fixes for compatibility with upcoming Julia 0.7
  • Minor fixes and improvements

Bugfix release 0.5.1

11 Jan 13:46
v0.5.1
4af4956
Compare
Choose a tag to compare
  • Fix two bugs that may lead to wrong model matrices

Release 0.5.0

14 Nov 11:14
v0.5.0
551a102
Compare
Choose a tag to compare
  • New, macro-based syntax for circuit entry
  • Support linearization of models (using the linearize function)
  • Deprecation fixes for Julia 0.7

Release 0.4.2

14 Jul 09:07
v0.4.2
faf4ba7
Compare
Choose a tag to compare
  • fix a bug in the splitting of nonlinear equations if the element order does not match the decomposed order
  • use IterTools instead of Iterators (package has been renamed)
  • fix a deprecation on Julia 0.7
  • fix some type instabilities to work around a Julia codegen issue