@@ -8,18 +8,18 @@ You can also install the master (head of tree) version from GitHub, either using
88Because pyscript has quite a few unit tests, generally the master version should work ok. But it's not
99guaranteed to work at any random time, and newly-added features might change.
1010
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
1212<https://hacs-pyscript.readthedocs.io/en/stable> `__ for that release.
1313
1414Over time, the master (head of tree) version in GitHub will include new features and bug fixes.
1515Here is the `latest documentation <https://hacs-pyscript.readthedocs.io/en/latest >`__ if you want
1616to see the development version of the documentation.
1717
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
1919`new features <https://hacs-pyscript.readthedocs.io/en/latest/new_features.html >`__
2020in the latest documentation.
2121
22- Planned new features post 1.2.0 include:
22+ Planned new features post 1.2.1 include:
2323
2424- Consider supporting the built-in functions that do I/O, such as ``open ``, ``read `` and ``write ``, which
2525 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:
2828 enabled when ``allow_all_imports `` is set.
2929- Consider adding an option argument to ``@pyscript_compile `` that wraps the function with ``task.executor ``.
3030
31- The new features since 1.2.0 in master include:
31+ The new features since 1.2.1 in master include:
3232
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.
3534
36- Breaking changes since 1.2.0 include:
35+ Breaking changes since 1.2.1 include:
3736
3837- None yet.
3938
40- Bug fixes since 1.2.0 include:
39+ Bug fixes since 1.2.1 include:
4140
4241- None yet.
0 commit comments