Releases: KristofferC/TimerOutputs.jl
Releases · KristofferC/TimerOutputs.jl
v0.5.16
TimerOutputs v0.5.16
Merged pull requests:
- Fix ordering of nested elements when
sortby = :firstexec
(#144) (@rikhuijzer)
v0.5.15
TimerOutputs v0.5.15
Closed issues:
- Fixed % number formatting to highlight proportions (#141)
Merged pull requests:
- Fix percentage formatting to 1 d.p. (#142) (@IanButterworth)
v0.5.14
TimerOutputs v0.5.14
Merged pull requests:
- add
todict
function (#139) (@ericphanson) - Add
TimerOutputs.todict
to README (#140) (@ericphanson)
v0.5.13
TimerOutputs v0.5.13
Closed issues:
- Feature Request: Registered Timers (#134)
Merged pull requests:
- Update TagBot.yml (#130) (@KristofferC)
- Add globally registered timers (#135) (@morris25)
- update CI script (#137) (@KristofferC)
v0.5.12
TimerOutputs v0.5.12
Merged pull requests:
- RFC: Allow prev_timer to be set to nothing (#131) (@GregPlowman)
v0.5.11
TimerOutputs v0.5.11
Merged pull requests:
- Remove erroneous accumulated data addition during merge! (#129) (@IanButterworth)
- Patch bump to 0.5.11 (#132) (@IanButterworth)
v0.5.10
TimerOutputs v0.5.10
Closed issues:
Merged pull requests:
- Fix fast path for retrieving nested timer (#123) (@GregPlowman)
- Allow sorting by first execution time (#125) (@IanButterworth)
- Replace travis with github actions. Add CompatHelper (#126) (@IanButterworth)
- Allow custom merge points (#128) (@IanButterworth)
v0.5.9
TimerOutputs v0.5.9
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:
v0.5.8
TimerOutputs v0.5.8
Closed issues:
- Proposal to add @⌛ shortcut (#106)
Merged pull requests:
- Update README.md (#104) (@t-pollington)
- add some precompile statements (#107) (@ranocha)
v0.5.7
TimerOutputs v0.5.7
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:
- print a newline in print_timer (#88) (@KristofferC)
- update build badge to link to travis-ci.com; closes #93 (#96) (@ranocha)
- Add complement function (#99) (@KristofferC)
- improve alignment (#100) (@KristofferC)