From 26e1cc80d67ae17c8cccd84caa5c77cea4516252b8039d6243150a6da411f581 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 27 Dec 2023 16:09:21 +0000 Subject: [PATCH] - update to 0.14.1: * Remove deprecated code from vispy.color.get\_colormap * Cache make_pattern on DashAtlas * Add push/pop gl_state for visuals * Add primitive picking filters for Mesh and Markers visuals * Fix spherical markers depth buffer with scaling='visual' * Fix mesh shading with flipped normals * Fix TypeError with pinch-to-zoom - skip python 3.6 from build * Switch to setuptools_scm for automatic version numbering * Improve PanZoom camera performance when non-+z direction is used * Fix Python 3.8 compatibility in Canvas 'keys' update * Fix VolumeVisual modifying user provided data in-place * Fix depth buffer precision * Volume visual has unset variable texture2D\_LUT * Fix MarkersVisual.set_data crash when pos is None * Fix numpy futurewarning in dtype creation OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-vispy?expand=0&rev=26 --- python-vispy.changes | 33 ++++++++++++++++++++++----------- python-vispy.spec | 2 +- vispy-0.13.0.tar.gz | 3 --- vispy-0.14.1.tar.gz | 3 +++ 4 files changed, 26 insertions(+), 15 deletions(-) delete mode 100644 vispy-0.13.0.tar.gz create mode 100644 vispy-0.14.1.tar.gz diff --git a/python-vispy.changes b/python-vispy.changes index 5728008..da78967 100644 --- a/python-vispy.changes +++ b/python-vispy.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Dec 27 16:08:16 UTC 2023 - Dirk Müller + +- update to 0.14.1: + * Remove deprecated code from vispy.color.get\_colormap + * Cache make_pattern on DashAtlas + * Add push/pop gl_state for visuals + * Add primitive picking filters for Mesh and Markers visuals + * Fix spherical markers depth buffer with scaling='visual' + * Fix mesh shading with flipped normals + ------------------------------------------------------------------- Wed Jul 19 04:42:21 UTC 2023 - Steve Kowalik @@ -9,7 +20,7 @@ Wed Jul 19 04:42:21 UTC 2023 - Steve Kowalik meshes * Instanced mesh example * Use QNativeEventGesture for touchpad gesture input - * Fix TypeError with pinch-to-zoom + * Fix TypeError with pinch-to-zoom - Replace setuptools_scm_git_archive BuildRequires with setuptools_scm. ------------------------------------------------------------------- @@ -38,7 +49,7 @@ Sat Mar 20 12:41:30 UTC 2021 - Michael Ströder ------------------------------------------------------------------- Fri Feb 12 15:01:08 UTC 2021 - Dirk Müller -- skip python 3.6 from build +- skip python 3.6 from build ------------------------------------------------------------------- Wed Feb 5 14:10:31 UTC 2020 - Todd R @@ -64,21 +75,21 @@ Wed Feb 5 14:10:31 UTC 2020 - Todd R * Fixed a bug in linking two flycameras + Merged pull requests * Fix additional numpy warnings when dealing with dtypes of size 1 - + ------------------------------------------------------------------- Tue Nov 19 20:01:11 UTC 2019 - Todd R - Update to 0.16.2 + Enhancements - * Switch to setuptools_scm for automatic version numbering - * Improve PanZoom camera performance when non-+z direction is used + * Switch to setuptools_scm for automatic version numbering + * Improve PanZoom camera performance when non-+z direction is used + Fixed bugs - * Fix Python 3.8 compatibility in Canvas 'keys' update - * Fix VolumeVisual modifying user provided data in-place - * Fix depth buffer precision - * Volume visual has unset variable texture2D\_LUT - * Fix MarkersVisual.set_data crash when pos is None - * Fix numpy futurewarning in dtype creation + * Fix Python 3.8 compatibility in Canvas 'keys' update + * Fix VolumeVisual modifying user provided data in-place + * Fix depth buffer precision + * Volume visual has unset variable texture2D\_LUT + * Fix MarkersVisual.set_data crash when pos is None + * Fix numpy futurewarning in dtype creation ------------------------------------------------------------------- Fri Aug 2 15:27:16 UTC 2019 - Todd R diff --git a/python-vispy.spec b/python-vispy.spec index ba02cc2..447e1b3 100644 --- a/python-vispy.spec +++ b/python-vispy.spec @@ -18,7 +18,7 @@ %bcond_without ext_deps Name: python-vispy -Version: 0.13.0 +Version: 0.14.1 Release: 0 Summary: Interactive visualization in Python License: BSD-3-Clause diff --git a/vispy-0.13.0.tar.gz b/vispy-0.13.0.tar.gz deleted file mode 100644 index d225f28..0000000 --- a/vispy-0.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b59f7bcf6528c914bca6ceb4ad959984c6604bea34663012a72ab88ad8889eaf -size 2468138 diff --git a/vispy-0.14.1.tar.gz b/vispy-0.14.1.tar.gz new file mode 100644 index 0000000..2889455 --- /dev/null +++ b/vispy-0.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:249a50979fc00a8b65109283354dcf12cf415c1a5dcf9821e113f6e590b9b93c +size 2475824