Releases: vpython/vpython-jupyter
Releases · vpython/vpython-jupyter
7.6.5
- Fix an extrusion bug (#216)
- Update demos (#218)
- Fix bugs in radio buttons (#223, #224, #225)
- Update
sign
andpixel_to_world
to match web vpython (#225, #226, #227) - Update plotly support (#229)
- Update
vector
/cyvector
representations to match the python convention (#231, #232) - Fix type error caused by Cython 3 transition (#233)
- Update jupyterlab extension for Jupyter Lab 4 and Notebook 7 (#242, #243, #245)
- Several additional bug fixes (#247, #248, #249, #251, #252)
- Fix bug in
dot_color
(#260) - Fix bug in
bound_box
(#267) - Infrastructure updates
7.6.5.beta7: Merge pull request #274 from jcoady/jupyterlab4
updated some no_notebook demo programs
7.6.5.beta6: Merge pull request #273 from jcoady/jupyterlab4
Added some demos from webvpython
7.6.5b5
Merge pull request #267 from vpython/bounding_box fix bound_box
7.6.5b4
Install this with pip install --pre vpython==7.6.5b4
7.6.5.beta3
Merge pull request #260 from vpython/dotcolor Fix dot_color
7.6.5 beta 2
- Fix an extrusion bug (#216)
- Update demos (#218)
- Fix bugs in radio buttons (#223, #224, #225)
- Update
sign
andpixel_to_world
to match web vpython (#225, #226, #227) - Update plotly support (#229)
- Update
vector
/cyvector
representations to match the python convention (#231, #232) - Fix type error caused by Cython 3 transition (#233)
- Update jupyterlab extension for Jupyter Lab 4 and Notebook 7 (#242, #243, #245)
- Several additional bug fixees (#247, #248, #249, #251, #252)
- Infrastructure updates
7.6.5 beta 1
Test release
7.6.4
What's Changed
- Fix menu choices by @BruceSherwood in #192
- Simpler fix to menu choices by @BruceSherwood in #193
- Change Node to PolyNode by @BruceSherwood in #196
- Fix scene.camera.follow(None) by @BruceSherwood in #198
- Implement scene.camera.follow(function) by @BruceSherwood in #200
- Use https instead of git for clone by @mwcraig in #202
- add version guard for autobahn by @sspickle in #205
- Fix radio button bug by @BruceSherwood in #207
- Improve plot interval by @BruceSherwood in #208
- Update version of manylinux wheel builder action by @mwcraig in #209
- Update to version 3 of the checkout action by @mwcraig in #210
- Use setuptools_scm instead of versioneer by @mwcraig in #211
- Add Cython to build dependencies by @mwcraig in #212
Full Changelog: 7.6.3...7.6.4