Skip to content

Releases: vpython/vpython-jupyter

7.6.4pre5

11 Jul 12:29
5b0557e
Compare
Choose a tag to compare
7.6.4pre5 Pre-release
Pre-release

Another attempt at a pre-release.

7.6.4pre4

08 Jul 03:01
4101321
Compare
Choose a tag to compare
7.6.4pre4 Pre-release
Pre-release

Another attempt at a pre-release for 7.6.4.

7.6.4pre3

07 Jul 18:09
52ec17b
Compare
Choose a tag to compare
7.6.4pre3 Pre-release
Pre-release

Another attempt at a pre-release.

7.6.4pre2

07 Jul 15:05
3ef2a2a
Compare
Choose a tag to compare
7.6.4pre2 Pre-release
Pre-release

A pre-release of 7.6.4.

7.6.4pre1

29 May 11:26
5e8755c
Compare
Choose a tag to compare
7.6.4pre1 Pre-release
Pre-release

This is a pre-release to prepare for the 7.6.4 release.

7.6.3

21 Jan 10:14
14928df
Compare
Choose a tag to compare

This release includes many improvements:

Improved attach_arrow
Corrections to ring
Can now have up to 32 lights (previous limit was 8)
Now uses WebGl2 which makes it possible to have up to 4.295 billion vertex objects (previous limit was 65536)
Can group radio buttons so that only one button in the group is ever highlighted
New attach_light for attaching a local_light to a moving object

There is enhanced compatibility between VPython 7 and Web VPython, because Web VPython now supports standard Python list, dictionary, and set methods

What's Changed

New Contributors

Full Changelog: 7.6.2...7.6.3

7.6.3pre4: Merge pull request #191 from mwcraig/remove-python-2-stuff

20 Jan 02:29
14928df
Compare
Choose a tag to compare

This release includes many improvements:

Improved attach_arrow
Corrections to ring
Can now have up to 32 lights (previous limit was 8)
Now uses WebGl2 which makes it possible to have up to 4.295 billion vertex objects (previous limit was 65536)
Can group radio buttons so that only one button in the group is ever highlighted
New attach_light for attaching a local_light to a moving object

There is enhanced compatibility between VPython 7 and Web VPython, because Web VPython now supports standard Python list, dictionary, and set methods

Merged PRs 180 and 183

7.6.3-pre-1

16 Jan 22:49
48cee12
Compare
Choose a tag to compare
7.6.3-pre-1 Pre-release
Pre-release

This release includes many improvements:

Improved attach_arrow
Corrections to ring
Can now have up to 32 lights (previous limit was 8)
Now uses WebGl2 which makes it possible to have up to 4.295 billion vertex objects (previous limit was 65536)
Can group radio buttons so that only one button in the group is ever highlighted
New attach_light for attaching a local_light to a moving object

There is enhanced compatibility between VPython 7 and Web VPython, because Web VPython now supports standard Python list, dictionary, and set methods

Merged PRs 180 and 183

7.6.2

30 Jul 19:47
6b63ca9
Compare
Choose a tag to compare

Lots of changes! See release descriptions for the pre-releases on GitHub.

7.6.2pre12

29 Jul 08:37
6b63ca9
Compare
Choose a tag to compare
7.6.2pre12 Pre-release
Pre-release

Added typo fix for autoscale bug