VisPy v0.6.3 Release Notes

Release Date: 2019-11-27 // over 4 years ago
  • โœจ Enhancements:

    • ๐Ÿ‘Œ Improve AxisVisual visual by providing property getters and setters #1744 (astrofrog)
    • ๐Ÿ›  Fix MarkerVisual scaling when rotating in 3D space #1702 (sofroniewn)

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fix string formatting of array shape #1768 (cgohlke)
    • ๐Ÿ›  Fix texture alignment to use data itemsize #1758 (djhoese)
    • ๐Ÿ›  Fix shader version handling in webgl backend #1756 (djhoese)
    • ๐Ÿ›  Fix 2D mesh bounds IndexError when viewed in 3D #1749 (sofroniewn)
    • ๐Ÿ›  Fix xaxis labels being wrong initially in PlotWidget #1748 (tlambert03)
    • ๐Ÿ›  Various bug fixes related to AxisVisual #1743 (astrofrog)
    • ๐Ÿ›  Fixed a bug in linking two flycameras #1557 (SuyiWang)

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix additional numpy warnings when dealing with dtypes of size 1 #1766 (djhoese)