Releases: tfiers/PkgGraph.jl
Releases · tfiers/PkgGraph.jl
v0.6
Human-written changelog: Changelog @ v0.6
Merged PRs:
- fix #90, "Latest version does not compile" (#91) (@baggepinnen)
Closed issues [Click to expand]
- Crawl registry (→ to rm restriction "Only works for pkgs in active project") (#5)
- Diff styling for stdlib & jll (faded) (#47)
- Add 'Limitations' somewhere (#57)
- Measure load times; display on graph (#64)
- "xx commits to main since this release" (#68)
- Release bot (#72)
- SVG files (post-processed) lose their fade (#79)
- doctest on CI:
time_imports
failure (#81) - Latest version does not compile (#90)
v0.5
Publication in Julia General registry:
For a human summary of changes, see Changelog @ v0.5
Closed issues:
v0.4.1
v0.4
v0.3
Human-written changelog: Changelog @ v0.3
Closed issues:
-
[Click to expand]
- Feature: dark-mode svg :) (#14)
- gh Action that monitors
Changelog.md
and updates gh Releases accordingly :) (#19) - Script to update doc images (#33)
- JuliaGraphs_interop: try w/o MetaGraphsNext (#35)
- doc-ci: use julia-docdeploy@latest (#38)
fmt
a kwarg again (#44)- shorten
include_
kwargs:jll = false
andstdlib = false
(#45) - JuliaGraphs interop: export edges to
(int,int)
list (#50) internals/Internals.jl
(#51)- rename:
online.jl
→webapps.jl
(#53) - hide
Options
from enduser (#54) - docs/bg: JuliaGraph interop own page (#55)
- no defaults for options (multi dispatch no) (#56)
v0.2
Human-written changelog: Changelog @ v0.2
Merged PRs:
-
[Click to expand]
- CompatHelper: add new compat entry for URIs at version 1, (keep existing compat) (#2)
- CompatHelper: add new compat entry for DefaultApplication at version 1, (keep existing compat) (#3)
- allow filtering out stdlibs and jlls (#40) (@KristofferC)
Closed issues:
-
[Click to expand]
- Handle more gracefully when no deps (#1)
- Rename to DepGraph.jl (#4)
- Dot styling (#6)
- CI: don't re-run tests on changing readme 🤦♂️ (#7)
- Add changelog (#9)
- Docs structure: Reference section (#11)
- Mayb: do doctest also in Documentation.yml (#13)
- TagBot trigger issue (#15)
- Deploy docs for released versions (#17)
- Run doctests not in docbuild but in separate ci workflow (#20)
- readme-in-docs: preprocess further (#21)
- set bg to transparent (so no shining bright in dark mode) (#23)
- baseurl: kwarg (not globalref) (#25)
- modularize
create
(#27) - put badges & links at top of readme after all (#34)
- Rename package to PkgGraphs.jl (#36)
- docs: fix readme ad-hoc processing (#39)
- [compat]: set to julia 1.6 (#41)