mirror of https://github.com/pyodide/pyodide.git
DOC Add Safari compatibility in release notes (#1332)
This commit is contained in:
parent
9baffb6b7f
commit
a5e21ba75a
|
@ -13,9 +13,11 @@ substitutions:
|
||||||
## Version [Unreleased]
|
## Version [Unreleased]
|
||||||
|
|
||||||
### Improvements to package loading and dynamic linking
|
### Improvements to package loading and dynamic linking
|
||||||
- {{Enhancement}} Uses the emscripten preload plugin system to preload .so files in packages
|
- {{ Enhancement }} Uses the emscripten preload plugin system to preload .so files in packages
|
||||||
- {{Enhancement}} Support for shared library packages. This is used for CLAPACK which makes scipy a lot smaller.
|
- {{ Enhancement }} Support for shared library packages. This is used for CLAPACK which makes scipy a lot smaller.
|
||||||
[#1236] https://github.com/iodide-project/pyodide/pull/1236
|
[#1236](https://github.com/iodide-project/pyodide/pull/1236)
|
||||||
|
- {{ Fix }} Pyodide and included packages can now be used with Safari v14+.
|
||||||
|
Safari v13 has also been observed to work on some (but not all) devices.
|
||||||
|
|
||||||
### Python / JS type conversions
|
### Python / JS type conversions
|
||||||
- {{ Feature }} A `JsProxy` of a Javascript `Promise` or other awaitable object is now a
|
- {{ Feature }} A `JsProxy` of a Javascript `Promise` or other awaitable object is now a
|
||||||
|
|
Loading…
Reference in New Issue