VisPy v0.11.0 Release Notes
Release Date: 2022-07-04 // over 1 year ago-
✨ 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:
- 🛠 Fix clipping planes logic for
Volume
andPlanesClipper
#2329 (brisvag) - ✅ Enable text depth testing #2328 (almarklein)
- 🛠 Fix HIDPI on pyglet #2326 (almarklein)
- Add
blend_equation
(add) to GL_PRESETS #2324 (psobolewskiPhD)
🔀 Merged pull requests:
- 🛠 Fix link to CHANGELOG.md in README.rst #2338 (psobolewskiPhD)
- 📄 Typo fix in docstring #2332 (ksohan)