Skip to content

Releases: JuliaCI/BenchmarkTools.jl

v0.4.1

04 Sep 16:54
Compare
Choose a tag to compare
make variable names for median, mean, and max values and strings cons…

v0.4.0

10 Aug 12:29
5826243
Compare
Choose a tag to compare

1.0 compatibility

v0.3.2

03 Jul 20:25
Compare
Choose a tag to compare
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

25 May 19:01
3096fdb
Compare
Choose a tag to compare
Fix some deprecation warnings on 0.7 (#108)

v0.3.0

02 May 17:57
Compare
Choose a tag to compare
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

03 Feb 21:13
Compare
Choose a tag to compare
allow to save and load from ::IO (#97)

v0.2.4

20 Jan 04:35
d0ef587
Compare
Choose a tag to compare
Workaround Base.gc deprecation in gcscrub (#95)

v0.2.3

17 Dec 01:54
ef5bc08
Compare
Choose a tag to compare
Workaround printf moving to the stdlib (#93)

* Workaround printf moving to the stdlib

* More fixes for 0.7

v0.2.2

10 Nov 16:29
d0f4804
Compare
Choose a tag to compare
fix eval module scoping, escape issues, and deprecations for v0.7 (#77)

v0.2.1

01 Nov 01:06
aafc7e1
Compare
Choose a tag to compare
Recursively deserialize nested BenchmarkGroups (#85)