SHA256
1
0
forked from pool/python-vispy

15 Commits

Author SHA256 Message Date
1d3af0d939 - update to 0.14.3:
* Clip step size based on maximum detail on an 8K monitor
  * Fix integral computation in attenuated mip
  * Reset VertexAttribDivisor even if None

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-vispy?expand=0&rev=30
2024-06-30 19:00:48 +00:00
388709e65e Accepting request 1158521 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 0.14.2
  ## Enhancements:
  * Radius of ellipse can now be specified as numpy.array #2561
    (ullmannJan)
  * Add ivec2, ivec3, ivec4 to ATYPEINFO in glir.py #2545
    (hmaarrfk)
  * Improve Markers symbols validation performance #2533 (Czaki)
  ## Fixed bugs:
  * Correction to Vispy.Visuals.Markers.set_data #2565
    (c40zAtGitHub)
  * Fix SurfacePlotVisual not allowing 2D x and y inputs #2554
    (ullmannJan)
  * Change devicePixelRatio calls to devicePixelRatioF to get a
    floating point number instead of an integer #2540 (dalthviz)
- Fix test suite setup
- Clean requirements and obsolete jupyter package description

OBS-URL: https://build.opensuse.org/request/show/1158521
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-vispy?expand=0&rev=28
2024-03-19 15:36:46 +00:00
26e1cc80d6 - 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
2023-12-27 16:09:21 +00:00
f4f7e44773 - Update to 0.13.0:
* Switch MarkersVisual scaling option to string "fixed", "scene", or
    "visual"
  * Add early-termination optimization to attenuated mip
  * Add `InstancedMeshVisual` for faster and easier rendering of repeated
    meshes
  * Instanced mesh example
  * Use QNativeEventGesture for touchpad gesture input
  * Fix TypeError with pinch-to-zoom 
- Replace setuptools_scm_git_archive BuildRequires with setuptools_scm.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-vispy?expand=0&rev=24
2023-07-19 04:43:31 +00:00
481b47e425 - We don't need six module any more.
- Enable tests again.

- version update to 0.12.2
  * lot of changes, see
    https://github.com/vispy/vispy/blob/main/CHANGELOG.md

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-vispy?expand=0&rev=22
2023-03-21 13:17:51 +00:00
78a01ece94 Accepting request 880257 from home:stroeder:branches:devel:languages:python:numeric
Update to 0.6.6

OBS-URL: https://build.opensuse.org/request/show/880257
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-vispy?expand=0&rev=20
2021-03-22 10:42:09 +00:00
38f57fabf7 - skip python 3.6 from build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-vispy?expand=0&rev=18
2021-02-12 15:01:26 +00:00
Todd R
72c80871cb Accepting request 770301 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to 0.6.4
  + Enhancements
    * Filter unnecessary QSocketNotifier warning when using QtConsole
    * FIX: Nest triangle and skimage imports
    * Switch to setuptools_scm version.py usage to avoid import overhead
  + Fixed bugs
    * Skip bad font in test_font
- Update to 0.6.3
  + Enhancements
    * Improve AxisVisual visual by providing property getters and setters
    * Fix MarkerVisual scaling when rotating in 3D space
  + Fixed bugs
    * Fix string formatting of array shape
    * Fix texture alignment to use data itemsize
    * Fix shader version handling in webgl backend
    * Fix 2D mesh bounds IndexError when viewed in 3D
    * Fix xaxis labels being wrong initially in PlotWidget
    * Various bug fixes related to AxisVisual
    * Fixed a bug in linking two flycameras
  + Merged pull requests
    * Fix additional numpy warnings when dealing with dtypes of size 1

OBS-URL: https://build.opensuse.org/request/show/770301
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-vispy?expand=0&rev=16
2020-02-05 14:19:45 +00:00
Todd R
ca40cb608d Accepting request 749729 from home:TheBlackCat:branches:devel:languages:python:numeric
Update to 0.16.2

OBS-URL: https://build.opensuse.org/request/show/749729
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-vispy?expand=0&rev=14
2019-11-19 20:07:12 +00:00
Todd R
004a05ef63 Accepting request 720691 from home:TheBlackCat:branches:devel:languages:python:numeric
Update to 0.16.1

OBS-URL: https://build.opensuse.org/request/show/720691
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-vispy?expand=0&rev=12
2019-08-02 15:31:41 +00:00
Todd R
898d52214e Accepting request 718016 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to 0.16.0
  * 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
- Add jupyter subpackage

OBS-URL: https://build.opensuse.org/request/show/718016
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-vispy?expand=0&rev=11
2019-07-23 20:52:24 +00:00
Todd R
e0d274bd4f Accepting request 695343 from home:TheBlackCat:branches:devel:languages:python:numeric
- Switch to the qt5 backend.

OBS-URL: https://build.opensuse.org/request/show/695343
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-vispy?expand=0&rev=9
2019-04-17 21:07:55 +00:00
887cde57f5 Accepting request 645934 from devel:languages:python:numeric
- Update to version 0.15.3
  * Workaround matplotlib 2.2 dropping _cntr private module
  * Try appveyor SSL settings for fixing https download
  * Fix buffer due to unsupported numpy feature

OBS-URL: https://build.opensuse.org/request/show/645934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vispy?expand=0&rev=3
2018-11-02 09:53:06 +00:00
0000de7dc2 Accepting request 603212 from devel:languages:python
- Compact description.

OBS-URL: https://build.opensuse.org/request/show/603212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vispy?expand=0&rev=2
2018-05-04 09:30:02 +00:00
286aa77a18 Accepting request 581985 from devel:languages:python
Needed by the latest version of python-holoviews, already in openSUSE:Factory.

OBS-URL: https://build.opensuse.org/request/show/581985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vispy?expand=0&rev=1
2018-03-09 09:36:31 +00:00