Interpreter/Runtime
- Added experimental support for automatic parallelization of computations (#2000). The functionality is hidden behind the
--with-auto-parellelism
flag to the interpreter. - Added support for compiling Enso packages without execution (#1998). This allows the distribution of precompiled libraries which greatly improves language start-up time.
Libraries
- Added support for computing least-squares linear regression on tables (#2003).
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.