Skip to content

Releases: trinketapp/skulpt

Fail correctly

01 Sep 20:31
4aa2550
Compare
Choose a tag to compare

Updates some error behaviors to more closely match Python 3

setworldcoordinates fix

15 Oct 14:46
52793fb
Compare
Choose a tag to compare
Merge pull request #61 from trinketapp/fix/setworldcoordinates

fix setworldcoordinates

Keyword args support in Turtle

11 Oct 19:52
5f42d92
Compare
Choose a tag to compare
Merge pull request #60 from trinketapp/fix/turtle-kwargs

Fix/turtle kwargs

Version bump because of build issues

28 Sep 18:04
Compare
Choose a tag to compare
0.11.1.30

Force rebuild and bump version

Add mock numbers module

27 Sep 18:21
eb2769c
Compare
Choose a tag to compare

Number in the numbers module now is (int, float, complex) so you can say isinstance(5, Number)

fabs fix

20 Sep 12:57
905e3d0
Compare
Choose a tag to compare

#58 - internal fabs/abs get distinct co_names

Async keywords & first class builtins

19 Sep 22:13
08e9abe
Compare
Choose a tag to compare

#56 - builtins are no longer directly aliased to internals and are instead dynamically built into Skulpt functions

Things that now work:

  • import datetime
  • any operation on a builtin that expects it to be a first class Skulpt function rather than naked Javascript (e.g. assignment)
  • better support for **kwargs

Third party modules that access internals directly will still work.

Collections imports keywords async

10 Sep 08:39
752a6d6
Compare
Choose a tag to compare
0.11.1.26

bump version 0.11.1.26

Sleepy maps

30 Aug 19:28
ea19ada
Compare
Choose a tag to compare

map function can suspend now

imageProxy can also be a function

19 Aug 11:43
67258a3
Compare
Choose a tag to compare

Little niggle to stop it breaking when running tests