Skip to content

Releases: KristofferC/TimerOutputs.jl

v0.5.14

10 Jan 09:02
74556e6
Compare
Choose a tag to compare

TimerOutputs v0.5.14

Diff since v0.5.13

Merged pull requests:

v0.5.13

22 Sep 10:01
51a5e71
Compare
Choose a tag to compare

TimerOutputs v0.5.13

Diff since v0.5.12

Closed issues:

  • Feature Request: Registered Timers (#134)

Merged pull requests:

v0.5.12

02 Jul 08:04
a45b811
Compare
Choose a tag to compare

TimerOutputs v0.5.12

Diff since v0.5.11

Merged pull requests:

v0.5.11

01 Jul 16:09
755b12a
Compare
Choose a tag to compare

TimerOutputs v0.5.11

Diff since v0.5.10

Merged pull requests:

v0.5.10

26 Jun 09:04
9560fbc
Compare
Choose a tag to compare

TimerOutputs v0.5.10

Diff since v0.5.9

Closed issues:

  • Fast path mis-attributes (#118)
  • Add option to sort by first execution of each item (#124)

Merged pull requests:

v0.5.9

11 May 14:18
124c3e2
Compare
Choose a tag to compare

TimerOutputs v0.5.9

Diff since v0.5.8

Closed issues:

  • Support for multiprocessing programs (#57)
  • @timeit_debug applied to function introduces type instability (#61)
  • Option to display exclusive/inclusive times and/or export to flamegraph (#90)
  • Saving TimerOutput to file (#112)
  • Explanation for making TimerOutput a const in readme? (#113)
  • Additional allocations when using @timeit (#116)

Merged pull requests:

  • TimerOuputs -> TimerOutputs in readme (#110) (@Wikunia)
  • add another precompile statement (#111) (@ranocha)
  • Use ExprTools, reuse _timer_expr, rework timeit_debug func def. (#117) (@maleadt)
  • Add a function for merging timers. (#119) (@maleadt)

v0.5.8

02 Mar 08:20
5f87456
Compare
Choose a tag to compare

TimerOutputs v0.5.8

Diff since v0.5.7

Closed issues:

  • Proposal to add @⌛ shortcut (#106)

Merged pull requests:

v0.5.7

01 Nov 11:10
90a5ee5
Compare
Choose a tag to compare

TimerOutputs v0.5.7

Diff since v0.5.6

Closed issues:

  • add newline to print_timer (#56)
  • BoundsError: attempt to access 0-element Array{TimerOutputs.TimerOutput,1} (#69)
  • Export to DataFrame (#73)
  • Migrate to travis-ci.com (#93)
  • Diacritics messes up printing of table columns (#94)
  • Unsatisfiable requirements detected for package DataFrames v0.19.3 (#97)

Merged pull requests:

v0.5.6

03 Jun 22:07
b91912e
Compare
Choose a tag to compare

TimerOutputs v0.5.6

Diff since v0.5.5

Closed issues:

  • Signature to time function under custom keyword (#86)

Merged pull requests:

v0.5.5

22 Apr 16:04
ca069eb
Compare
Choose a tag to compare

TimerOutputs v0.5.5

Diff since v0.5.4

Closed issues:

  • Empty table if print_timer is called in project outside module that uses the global timer (#83)

Merged pull requests:

  • dont put the actual timer into the expr, this will be invalid after precompilation (#84) (@KristofferC)