v0.3.1 (2023-09-28)
Our first-ever patch release of the Mojo SDK is here! Release v0.3.1 includes primarily installation-related fixes. If you’ve had trouble installing the previous versions of the SDK, this release may be for you.
🛠️ Fixed
- #538 - Installation hangs during the testing phase. This issue occurs on machines with a low number of CPU cores, such as free AWS EC2 instances and GitHub Codespaces.
- #590 - Installation fails with a “failed to run python” message.
- #672 - Language server hangs on code completion. Related to #538, this occurs on machines with a low number of CPU cores.
- #913 - In the REPL and Jupyter notebooks, inline comments were being parsed incorrectly.