All Versions
33
Latest Version
Avg Release Cycle
52 days
Latest Release
527 days ago

Changelog History
Page 3

  • 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:

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

    November 04, 2019

    v0.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
    • ๐Ÿ›  Fix discrete colormap ordering (#1668)
    • ๐Ÿ›  Fix various examples (#1671, #1676)
    • ๐Ÿ›  Fix Jupyter extension zoom direction (#1679)
  • 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 and RectangleVisual (#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, 2017

    Vispy 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
  • v0.5.0 Changes

    October 24, 2017
    • ๐Ÿ”จ Major refactor of all cameras and visuals
    • โž• Add support for wxPython 4.0+ (project phoenix)
    • ๐Ÿ‘Œ Improve Jupyter Notebook support (not full support)
    • ๐Ÿ‘Œ Improve Python 3 support
    • โž• Add colormaps
    • โž• Add various new visuals GridMesh, BoxVisual, PlaneVisual, etc.
    • ๐ŸŽ Various bug fixes and performance improvements (177+ pull requests)
    • โœ‚ Remove experimental matplotlib backend (mpl_plot)
    • โฌ‡๏ธ Drop Python 2.6 support
  • v0.4.0 Changes

    May 22, 2015

    There have been many changes, which include:

    • ๐Ÿ›  minor tweaks and bugfixes to gloo
    • ๐Ÿ‘ experimental support for "collections" (batched GL draw calls)
    • many new Visuals (Volume, Isocurve, etc.)
    • ๐Ÿ‘Œ improvements and extensions of the SceneGraph system
    • ๐Ÿ‘ proper HiDPI support
    • an experimental native high-level plotting interface vispy.plot
  • v0.3.0 Changes

    Many changes:

    • โž• Added multiple new application backends, including a IPython browser backend.
    • ๐Ÿ‘ Experimental support for high-level visualizations through 'vispy.sceneandvispy.scene.visuals`.
    • ๐Ÿ‘ Experimental support for matplotlib plotting through vispy.mpl_plot.
    • ๐Ÿ›  Loads of bugfixes.