Skip to content

Commit 1efaa3e

Browse files
committed
update changelog
1 parent cbdf413 commit 1efaa3e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ language runtime. The main focus is on user-observable behavior of the engine.
55

66
## Version 23.1.0
77
* Oracle GraalPy standalones (also known as GraalPy Enterprise) are now available under GFTC. The community builds published on Github have been renamed to `graalpy-community-<version>-<os>-<arch>.tar.gz`.
8-
* Support compilation and execution of C extensions using the native MSVC toolchain on Windows.
9-
* Add support for the sqlite3 module.
8+
* Add support for the sqlite3 module. This allows many packages like `coverage` or `Flask-SQLAlchemy` to work on top of this embedded database.
9+
* The GraalPy standalone tool was updated to build single-file executable Python binaries for Linux, Windows, and macOS.
10+
* The GraalPy standalone tool was updated to generate skeleton Maven projects the demonstrate polyglot embedding.
11+
* Support venv and pip installation of with pure Python wheels on Windows. This is the first preview of Windows support for this feature, and there are limitations, but pure Python packages like Pygal can be installed with `python -m pip --no-cache install pygal`.
12+
* Support compilation and execution of C extensions using the native MSVC toolchain on Windows. This feature allows building C extensions from source, installation via pip is not possible at this time.
13+
* We have [contributed](https://github.com/actions/setup-python/pull/694) support for GraalPy to GitHub's `setup-python` action. We hope it will be available in the default repository soon, until then you can try it from the fork to run your Python workloads on GraalPy.
1014

1115
## Version 23.0.0
1216
* Update `numpy` and `pandas` versions, add support for `scipy` and `scikit_learn` with `ginstall`. This automatically applies some fixes that make it possible to use these new versions with GraalPy.

0 commit comments

Comments
 (0)