v0.19.3
github-actions
released this
21 Mar 11:57
·
860 commits
to master
since this release
Makie v0.19.3
Closed issues:
- [docs] documentation for using legend is missing (#308)
- Planned feature: interop with GeoInterface (#376)
- VizCon planning (#504)
- Weird issue with
scale_plot = false
on a surface (#492) - Build of GLMakie fails despite having a GPU card and drivers installed on Arch Linux (#630)
Base.empty!(ax::LAxis)
? (#643)- segmentation fault on archlinux (#784)
- Scene window closes abruptly on Win10 without error msg (#793)
- Makie memory leak? (#795)
- UndefVarError: ObserverFunction not defined (#802)
- ERROR: InitError: could not load library ... \libgio-2.0-0.dll (#1114)
- Rendering of stairs plot is distorted when zoomed out (#1129)
- Feature Request: Gantt Charts (#1237)
- Specify
text
anchor in screen coordinates (#1638) - Saving continuously updated figure leads to large number of allocations (#1692)
- [bug] [performance] @recipe macro using
image
allocates many times more memory than the individual image plots (#1881) - Allow passing a backend manually to
save
(#1960) - Overlapping/zombie contour lines (#2077)
Axis3
axis label modifications with LaTeX do not get rendered (works forAxis
) (#2513)- Makie started segfaulting quite regularly :( (#2606)
- Extra workflow runs (#2619)
- Reference frame like in CAD software ? (#2624)
- [Feature request] Add a markerevery option to scatter/scatterlines (#2639)
- GLMakie cannot handle scatter with empty input (#2644)
- How to make subplot more compact and move ticks of colorbar (#2651)
- Deleting legends fails (#2659)
- Line segments in
text(lstr::LaTeXString)
are misplaced (align
keyword is ignored) (#2667) - log scale breaks zoom controls (#2673)
- Save figure using the backend argument leaves empty figure behind (#2675)
- GLMakie | Failure to precompile on WSL2 (#2684)
- Poly outline not displaying correctly (#2690)
- Scene tutorial not working (#2697)
- Simple lines() plot is truncated (#2702)
LoadError: no unique matching method found for the specified argument types
during precompilation (#2704)- lines example not working (#2705)
- Interactively toggle visibility of plots by clicking on legend (#2717)
- Running with
--compiled-modules=no
leads to segfault (#2722) - Axis reacts to interactions after deletion (#2723)
- Inspector: tooltip offset in
show_data
forScatter
assumes scalarmarkersize
(#2724) - Separate window created when using plot pane in VSCode [GLMakie] (#2732)
- (archlinux) segfault when precompiling GLMakie (#2735)
- Name clash in
plot!
for arrow plots (#2738) - "News" link on docs page broken (#2747)
- GLMakie leaves behind a detached window when inlined in Jupyter notebooks (#2752)
markerspace = :data
seems not working withscatter
plot (#2758)- Unexpected Allocations for custom recipe (#2767)
- GLMakie crash Julia on M2 (#2771)
- WGLMakie fails to precompile on M2 (#2772)
- No trigger to render for buffered vertices in mesh (#2773)
- Can not plot into figure after using
empty!
on it. (#2794)
Merged pull requests:
- Brackets and bezier lines (#2356) (@jkrumbiegel)
- fix silent
LaTeXString
conversion (#2588) (@t-bltg) - Add scrollspeed for Menu and increase the default for non apple system (#2616) (@ffreyer)
- Fixes for GeoMakie (#2645) (@SimonDanisch)
- speedup heatmaps in WGLMakie (#2647) (@SimonDanisch)
- Make explicit the uint (#2649) (@gatocor)
- improve docs for GLMakie backend activation (#2653) (@jwahlstrand)
- More detail in docstring for
update_theme!
(#2656) (@KronosTheLate) - reduce amount of objects compiled into sysimage (#2658) (@SimonDanisch)
- [GLMakie] Cleanup linestyles (#2666) (@ffreyer)
- Fix LaTeXString linesegments with offsets (#2668) (@jkrumbiegel)
- stop pretending rich text is AbstractString (#2671) (@jkrumbiegel)
- fix RectangleZoom selection vertices (#2674) (@EdsterG)
- Add missing backticks (#2678) (@jbisits)
- try if moving news copying out of utils and directly into makedocs fixes it (#2679) (@jkrumbiegel)
- remove trailing index.html from canonical links in sitemap (#2680) (@jkrumbiegel)
- jk/seo (#2681) (@jkrumbiegel)
- Fix color conversion in scatterlines (#2691) (@ffreyer)
- indent docstring title (#2707) (@simonbyrne)
- Remove offset in
show_data
forscatter
(#2725) (@pablosanjose) - Export the
colorant
macro from Colors.jl (#2726) (@asinghvi17) - fix RPRMakie examples (#2730) (@SimonDanisch)
- Improvements for delete & screen management (#2731) (@SimonDanisch)
- Call normalize with qualified name (#2740) (@steffenhaug)
- Provide helpful warning and round instead of cryptic error (#2743) (@KronosTheLate)
- Update NEWS.md to reflect recently merged pull requests (#2744) (@asinghvi17)
- Release a new version (#2745) (@asinghvi17)
- Add a hint on how to get RPRMakie working on Mac M1 (#2749) (@asinghvi17)
- allow scalar numbers as colors, looked up from colormaps (#2754) (@SimonDanisch)
- enable dependabot for GitHub actions (#2757) (@ranocha)
- Bump mshick/add-pr-comment from 1 to 2 (#2759) (@dependabot[bot])
- Bump actions/setup-python from 2 to 4 (#2760) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#2761) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#2762) (@dependabot[bot])
- Bump actions/upload-artifact from 2 to 3 (#2763) (@dependabot[bot])
- don't convert if not necessary (#2765) (@SimonDanisch)
- Update RPRMakie docs (#2768) (@asinghvi17)
- fix #2767 and #1881 (slow data_limits for recipes) (#2770) (@SimonDanisch)
- preserve Buffer by not using decompose (#2774) (@SimonDanisch)
- get rid of ImageMagick (#2775) (@SimonDanisch)
- allow multi gpu for RPRMakie (#2781) (@SimonDanisch)
- Fix the materials example in RPRMakie (#2782) (@asinghvi17)