Releases: HSU-ANT/ACME.jl
Releases · HSU-ANT/ACME.jl
v0.10.0
ACME v0.10.0
Closed issues:
- No Unitful support (#17)
- Can't run birdie example anymore because of Element
getindex
(#68) - test fails in Julia 1.7.2 (#82)
Merged pull requests:
- Make
Element
immutable, rework its constructor, add someprecompile
s (#66) (@martinholters) - Guard against calling
gemv!
with empty output (#69) (@martinholters) - Don't use assert-macro with
precompile
(#70) (@martinholters) - Clean up
using
andimport
usage (#71) (@martinholters) - Use (only) Julia 1.6 to build documentation (#76) (@martinholters)
- Require Julia 1.4 (#77) (@martinholters)
- Improve inferability (#78) (@martinholters)
- Test warning when state update is indeterminate (#80) (@martinholters)
- Fix typo in CompatHelper workflow (#91) (@martinholters)
- Implement equality for
Element
(#92) (@martinholters) - Support Unitful in element construction (#93) (@martinholters)
v0.9.5
ACME v0.9.5
Merged pull requests:
- Warn when re-using a designator inside at-circ (#58) (@martinholters)
- Fix Jiles-Atherton-based inductor/transformer model (#63) (@martinholters)
v0.9.4
ACME v0.9.4
Closed issues:
- Bug using clipping opamp model (#35)
Merged pull requests:
- Remove obsolete
row_offset
fromnonlinear_eq_func(::Circuit)
(#23) (@martinholters) - Remove left-over
invokelatest
s (#26) (@martinholters) - Fix docs build on Julia >=1.5 (#27) (@martinholters)
- CompatHelper: bump compat for "StaticArrays" to "1.0" (#31) (@github-actions[bot])
- Fix clipping
opamp
nonlinear function (#36) (@martinholters)
v0.9.3
ACME v0.9.3
Closed issues:
- Readme uses deprecated syntax (#18)
Merged pull requests:
- Fix usage of outdated Julia syntax in README.md (#19) (@martinholters)
- Extend MOSFET model (#21) (@martinholters)
v0.9.2
v0.9.2 (2019-12-16)
Closed issues:
- Intermittend failures in KDTree test (#7)
Merged pull requests:
- Fix a missing initialization with zeros in kd-tree lookup (#9) (martinholters)
v0.9.1
v0.9.1 (2019-11-25)
Merged pull requests:
- Declare compatibility with StaticArrays v0.12 (#8) (martinholters)
v0.9.0
v0.9.0 (2019-09-27)
Merged pull requests:
- Generalize ideal opamp to linear opamp (#6) (martinholters)
- Fix a doctest typo and bump Documenter to v0.23.3 (#4) (martinholters)
- Update dependency compatibility information (#3) (martinholters)
- Remove support for Julia prior to 1.0 (#2) (martinholters)
Release 0.8.0
- Changes to element specification:
- nonlinear function returns residual and Jacobian (instead of mutating them)
ports
definition replacespins
- New element
mosfet
- New element
composite_element
that wraps a (sub-)circuit in an element
Release 0.7.5
- Compatibility with Julia 1.0 🎉
Release 0.7.4
- Fixes for upcoming Julia 0.7
- Minor documentation fixes and improvements