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
This commit is contained in:
Todd R
2019-11-19 20:07:12 +00:00
committed by Git OBS Bridge
parent 004a05ef63
commit ca40cb608d
4 changed files with 35 additions and 21 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Nov 19 20:01:11 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 0.16.2
+ Enhancements
* 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
-------------------------------------------------------------------
Fri Aug 2 15:27:16 UTC 2019 - Todd R <toddrme2178@gmail.com>