File python-pythreejs.changes of Package python-pythreejs
-------------------------------------------------------------------
Wed Jul 24 10:51:30 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Add node_modules.tar.xz to build package from sources instead of
using the whl directly from pypi.
- Patch files to work correctly with newer matplotlib
gh#jupyter-widgets/pythreejs#411
-------------------------------------------------------------------
Fri Mar 8 13:44:13 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Skip python39: no longer supported since ipython 8.19
(via ipykernel)
-------------------------------------------------------------------
Tue Aug 29 17:19:49 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Require jupyterlab for extension check
-------------------------------------------------------------------
Sat Aug 26 15:41:15 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Nbextension: nbclassic or notebook < 7 required
-------------------------------------------------------------------
Sun Aug 28 21:33:44 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 2.4.1
* no release notes
* jupyter-threejs 2.4.0
* jupyter-threejs-jupyterlab 2.4.0
- Obsolete old names:
* jupyter-pythreejs
* jupyter-pythreejs-jupyterlab
-------------------------------------------------------------------
Sun Aug 21 20:11:26 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 2.3.0
* no release notes
* jupyter lab 3.0 federated bundle support
-------------------------------------------------------------------
Sat Apr 10 20:28:32 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Skip python36 build: no numpy and datawidgets for python36 on
Tumbleweed
-------------------------------------------------------------------
Tue Feb 2 23:22:43 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 2.2.1 with 2.2.0 jupyterlab extension
* no upstream changelog
- Use new wheel path for pyproject_install
- Enable test suite by getting the examples from GitHub
- Deselect some examples on python36, because the examples depend
on packages following NEP 29.
-------------------------------------------------------------------
Sat Jan 11 13:59:18 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
- Use pyproject_install macro (boo#1094323)
-------------------------------------------------------------------
Fri Aug 16 17:20:29 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Drop python2 version
-------------------------------------------------------------------
Thu Aug 15 20:47:02 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 2.1.1
* Improved extension install instructions for lab vs. notebook
- Update to 2.1.0
* Update deps within semver range
* Fix computeBoundingSphere
* Update traits.py for collections deprecation warning
* Update pythreejs.py to silence traitlets warning
* Fix faceVertexArray
* Use async in scripts
* Fix ArrowHelper
* radiusSegments -> radialSegments
* Update package-lock.json
* Add EdgesGeometry definition
* Avoid importing twice in autogen
* Ensure ImageTexture error is Error
* use Undefined pattern instead of global
* Replaces CFloat class by CFloat() instances in __init__ methods
* Add support for ipywebrtc
* Add a watch script
* tweak manifix setting
-------------------------------------------------------------------
Tue Apr 30 01:51:05 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Initial version