mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 07:12:20 +03:00
Prepare for the 0.2.31 release (#2004)
This commit is contained in:
parent
337f6c8ad4
commit
ae54ae0566
@ -1,5 +1,7 @@
|
|||||||
# Enso Next
|
# Enso Next
|
||||||
|
|
||||||
|
## Enso 0.2.31 (2021-10-01)
|
||||||
|
|
||||||
## Interpreter/Runtime
|
## Interpreter/Runtime
|
||||||
|
|
||||||
- Added experimental support for automatic parallelization of computations
|
- Added experimental support for automatic parallelization of computations
|
||||||
@ -15,6 +17,12 @@
|
|||||||
- Added support for computing least-squares linear regression on tables
|
- Added support for computing least-squares linear regression on tables
|
||||||
([#2003](https://github.com/enso-org/enso/pull/2003)).
|
([#2003](https://github.com/enso-org/enso/pull/2003)).
|
||||||
|
|
||||||
|
## Known Issues
|
||||||
|
|
||||||
|
- This is a beta release, so please see the
|
||||||
|
[issue tracker](https://github.com/enso-org/enso/issues?q=is%3Aissue+is%3Aopen+created%3A%3C2021-10-01)
|
||||||
|
for issues opened before the release date.
|
||||||
|
|
||||||
## Enso 0.2.30 (2021-09-23)
|
## Enso 0.2.30 (2021-09-23)
|
||||||
|
|
||||||
## Interpreter/Runtime
|
## Interpreter/Runtime
|
||||||
|
@ -18,8 +18,8 @@ val scalacVersion = "2.13.6"
|
|||||||
val rustVersion = "1.54.0-nightly"
|
val rustVersion = "1.54.0-nightly"
|
||||||
val graalVersion = "21.1.0"
|
val graalVersion = "21.1.0"
|
||||||
val javaVersion = "11"
|
val javaVersion = "11"
|
||||||
val ensoVersion = "0.2.31-SNAPSHOT" // Note [Engine And Launcher Version]
|
val ensoVersion = "0.2.31" // Note [Engine And Launcher Version]
|
||||||
val currentEdition = "2021.19-SNAPSHOT" // Note [Default Editions]
|
val currentEdition = "2021.19" // Note [Default Editions]
|
||||||
val stdLibVersion = ensoVersion
|
val stdLibVersion = ensoVersion
|
||||||
|
|
||||||
/* Note [Engine And Launcher Version]
|
/* Note [Engine And Launcher Version]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: Base
|
name: Base
|
||||||
namespace: Standard
|
namespace: Standard
|
||||||
version: 0.2.31-SNAPSHOT
|
version: 0.2.31
|
||||||
license: APLv2
|
license: APLv2
|
||||||
authors:
|
authors:
|
||||||
- name: Enso Team
|
- name: Enso Team
|
@ -1,6 +1,6 @@
|
|||||||
name: Database
|
name: Database
|
||||||
namespace: Standard
|
namespace: Standard
|
||||||
version: 0.2.31-SNAPSHOT
|
version: 0.2.31
|
||||||
license: APLv2
|
license: APLv2
|
||||||
authors:
|
authors:
|
||||||
- name: Enso Team
|
- name: Enso Team
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user