Releases: hustf/MechGlueDiffEqBase.jl
Releases · hustf/MechGlueDiffEqBase.jl
Reinstate [extras]
v0.2.5
Two-parameter 'similar()'
Also included a fully inferrable mixed-units problem, test_5.jl.
Type stable, inferrable 'zero' and 'similar'
The last version disappointingly had few benefits, since function with mixed unit vectors did not have inferrable return types. Type inference times times were slow.
This also introduces some pre-compilation of the extended functions.
Improve type inferability
This aims to reduce "compile time", which could be several minutes for solve(prob) with mixed units.
Tag correction
v0.2.1 0.2.1
Define zero for ArrayPartition{AbstractQuantity}
Added test problem with, all algorithms.
Working and tested
modified: .gitignore modified: Project.toml DiffEqBase, RecursiveArrayTools, Unitfu only modified: README.md Short explanation modified: src/MechGlueDiffEqBase.jl Drop experiments, norm only. deleted: test/Manifest.toml deleted: test/Project.toml modified: test/runtests.jl Include 1..3 new file: test/test_1.jl First version new file: test/test_2.jl First version new file: test/test_3.jl First version