Changelog
All notable Changes to the Julia package ManifoldMakie.jl are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 (May 25, 2026)
Initial release.
Added
- a
circleimage(Manifold.Circle(ℝ))to plot angle-valued image data - a
circleplot(Manifolds.Circle(𝔽))for the real and complex circle representation - a
sphereplot(Manifolds.Sphere(n))forn=1,2to start a plot with a sphere to put points on. - a
hyperboloidplot(Hyperbolic(n))forn=2,3to start a plot in the hyperboloid model. - a
poincareballplot(Hyperbolic(n))forn=2,3o start a plot in the Poincaré disc or ball model. - a
poincarehalfspaceplot(Hyperbolic(n))forn=2,3to start a plot in the Poincaré hal plane or half space model. - a
spheredataimage(M, img)to plot 2D matrices containing data on the sphere in every entry. as an alias, alsoimage(M, img)can be used, whenMis the 2-sphere. - a
symmetricpositivedefinitedataimage(M, img)as an alias, alsoimage(M, img)can be used, whenMis the 2x2 or 3x3 s.p.d. matrices manifold.