All Versions
16
Latest Version
Avg Release Cycle
183 days
Latest Release
136 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.6.6
November 28, 2020 -
v0.6.5 Changes
September 23, 2020๐ Patch release with small styling fixes and other build related fixes to work with Python 3.8 and future versions of Python.
-
v0.6.3 Changes
November 27, 2019โจ 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:
-
v0.6.2 Changes
November 04, 2019v0.6.2 (2019-11-04)
โจ Enhancements:
- Switch to setuptools_scm for automatic version numbering #1706 (djhoese)
- ๐ Improve PanZoom camera performance when non-+z direction is used #1682 (os-gabe)
๐ Fixed bugs:
- ๐ Fix Python 3.8 compatibility in Canvas 'keys' update #1730 (GuillaumeFavelier)
- ๐ Fix VolumeVisual modifying user provided data in-place #1728 (tlambert03)
- ๐ Fix depth buffer precision #1724 (h3fang)
- Volume visual has unset variable texture2D_LUT #1712 (liuyenting)
- ๐ Fix MarkersVisual.set_data crash when pos is None #1703 (proto3)
- ๐ Fix numpy futurewarning in dtype creation #1691 (djhoese)
-
v0.6.1 Changes
July 28, 2019 -
v0.6.0 Changes
July 28, 2019- โก๏ธ Update PyQt5/PySide2 to use newer GL API
- โก๏ธ Update to PyQt5 as default backend
- ๐ New Cython-based text rendering option
- ๐ New WindbarbVisual
- ๐ Improved JupyterLab/Notebook widget (experimental)
- ๐ Fix various memory leaks
- ๐ Various optimizations and bug fixes
-
v0.5.3 Changes
December 06, 2018- โช Workaround added to fix ImportError with matplotlib 2.2+ (#1437)
-
v0.5.2 Changes
December 12, 2017- ๐ Fix PyPI packaging to include LICENSE.txt
- ๐ Fix initial axis limits in PlotWidget (#1386)
- ๐ Fix zoom event position in Pyglet backend (#1388)
- ๐ Fix camera importing (#1389, #1172)
- โป๏ธ Refactor
EllipseVisual
andRectangleVisual
(#1387, #1349) - Fix
one_scene_four_cams.py
example (#1391, #1124) - Add
two_qt_widgets.py
example (#1392, #1298) - ๐ Fix order of alignment values for proper processing (#1395, #641)
-
v0.5.1 Changes
November 04, 2017Vispy 0.5.1
- ๐ Fix 'doc' directory being installed with source tarball
- ๐ Fix 'ArrowVisual' when used with a Scene camera and in 3D space
- ๐ Fix 'SphereVisual' rows/cols order in 'latitude' method
- ๐ Fix DPI calculation on linux when xrandr returns 0mm screen dimension