Makie v0.22.2
Merged pull requests:
- Update CI scripts in the
compute-graph
branch, so that we add the ComputePipeline package (#4656) (@asinghvi17) - Add a tutorial on creating an inset plot (#4697) (@sashansamarajeewa)
- Cleanup Patterns/Hatching (#4715) (@ffreyer)
- Resolve :data space when deciding whether to connect transformations (#4723) (@ffreyer)
- Cleanup volume (#4726) (@ffreyer)
- Improve nan handling in surface plots (#4735) (@ffreyer)
- Allow higher dimensional geometries in poly (#4738) (@ffreyer)
- allow setting inspectable in the theme (#4739) (@aplavin)
- Fix broken
voronoiplot
for clipped tessellations (#4740) (@DanielVandH) - Nudge Axis3 clip planes to avoid clipping at 0 margin (#4742) (@ffreyer)
- Curvilinear
contourf
(#4744) (@asinghvi17) - Add docstring + example + docs + changelog for #4744 (#4745) (@briochemc)
- Improvements for Slider updates (#4748) (@SimonDanisch)
- Fix rare shader compilation error (#4755) (@ffreyer)
- Fix voxels on linux firefox (#4756) (@ffreyer)
- Replace voxel uvmap interface with uv_transform interface (#4758) (@ffreyer)
- Fix admonishment block (#4761) (@abhro)
- Fix WGLMakie nan error (#4772) (@ffreyer)
- fix UInt underflow in line indices (#4782) (@ffreyer)
- Allow
Block.attri...
to autocomplete (#4786) (@ffreyer) - Add option to turn off clipping (#4791) (@ffreyer)
- upgrade to threejs 0.173 (#4809) (@SimonDanisch)
- DPI metadata for png (#4812) (@jkrumbiegel)
- Fix WGLMakie tick and window_open events (#4818) (@ffreyer)
- Widget optimizations (#4821) (@ffreyer)
- Consider visible in PolarAxis protrusions (#4823) (@ffreyer)
- Fix voxel transformations (#4824) (@ffreyer)
Closed issues:
- Document mesh connectivity triangle nodes need to be listed counter-clockwise (#140)
- Feature request: contour that can handle curvilinear grids (#796)
- volume plot of negative values fails (#1780)
- Feature request: oblique volume slice (#2119)
- [Docs FR] Add inset example (#3292)
- Drawing solid 3D uvw textures (#3627)
mesh!
ignores color with GLMakie (#3682)- Autocomplete for
Axis.x<TAB>
(#3749) - docstring
text
wrong formatted (#4020) - No
LinePattern
usage examples in documentation (#4133) - Additive and AbsorptionRGBA ignore colormap information (#4361)
- Apparent error in docs on "transparency" (#4388)
- Volume bug using an exponentially stretched mesh (#4683)
- CairoMakie has issues plotting 3D
Rect
s withpoly
(#4693) - Bar of LaTeX fraction in legend label gets plotted behind the white background (#4722)
- Cannot precompile Makie with Julia nightly (#4729)
- not inspectable by default (#4736)
- Clipping defaults changed when upgrading to GLMakie v0.11 [noticed in Brillouin.jl] (#4741)
- 0.22 howto: Gouraud shading with vertex colors and facet normals ? (#4743)
- Resampler(observable) fails (#4746)
- Should methods like
series(fig[1, 2], data)
just useseries!
? (#4754) Text
position attribute not set to values passed throughtext!
args (#4763)- Program not linked when doing
volume
plot (#4765) - Clipping of 3D lines is strange close to axis limits (#4766)
- Precompilation of GLMakie fails, could not load library "libcurl.so.4" (#4767)
- Subsequent call to
contour
overwriteslabelformatter
of previouscontour
call (#4807) - WGLMakie NaN error for 3D scatter plots (#4808)
- Allow
PolarAxis
to take tuple of angles and strings forthetaticks
(#4816) - is it a bug in density! / axislegend? ERROR: KeyError: key :alpha not found (#4819)
- hidedecorations! for PolarAxis does not take protrusions into account (#4822)