v0.21.6
github-actions
released this
14 Aug 09:38
·
216 commits
to master
since this release
Makie v0.21.6
Merged pull requests:
- Add
uv_transform
attribute to mesh, meshscatter, surface and image (#1406) (@ffreyer) - don't remove underlying VideoStream file when doing save() (#3883) (@aplavin)
- Fix projection from clip to data space (#3909) (@asinghvi17)
- support alpha argument in band() (#3916) (@aplavin)
- Add information about how to set preferred axis on recipe (#3926) (@termi-official)
- Add tick event (#3948) (@ffreyer)
- Improve accuracy of set framerate in GLMakie (#3954) (@ffreyer)
- Add clipping planes (#3958) (@ffreyer)
- Use linestyle for Poly and Density legend elements (#4000) (@gbruer15)
- Fix invert_normals (#4021) (@ffreyer)
- consider model transformations in float32 conversions (#4026) (@ffreyer)
- resolve CairoMakie insert! ambiguity (#4038) (@aplavin)
- fix spy and FastPixel marker (#4043) (@SimonDanisch)
- Make triangulations unique to fix refimages issues. Also tweak examples used for refimages (#4044) (@DanielVandH)
- fixes #4045 (#4046) (@ValentinKaisermayer)
- Fix scalar automatic lowclip/highclip (#4048) (@jkrumbiegel)
- add back interpolation keyword for surface (#4056) (@SimonDanisch)
- introduce stroke_depth_shift + forward normal depth_shift for Poly (#4058) (@SimonDanisch)
- Modify HiDPI handling to correctly operate on Wayland (#4062) (@jmert)
- Suppress keyboard shortcuts and context menu in JupyterLab output (#4068) (@EdsterG)
- Update WGLMakie docs, removing stale section that no longer applies. (#4070) (@EdsterG)
- Improve support for embedding GLMakie (#4073) (@JamesWrigley)
- fix label/legend for plotlist (#4079) (@aplavin)
- fix distance calculation in WGLMakie JS functions (#4082) (@EdsterG)
- Updated JS OrbitControls to match Julia OrbitControls (#4084) (@renespoerer)
- Data inspector fixes (mostly for bar plots) (#4087) (@EdsterG)
- Fix argument order of
save
in figure.md (#4088) (@jariji) - move changelog to unreleased (#4091) (@EdsterG)
- fix meshscatter with colors (#4098) (@SimonDanisch)
- Fix
select_point()
from throwing an exception immediately (#4101) (@JamesWrigley) - Fix absrect() (#4110) (@JamesWrigley)
- Add position to pie (copy) (#4122) (@ffreyer)
- Fast path for heatmap (#4125) (@SimonDanisch)
- sort objects in WGL as in GLMakie, nest rectanglezoom (#4127) (@SimonDanisch)
- Tag v0.21.6 (#4129) (@SimonDanisch)
Closed issues:
- Initial zoom in ElectronDisplay is off (#491)
- 2D plots are not interactive in Jupyter notebooks (#2687)
scalefactor
does not scale mouse on MacOS (#3429)- GLMakie v0.9.10 | precompilation hang (#3766)
- Cutting planes (volumetric visualization) (#3908)
- Faulty interaction between recipes and scene dimension (#3925)
- GLMakie size out of control (#4012)
- CairoMakie invert_normals = true not working (#4014)
- WGLMakie zoom window is shown behind the actual data of the plot (#4019)
- Translated plots are bouncing around on Macs (#4022)
- Error when using GLMakie in tests (
ERROR: LoadError: InitError: Exception[GLFW.GLFWError( ...
) (#4023) - label_formatter is called twice (#4045)
- Bad error message for out-of-range color (#4047)
- GLib-GIO-WARNING (#4049)
- axislegend() unreasonable number of allocations (#4052)
- Keyboard input isn't capture by Jupyter notebook running on a headless server. (#4057)
- JupyterLab context menu appears when right-clicking in an interactive plot (#4067)
- WGLMakie doesn't prevent
spacebar
from scrolling the screen. (#4075) - Mesh from isosurface (#4093)
select_rectangle()
throws an error after releasing the mouse (#4099)xscale
forhist
anddensity
(#4118)Makie.PointTrans
doesn't work with complex transformations (#4124)