Skip to content

Releases: vpython/vpython-jupyter

7.6.1.beta7

26 Jan 18:14
d5efeb1
Compare
Choose a tag to compare
7.6.1.beta7 Pre-release
Pre-release

Adds cron builds and one more glowscript bug fix

7.6.1.beta6

20 Jan 04:15
0172e8f
Compare
Choose a tag to compare
7.6.1.beta6 Pre-release
Pre-release

Last beta before release, hopefully...

7.6.1.beta2

20 Jan 03:18
f0a1d0e
Compare
Choose a tag to compare
7.6.1.beta2 Pre-release
Pre-release

Another test release, mostly to see if the new upload machinery works

7.6.1.beta1

19 Jan 02:08
2633bb6
Compare
Choose a tag to compare
7.6.1.beta1 Pre-release
Pre-release

trying a pre-release to test building.

7.6.0

17 Jan 22:27
fe67462
Compare
Choose a tag to compare

Big new feature:

You can now open vpython windows without opening a web browser! 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]

7.5.2

10 Nov 20:58
32136e8
Compare
Choose a tag to compare

This release of vpython contains code from new contributors @higucheese, @kdunn926, and @brianbbsu, and fixes these issues:

  • Support for JupyterLab 1.x [#17, #26 ]
  • Ability to run on JupyterHub, including Binder [#28, #30, #31]
  • High CPU usage when running in a Jupyter notebook [#11]
  • Crash when trying to run in Spyder before setting a particular Spyder conifguration item [#19, #20]
  • Minor bug fixes in scene creation. [#12]

7.5.2.beta5

25 Oct 13:06
d78f92b
Compare
Choose a tag to compare
7.5.2.beta5 Pre-release
Pre-release

One last test of the packaging before release...

7.5.2.beta4

14 Oct 18:24
f6f9d64
Compare
Choose a tag to compare
7.5.2.beta4 Pre-release
Pre-release

Maybe windows will build this time?

7.5.2.beta3

14 Oct 02:25
ea333e3
Compare
Choose a tag to compare
7.5.2.beta3 Pre-release
Pre-release

Another testing release. This time want to see if this installs without conda-forge...

7.5.2.beta2

09 Oct 00:56
ec99491
Compare
Choose a tag to compare
7.5.2.beta2 Pre-release
Pre-release

For testing binder stuff