Skip to content

Releases: vpython/vpython-jupyter

7.6.2pre1

13 Aug 21:55
d0d442f
Compare
Choose a tag to compare
7.6.2pre1 Pre-release
Pre-release

Merged zero-arrow bug fix.

7.6.2beta3

11 Aug 16:35
f575483
Compare
Choose a tag to compare
7.6.2beta3 Pre-release
Pre-release

Bruce updated various VPython 7 files, including labextension/src/glocommlab.js. This fixes a bug in setting the depth of a 3D text object, it clamps mousemove event triggers to no more than 60 per second, and it uses more chords per helix turn to improve helix appearance.

Also, he fixed some major bugs in GlowScript VPython in inserting "await" where needed when a function call included arguments such as "a=5".

7.6.2.beta2

31 Jul 16:05
4ac6b16
Compare
Choose a tag to compare
7.6.2.beta2 Pre-release
Pre-release

Added fixes for zero-length and zero-axis objects.

7.6.2.beta1

28 Jul 15:21
8efe36f
Compare
Choose a tag to compare
7.6.2.beta1 Pre-release
Pre-release

Updates glowscript to:

  • Fix a few bugs
  • Improves rings and textures (#84 and #86) by Craig Wiegert

7.6.1

18 Feb 04:12
eb99b4f
Compare
Choose a tag to compare

Big new feature:

You can now open vpython windows without opening a web browser (but not on WIndows or Python 3.8 yet)! The default is to still open a browser, but if you prefer, an application window can be opened instead (a bit like the old vpython 5/6 behavior). Thanks to Aaron Titus @atitus for implementing this. [#9 ]

Using it adds only one line to your program, set_browser(type='pyqt'). A short example:

from vpython import *

set_browser(type='pyqt')

ball=sphere()

Other improvements/fixes

  • Compatibility with Spyder 4. [#43]
  • Fix bug in scene.forward. [#45]
  • Better default width for arrow shafts. [#44]
  • Several fixes to the glowscript library. [#66, #67, #68]

7.6.1.beta12

17 Feb 14:35
f37880b
Compare
Choose a tag to compare
7.6.1.beta12 Pre-release
Pre-release

Fixes conditional that raises error on qt and Python 3.8 or higher

7.6.1.beta11

17 Feb 00:14
e6b5105
Compare
Choose a tag to compare
7.6.1.beta11 Pre-release
Pre-release

Issue clearer error message on qt/python 2.8

7.6.1.beta10

16 Feb 23:14
f619021
Compare
Choose a tag to compare
7.6.1.beta10 Pre-release
Pre-release

Really hope this is the last pre-release....fixes a couple of deprecation warnings about time.clock

7.6.1.beta9

07 Feb 20:06
efe6e10
Compare
Choose a tag to compare
7.6.1.beta9 Pre-release
Pre-release

This pre-release incorporates recent glowscript vpython changes

7.6.1.beta8

05 Feb 15:06
7fc896b
Compare
Choose a tag to compare
7.6.1.beta8 Pre-release
Pre-release

Remove integrate_selected; give explicit error on qt/windows.