Skip to content

Releases: JuliaSmoothOptimizers/SolverBenchmark.jl

v0.4.5

07 Jul 14:45
dbc7ae7
Compare
Choose a tag to compare

SolverBenchmark v0.4.5

Diff since v0.4.4

Merged pull requests:

v0.4.4

19 Jun 16:32
c680cb8
Compare
Choose a tag to compare

SolverBenchmark v0.4.4

Diff since v0.4.3

Merged pull requests:

v0.4.3

09 Jun 21:17
Compare
Choose a tag to compare

SolverBenchmark v0.4.3

Diff since v0.4.2

Merged pull requests:

v0.4.2

09 Jun 02:43
Compare
Choose a tag to compare

SolverBenchmark v0.4.2

Diff since v0.4.1

Merged pull requests:

v0.4.1

14 Apr 00:14
aa22b5c
Compare
Choose a tag to compare

SolverBenchmark v0.4.1

Diff since v0.4.0

Merged pull requests:

v0.4.0

17 Mar 14:44
f0ced10
Compare
Choose a tag to compare

SolverBenchmark v0.4.0

Diff since v0.3.2

Merged pull requests:

  • Use GitHub Actions (#76) (@dpo)
  • bump compat for "JLD2" to "0.2" (2nd try) (#78) (@tmigot)
  • Update to NLPModels 0.14 + SolverTools 0.4 (#79) (@tmigot)

v0.3.2

05 Dec 21:15
Compare
Choose a tag to compare

SolverBenchmark v0.3.2

Diff since v0.3.1

Merged pull requests:

  • fix bug related to LaTeX formatters (#69) (@dpo)
  • bump version to 0.3.2 (#70) (@dpo)

v0.3.1

16 Jul 16:12
Compare
Choose a tag to compare

SolverBenchmark v0.3.1

Diff since v0.3.0

Closed issues:

  • Handle missing columns (#63)

Merged pull requests:

v0.3.0

09 Jul 16:12
Compare
Choose a tag to compare

SolverBenchmark v0.3.0

Diff since v0.2.0

Merged pull requests:

  • Install TagBot as a GitHub Action (#42) (@JuliaTagBot)
  • Create CompatHelper.yml (#43) (@abelsiqueira)
  • Fix travis matrix to jobs (#44) (@abelsiqueira)
  • CompatHelper: bump compat for "Plots" to "0.29" (#45) (@github-actions[bot])
  • CompatHelper: bump compat for "BenchmarkTools" to "0.5" (#46) (@github-actions[bot])
  • fix CI scripts (#49) (@dpo)
  • CompatHelper: bump compat for "PrettyTables" to "0.9" (#50) (@github-actions[bot])
  • update for Plots ≥ 1.0 (#52) (@dpo)
  • Fix the documentation (#53) (@amontoison)
  • format tables with PrettyTables (#57) (@dpo)
  • fixes following #56 and #57 (#59) (@dpo)
  • move benchmark utils from SolverTools (#60) (@dpo)
  • Remove documentation of unexported functions (#61) (@amontoison)

v0.2.0

27 Jan 21:45
v0.2.0
Compare
Choose a tag to compare

v0.2.0 (2020-01-27)

Diff since v0.1.0

Closed issues:

  • Add upper bounds on dependencies in Project.toml (#37)
  • Different colors for the same method --- benchmarks (#36)
  • Add example profile to README and/or docs (#19)
  • SolverBenchmark release (#11)

Merged pull requests:

  • Release 0.2.0 (#41) (amontoison)
  • highlight failures in markdown tables (#40) (dpo)
  • Fix colors (#39) (dpo)
  • set upper bounds on dependencies (#38) (dpo)
  • Solve a bug in to_gist function (#35) (amontoison)
  • test Julia 1.3, FreeBSD, add badge (#34) (dpo)
  • Update travis with latest Julia (#33) (abelsiqueira)
  • fix call to export_markdown (#32) (dpo)
  • allow subtypes of Function in fmt_override (#31) (dpo)
  • catch minus infinity (#30) (dpo)
  • update DataFrame syntax to resolve warnings (#29) (dpo)
  • Minor improvements (#28) (dpo)
  • Update travis with latest Julia (#26) (abelsiqueira)
  • pass extra args through performance_profile (#24) (dpo)
  • Change REQUIRE to project.toml (#23) (abelsiqueira)
  • Use svg instead of png and tutorial creation (#21) (abelsiqueira)
  • Create assets and update README with examples (#20) (abelsiqueira)