@@ -8,18 +8,18 @@ You can also install the master (head of tree) version from GitHub, either using
8
8
Because pyscript has quite a few unit tests, generally the master version should work ok. But it's not
9
9
guaranteed to work at any random time, and newly-added features might change.
10
10
11
- The latest release is 1.2.0 , released on January 31 , 2021. Here is the `stable documentation
11
+ The latest release is 1.2.1 , released on February 9 , 2021. Here is the `stable documentation
12
12
<https://hacs-pyscript.readthedocs.io/en/stable> `__ for that release.
13
13
14
14
Over time, the master (head of tree) version in GitHub will include new features and bug fixes.
15
15
Here is the `latest documentation <https://hacs-pyscript.readthedocs.io/en/latest >`__ if you want
16
16
to see the development version of the documentation.
17
17
18
- If you want to see development progress since 1.2.0 , see
18
+ If you want to see development progress since 1.2.1 , see
19
19
`new features <https://hacs-pyscript.readthedocs.io/en/latest/new_features.html >`__
20
20
in the latest documentation.
21
21
22
- Planned new features post 1.2.0 include:
22
+ Planned new features post 1.2.1 include:
23
23
24
24
- Consider supporting the built-in functions that do I/O, such as ``open ``, ``read `` and ``write ``, which
25
25
are not currently supported to avoid I/O in the main event loop, and also to avoid security issues if people
@@ -28,15 +28,14 @@ Planned new features post 1.2.0 include:
28
28
enabled when ``allow_all_imports `` is set.
29
29
- Consider adding an option argument to ``@pyscript_compile `` that wraps the function with ``task.executor ``.
30
30
31
- The new features since 1.2.0 in master include:
31
+ The new features since 1.2.1 in master include:
32
32
33
- - ``lambda `` functions are compiled so they behave like regular python lambda functions. Previously they were
34
- async, which meant they didn't work when called by functions like `filter ` or `map `.
33
+ - None yet.
35
34
36
- Breaking changes since 1.2.0 include:
35
+ Breaking changes since 1.2.1 include:
37
36
38
37
- None yet.
39
38
40
- Bug fixes since 1.2.0 include:
39
+ Bug fixes since 1.2.1 include:
41
40
42
41
- None yet.
0 commit comments