VisPy v0.12.1 Release Notes
Release Date: 2022-11-14 // over 2 years agoPrevious changes from v0.12.0
-
โจ 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
inMarkersVisual
#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 ofbicubic
as name for interpolation #2348 (brisvag) - ๐ Fix test for
Image
custom interpolation #2347 (brisvag) - โ Add realtime data visualization tutorial examples #2339 (djhoese)