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

Changelog History
Page 1

  • v0.12.1 Changes

    November 14, 2022

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fix: bug with new Markers.symbol and empty data #2428 (brisvag)
  • v0.12.0 Changes

    November 08, 2022

    โœจ Enhancements:

    • Scale values when calculating attenuation in attenuated_mip shader #2417 (aganders3)
    • ๐ŸŽ clipping planes performance: do not create a new function willy nilly #2383 (brisvag)
    • Instance rendering in gloo. #2378 (brisvag)
    • ๐Ÿ‘ Allow setting array to symbol in MarkersVisual #2361 (brisvag)

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ‘Œ Improve PySide6 Support: swapBehavior for DoubleBuffer, BUTTONMAP as pyqt6, xfail test_context #2411 (psobolewskiPhD)
    • ๐Ÿ›  fix: wx timer from float to int #2396 (Bliss3d)
    • ๐Ÿ›  Fix custom image interpolation kernels to work with negative numbers #2382 (brisvag)
    • ๐Ÿ“œ Use correct regex when parsing variables #2380 (brisvag)
    • โšก๏ธ Update tube.py to support Python 3.10 and higher. #2370 (tralfaz)
    • ๐Ÿ›  Fix marker size with anisotropic scaling #2359 (brisvag)
    • ๐Ÿ›  Fix MouseEvent .buttons not including triggering mouse button #2355 (tushar5526)
    • ๐Ÿ“„ Implement turntable camera roll programmatically and clarify transformation docstrings #2352 (harripj)
    • ๐Ÿ›  Fix dtype casting for Texture objects #2350 (brisvag)

    ๐Ÿ”€ Merged pull requests:

    • โฌ†๏ธ Bump mamba-org/provision-with-micromamba from 7 to 14 #2425 (dependabot[bot])
    • โฌ†๏ธ Bump actions/setup-python from 2 to 4 #2424 (dependabot[bot])
    • โฌ†๏ธ Bump actions/checkout from 2 to 3 #2423 (dependabot[bot])
    • โฌ†๏ธ Bump actions/download-artifact from 2 to 3 #2422 (dependabot[bot])
    • โฌ†๏ธ Bump actions/upload-artifact from 2 to 3 #2421 (dependabot[bot])
    • ๐Ÿ‘ Allow 180 fov and clarify docstring #2412 (brisvag)
    • โž• Address deprecation warnings with the usage of distuilts for LooseVersion #2404 (hmaarrfk)
    • โž• Add governance and steering committee information to README #2397 (djhoese)
    • ๐Ÿ†• New instanced rendering example #2376 (brisvag)
    • โž• Add initial organization charter and project governance #2367 (djhoese)
    • ๐Ÿ›  Fix a few comment and docstring typos #2353 (timgates42)
    • ๐Ÿ‘‰ Use cubic instead of bicubic as name for interpolation #2348 (brisvag)
    • ๐Ÿ›  Fix test for Image custom interpolation #2347 (brisvag)
    • โž• Add realtime data visualization tutorial examples #2339 (djhoese)
  • v0.11.0 Changes

    July 04, 2022

    โœจ Enhancements:

    • โฌ‡๏ธ Reduce memory copies in LineVisual #2327 (christiansandberg)
    • โž• Add shader interpolation methods for VolumeVisual #2322 (brisvag)
    • โž• Add 'custom' ImageVisual interpolation with custom kernel on GPU #2319 (brisvag)

    ๐Ÿ›  Fixed bugs:

    ๐Ÿ”€ Merged pull requests:

  • v0.10.0 Changes

    April 18, 2022

    โœจ Enhancements:

    • Add GL_MIN/GL_MAX constants for glBlendEquation #2320 (djhoese)
    • โž• Add cutoff to mip and minip volume projection for fragment discard #2308 (brisvag)
    • โšก๏ธ Optimize shader regular expression compilation #2297 (PydPiper)
    • โž• Add ComplexImageVisual for viewing complex image data #1999 (tlambert03)
    • ๐Ÿ‘ Allow depth in Texture2D. #1310 (keunhong)

    ๐Ÿ›  Fixed bugs:

    • Set depth in VolumeVisual for mip/minip/attenuated_mip rendering modes #2305 (alisterburt)

    ๐Ÿ”€ Merged pull requests:

  • v0.9.6 Changes

    February 04, 2022

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fix TypeError for membership test of KeyboardModifiers #2293 (rayg-ssec)
  • v0.9.5 Changes

    February 04, 2022

    ๐Ÿ›  Fixed bugs:

    • Set depth buffer in Volume plane rendering #2289 (brisvag)
    • ๐Ÿ›  Fix numpy error with array edge_width in Markers #2285 (brisvag)
    • ๐Ÿ›  Fix touch event handling issue for Qt6-based backends #2284 (mars0001)
    • remove utf-8 encode in _vispy_set_title #2269 (Llewyllen)

    ๐Ÿ”€ Merged pull requests:

  • v0.9.4 Changes

    November 24, 2021

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fix MeshNormals and WireframeFilter with empty MeshData #2262 (brisvag)
    • Update clims in color transform whenever texture._data_limits changes #2245 (tlambert03)

    ๐Ÿ”€ Merged pull requests:

  • v0.9.3 Changes

    October 27, 2021

    ๐Ÿ›  Fixed bugs:

    • Noop on clicking both mouse buttons #2244 (brisvag)
    • ๐Ÿ›  Fix performance issues with 0.9.1 #2243 (brisvag)
    • โœ‚ Remove unnecessary if clauses from Volume #2242 (brisvag)
    • ๐Ÿ›  Fix volume rendering's wrong offset #2239 (brisvag)
    • โšก๏ธ Update PlanesClipper interpolation to occur in the fragment shader #2226 (brisvag)

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿšš Include tutorial image from vispy/images to remove remote reference #2240 (draco2003)
  • v0.9.2 Changes

    October 21, 2021

    ๐Ÿ›  Fixed bugs:

  • v0.9.1 Changes

    October 20, 2021

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ“š Documentation for third party projects #2235 (Dive576)
    • โœ‚ Remove "Jupyter Widget" section part #2233 (djhoese)
    • ๐Ÿšš Move module globals to class attributes #2227 (brisvag)