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)