v0.18.0
github-actions
released this
12 Oct 16:54
·
1014 commits
to master
since this release
Makie v0.18.0
Closed issues:
- contourf! ignores colors specified for extendhigh and extend low? (#1329)
- GLMakie, relocatable with PackageCompiler ? (#1480)
- Inspector + line label (#1759)
- Automatic extension of colorbar (#1783)
- Per-plot custom inspector function (#1902)
- GLFW couldn't create an OpenGL window (#1914)
- scatter ignores highclip (#1980)
- Contourf extendhigh/low is broken (#2042)
- Lines not show in GLMakie.jl (#2089)
- Permission denied when loading Makie in macOS (#2199)
- Metadata length mismatch when using contourf! on an observable. (#2200)
- weird issue with xpra (#2207)
- Convert
Attributes
toNamedTuple
(#2208) - Scatter/scatterlines does not co-vary color and marker (#2215)
- Cycled color doesn't work with transparency as expected (#2219)
- Minor ticks z-shift (#2225)
- Colorbar with transparent colormap showing the wrong colors when exporting to PDF or SVG with CairoMakie (#2238)
- Building GLMakie Fails (#2241)
- Strokes around boxplot uncomplete (#2242)
- Broken labelling on CairoMakie master (#2246)
- implicit conversion in @block attributes (#2247)
- Getting errors when attempting to position the axis legend. (#2251)
- Set DPI for all figures? (#2257)
- WGLMakie:
MethodError: no method matching pick(::Makie.Scene, ::WGLMakie.WebDisplay, ::GeometryBasics.Vec2{Float64})
(#2258) - Docs down (#2265)
- Pasting text into a textbox? (#2266)
- Documentation fix for issue 211 until a solution is ready (#2268)
transform_marker=true
inscatter
without effect on marker inCairoMakie
(#2270)- 3D arrows with variable thickness (#2271)
scale!
ignores spine lines in Axis3 (#2275)- Colorbar for contour fails (#2278)
- axislegend position errors on intergers (#2280)
- Tab completion on
Scene
errors (#2283) direction=:y
forband!
(#2301)- CairoMakie: bug with transparent colormap (#2302)
- LaTeX strings in annotations? (#2310)
- Allow
object.visible[] = false
for all objects (or something similar) (#2311) axislegend
position argument error (#2313)- Latex expressions are not rendered when set to Axis#xticks (#2319)
- SSAO doesn't work for vectors of meshes (#2324)
Merged pull requests:
- Add ability to use vector path markers (#979) (@jkrumbiegel)
- Support for rendering image markers with CairoMakie (#2080) (@fatteneder)
- Add Tooltip recipe for DataInspector (#2095) (@ffreyer)
- jk/glyph indices (#2139) (@jkrumbiegel)
- Fix scroll lock in Menu (#2202) (@ffreyer)
- CompatHelper: add new compat entry for "SnoopPrecompile" at version "1.0" (#2210) (@github-actions[bot])
- CompatHelper: add new compat entry for "SnoopPrecompile" at version "1.0" for package CairoMakie (#2211) (@github-actions[bot])
- CompatHelper: add new compat entry for "SnoopPrecompile" at version "1.0" for package GLMakie (#2212) (@github-actions[bot])
- CompatHelper: add new compat entry for "SnoopPrecompile" at version "1.0" for package WGLMakie (#2213) (@github-actions[bot])
- improve cycling documentation (#2224) (@Datseris)
- Tricontourf plot (#2226) (@jkrumbiegel)
- Minor code tweak in
README
(#2227) (@navidcy) - Fix Axis3 not working with Legend as expected (#2230) (@VarLad)
- add stale preview removal script (#2233) (@jkrumbiegel)
- Hexbin recipe (continuation of 2201) (#2236) (@jkrumbiegel)
- Add missing backticks and full stop (#2240) (@jbisits)
- Fix per character attributes in text (#2244) (@ffreyer)
- close the crossbar shape (#2248) (@fatteneder)
- CompatHelper: bump compat for "RelocatableFolders" to "1.0" (#2252) (@github-actions[bot])
- CompatHelper: bump compat for "RelocatableFolders" to "1.0" for package WGLMakie (#2253) (@github-actions[bot])
- Fix minor ticks z-shift (#2254) (@fatteneder)
- Fix error inside error message (#2256) (@fatteneder)
- Fix image markers in CairoMakie (#2263) (@fatteneder)
- Documentation fix for issue #211 until a solution is ready (#2269) (@Sixzero)
- More precise and short wording and signature (#2272) (@KronosTheLate)
- fix broadcasting for linewidth, lengthscale & arrowsize (#2273) (@ffreyer)
- fix updates for multiple meshes (#2277) (@SimonDanisch)
- Continuation of #2171 trimspines (#2279) (@jkrumbiegel)
- Add support for pasting text into a textbox (#2281) (@ConnectedSystems)
- Make GLMakie relocatable (#2282) (@ConnectedSystems)
- fix conversion for LineAxis limits (#2285) (@SimonDanisch)
- fix autocomplete for scenes (#2286) (@SimonDanisch)
- Fix
visible=false
not picked up byspy
inGLMakie
(#2288) (@fatteneder) - Add makie latex string note (#2292) (@jeremiahpslewis)
- update state before display also in jsrender (#2293) (@SimonDanisch)
- fix changing input types (#2297) (@SimonDanisch)
- better performance for Menus and fix clicks on items (#2299) (@SimonDanisch)
- use premultiplied alpha for cairo argb surfaces (#2304) (@jkrumbiegel)
- Improve valign halign observable types (#2305) (@jkrumbiegel)
- Refactor display code to be Screen centric (#2306) (@SimonDanisch)
- remove deprecated Mat2f0 (#2307) (@SimonDanisch)
- use new MiniQhull with BinaryProvider (#2308) (@SimonDanisch)
- fix invisible scenes (#2317) (@SimonDanisch)
- Add description for how to fix dynamic linking issue with GLFW (#2320) (@KronosTheLate)
- Fix latex ticklabels (continuation of 2262) (#2322) (@jkrumbiegel)
- Switch to circle marker (#2323) (@SimonDanisch)
- forward ssao attribute (#2325) (@SimonDanisch)
- convert colormap before cgrad in contourf (#2327) (@jkrumbiegel)
- update state of all layoutables before resize_to_layout! (#2328) (@jkrumbiegel)
- Prepare v0.18 release (#2329) (@SimonDanisch)
- use Circle for toggle button (#2330) (@jkrumbiegel)