Releases: vpython/vpython-jupyter
7.6.2pre11
Here are the commits since pre10:
57d621e Mouse click documentation used the wrong "project" function
0ae9a8f Add profile links
8ab9b5c Add new contributor
f3a2871 Merge pull request #165 from 0dminnimda/improve-vpython.canvas.capture
2eb3511 vpython: capture: use endswith
instead of slicing
00dd16d vpython: set default value for capture_labels
explicitly
0fdd90b vpython: improve the capture
implementation
c47d45d Merge pull request #164 from vpython/my-new-branch
c4a8bfd Merge pull request #163 from vpython/Fix-extrusion-bug
83e8b01 Merge pull request #162 from vpython/BruceSherwood-minor-improvement-to-convert_stl.py
b36657f Merge pull request #161 from vpython/BruceSherwood-fix-stl-convertor
b40e64f Merge pull request #160 from vpython/Binary-stl-convertor
96eb087 Fix directory name for wheels
7.6.2pre9 -- another wheel building test
Merge pull request #158 from mwcraig/change-manylinxu-name Update pattern for matching manylinux wheels
7.6.2.pre8 -- for build testing
This release is to test the building of Linux wheels when a release is made
7.6.2pre10 -- more build testing
Merge pull request #159 from mwcraig/🙄 Fix directory name for wheels
7.6.2pre7
Many changes including:
scene.capture handles label text
Added isjupyterlab_vpython check …
Update glowcomm.js …
Update glowcommlab.js …
Delete package-lock.json …
Updated for JupyterLab 2 and 3 …
Delete some unused code from the glowcomm files
Fix bug in moidyfing menu choices
Improve extrusion error reporting
Update extrusion object
Bump y18n from 4.0.0 to 4.0.1 in /labextension/vpython …
Bump elliptic from 6.5.3 to 6.5.4 in /labextension/vpython …
Remove spurious backtick on README.md
Correct typo in the clone machinery
Fix miniconda setup
Update to latest version of miniconda action
cannot copy object, need to copy attrs
let cython know that we are using python3.
remove debug line
fix up line endings
7.6.2pre6
7.6.2pre5
7.6.2pre4
7.6.2pre3
All the recent changes enumerated below. Also updated some dependencies in the lab extension to eliminate some vulnerabilities.
Enable changing menu choices
clock() works with pre- and post-Python 3.8
Improve ring texture and bumpmap
Improve appearance of helix
Fix bugs with zero-length objects
Can gray out a slider using slider.disabled = True
Fixed an error in rounding an extrusion shape
Speed up creation of compounds
Implement object.bounding_box()
Fix bug in setting depth of 3D text
Fix bug in graph object data attribute
Fix error reporting in use of curve.pts(N)
Implement round arrows
7.6.2pre2
Bringing over multiple changes from glowscript including:
Fix zero-length arrow; improve await insertion
#114 by BruceSherwood was merged on Aug 13
Fix major bugs in inserting await into complex function calls.
#113 by BruceSherwood was merged on Aug 11
Fix offline 3.0, which was corrupted
#112 by BruceSherwood was merged on Aug 9
Also:
Bug fix error reporting on curve.pts(N) out of range
#120 by BruceSherwood was merged 10 hours ago