Releases: JuliaCI/BenchmarkTools.jl
Releases · JuliaCI/BenchmarkTools.jl
v0.4.1
make variable names for median, mean, and max values and strings cons…
v0.3.2
Julia 0.7 fixes (#112)
* Added import of Statistics on appropriate versions
* Removed reference to IterativeEigensolvers
* Removed svds test to avoid a dependency on the Arpack package
* Added 0.7 to the Travis matrix
v0.3.1
Fix some deprecation warnings on 0.7 (#108)
v0.3.0
fix some deprecations (#106)
* update ind(min|max) to arg(min|max)
* update uninitialized to undef
* fix using A.B deprecation warning for non-modules
* use Compat instead of VERSION-dancing
* contains(haystack, needle) -> occursin(needle, haystack)
* STDERR -> stderr
v0.2.5
allow to save and load from ::IO (#97)
v0.2.4
Workaround Base.gc deprecation in gcscrub (#95)
v0.2.3
Workaround printf moving to the stdlib (#93)
* Workaround printf moving to the stdlib
* More fixes for 0.7
v0.2.2
fix eval module scoping, escape issues, and deprecations for v0.7 (#77)
v0.2.1
Recursively deserialize nested BenchmarkGroups (#85)