Skip to content

Releases: hustf/MechGlueDiffEqBase.jl

Reinstate [extras]

28 Jun 13:14
Compare
Choose a tag to compare
v0.2.6

	modified:   Project.toml Reinstate [extras], 0.2.6

v0.2.5

28 Jun 13:08
Compare
Choose a tag to compare

Reinstate test/Project.toml

Two-parameter 'similar()'

12 May 11:18
Compare
Choose a tag to compare

Also included a fully inferrable mixed-units problem, test_5.jl.

Type stable, inferrable 'zero' and 'similar'

11 May 11:12
Compare
Choose a tag to compare

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

10 May 16:21
Compare
Choose a tag to compare

This aims to reduce "compile time", which could be several minutes for solve(prob) with mixed units.

Tag correction

07 May 17:28
28cbd0c
Compare
Choose a tag to compare
v0.2.1

0.2.1

Define zero for ArrayPartition{AbstractQuantity}

07 May 17:24
Compare
Choose a tag to compare

Added test problem with, all algorithms.

Working and tested

01 May 16:49
Compare
Choose a tag to compare
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