Releases: Ferrite-FEM/Tensors.jl
Releases · Ferrite-FEM/Tensors.jl
v0.7.0: set minimum julia version to 0.6.0-pre.alpha.108 (#67)
since literal_pow wouldn't work before that, and new syntax like struct, where, etc wouldn't work for very early 0.6.0-dev versions, would be better to use the 0.5-compatible versions of the package for those julia versions
Last version for julia 0.5
rewrite tests and define inplace versions of tovoigt (#56) * infer everything * fix bug * add sin for F64 * rewrite voigt functions to use inplace versions * fix tests * fjksdl * doc fix [ci skip] * export [ci skip] * offset * Update voigt.jl
v0.6.0: typo fix (#45)
* typo fix
Fixes for julia 0.6
Avoid defining convert from Function to NTuple (#13) this is a pretty sketchy method - replace with some inner constructors instead