Skip to content

Releases: vpython/vpython-jupyter

7.6.2pre11

28 Jul 20:55
9c8dd39
Compare
Choose a tag to compare
7.6.2pre11 Pre-release
Pre-release

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

01 Jun 15:22
4bcf563
Compare
Choose a tag to compare
Merge pull request #158 from mwcraig/change-manylinxu-name

Update pattern for matching manylinux wheels

7.6.2.pre8 -- for build testing

01 Jun 15:01
8ecc2af
Compare
Choose a tag to compare
Pre-release

This release is to test the building of Linux wheels when a release is made

7.6.2pre10 -- more build testing

01 Jun 15:33
f9cc80a
Compare
Choose a tag to compare
Pre-release
Merge pull request #159 from mwcraig/🙄

Fix directory name for wheels

7.6.2pre7

26 May 16:21
5fb1a65
Compare
Choose a tag to compare
7.6.2pre7 Pre-release
Pre-release

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

16 Nov 12:54
65e3a76
Compare
Choose a tag to compare
7.6.2pre6 Pre-release
Pre-release

Found problem in cyvector adjust_up function.

7.6.2pre5

16 Nov 02:39
139924a
Compare
Choose a tag to compare
7.6.2pre5 Pre-release
Pre-release

Darn. I accidentally left a debug statement the no-notebook setup! Also, there were some problems reported with cyvector. Added a language level directive to cyvector.pyx to give cython a clue about using python 3.

7.6.2pre4

15 Nov 22:45
9e6782f
Compare
Choose a tag to compare
7.6.2pre4 Pre-release
Pre-release

All the changes from 7.6.2pre3 plus updates from some earlier changes that got lost somehow, but were recovered through heroic effort by Bruce! Thank you!

7.6.2pre3

09 Nov 13:15
6d5b631
Compare
Choose a tag to compare
7.6.2pre3 Pre-release
Pre-release

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

23 Sep 08:29
6f33d68
Compare
Choose a tag to compare
7.6.2pre2 Pre-release
Pre-release

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