Tags: HSU-ANT/ACME.jl
Tags
[Diff since v0.9.5](v0.9.5...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 some `precompile`s (#66) (@martinholters) - Guard against calling `gemv!` with empty output (#69) (@martinholters) - Don't use assert-macro with `precompile` (#70) (@martinholters) - Clean up `using` and `import` 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)
[Diff since v0.9.4](v0.9.4...v0.9.5) **Closed issues:** - A GUI for ACME (#30) **Merged pull requests:** - Warn when re-using a designator inside at-circ (#58) (@martinholters) - Fix Jiles-Atherton-based inductor/transformer model (#63) (@martinholters)
[Diff since v0.9.3](v0.9.3...v0.9.4) **Closed issues:** - Bug using clipping opamp model (#35) **Merged pull requests:** - Remove obsolete `row_offset` from `nonlinear_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)
## ACME v0.9.3 [Diff since v0.9.2](v0.9.2...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)
Release 0.8.0 * Changes to element specification: - nonlinear function return residual and Jacobian (instead of mutating) - `ports` definition replaces `pins` * New element `mosfet` * New element `composite_element` that wraps a (sub-)circuit in an element
PreviousNext