kimikage / ProfileSVG.jl

Write flame graphs to SVG format and explore them interactively in Jupyter, Pluto, etc.
MIT License
53 stars 7 forks source link

New release? #52

Closed timholy closed 3 years ago

timholy commented 3 years ago

https://discourse.julialang.org/t/saving-profile-data/51173 led me to this:

julia> using RegistryCompatTools

julia> held_back_by("FlameGraphs")
2-element Vector{String}:
 "ProfileSVG"
 "ProfileVega"
kimikage commented 3 years ago

Yeah, I also wanted to release v0.2 soon. However, as my contribution chart shows, I can't find the time these days. :tired_face: I would like to apply some planned changes and show the release schedule over this weekend.

timholy commented 3 years ago

Understood, and I feel likewise!

kimikage commented 3 years ago

cf. https://github.com/kimikage/ProfileSVG.jl/pull/53#issuecomment-742104964

kimikage commented 3 years ago

cf. #54

kimikage commented 3 years ago

ProfileSVG v0.2.0 was released! :tada:

https://discourse.julialang.org/t/ann-profilesvg-v0-2-0/51657