Skip to content

Releases: enso-org/enso

Enso 2022.1.1-nightly.2022-06-30

30 Jun 05:36
d689777
Compare
Choose a tag to compare
Pre-release

Visual Environment

EnsoGL (rendering engine)

  • [You can change font and set letters bold in the text::Area
    component][3385]. Use the set_font and
    set_bold_bytes respectively.
  • [Fixed a text rendering issue in nested sublayer][3486].

Enso Standard Library

Read more

Enso 2022.1.1-nightly.2022-05-31

31 May 05:19
33a06c9
Compare
Choose a tag to compare
Pre-release

Visual Environment

EnsoGL (rendering engine)

  • [You can change font and set letters bold in the text::Area
    component][3385]. Use the set_font and
    set_bold_bytes respectively.
  • [Fixed a text rendering issue in nested sublayer][3486].

Enso Standard Library

Read more

Enso 2022.1.1-nightly.2022-04-30

30 Apr 05:22
8219dca
Compare
Choose a tag to compare
Pre-release

Visual Environment

EnsoGL (rendering engine)

Enso Standard Library

Enso Compiler

  • [Added overloaded from conversions.][3227]
  • [Upgraded to Graal VM 21.3.0][3258]
  • [Added the ability to decorate values with warnings.][3248]
  • [Fixed issues related to constructors' default arguments][3330]
  • [Fixed compiler issue related to module cache.][3367]
  • [Fixed execution of defaulted arguments of Atom Constructors][3358]
  • [Converting Enso Date to java.time.LocalDate and back][3374]
    -...
Read more

Enso 2022.1.1-nightly.2022-03-31

31 Mar 05:25
e9f3b23
Compare
Choose a tag to compare
Pre-release

Visual Environment

Enso Standard Library

Enso Compiler

Enso 2022.1.1-nightly.2022-02-26

26 Feb 05:18
b03416f
Compare
Choose a tag to compare
Pre-release

Visual Environment

Enso Standard Library

Enso Compiler

Enso Nightly 0.2.32-SNAPSHOT.2022-01-27

27 Jan 05:37
e6d9b57
Compare
Choose a tag to compare
Pre-release

Tooling

  • Added the enso install dependencies command to the launcher which installs
    any project dependencies, ensuring that enso run will not need to download
    any libraries (#1981).
    Additionally, made the library/preinstall endpoint able to install any
    transitive dependencies of the library.
  • Updated the Scala compiler and dependencies
    (#3214).

Enso 0.2.31 (2021-10-01)

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.

Enso 0.2.30 (2021-09-23)

Interpreter/Runtime

  • Added support for reading the compiler's intermediate representation from
    disk, as well as round-tripping that IR
    (#1996). The compiler will now
    take advantage of cached IR where available to drastically reduce start-up
    time, and will write these caches if they do not exist or are invalid.

Known Issues

  • This is a beta release, so please see the
    issue tracker
    for issues opened before the release date.

Enso 0.2.29 (2021-09-16)

Interpreter/Runtime

  • Added support for serializing the compiler's intermediate representation to
    disk (#1991). This is currently
    disabled by default, but in the future will allow much faster startup of the
    runtime.

Libraries

  • Added support for fetching tables from Google Spreadsheets.
    (#1976).
  • Added support for certain statistical functions of table columns
    (#1990).

Known Issues

  • This is a beta release, so please see the
    issue tracker
    for issues opened before the release date.

Enso Nightly 0.2.32-SNAPSHOT.2021-12-31

31 Dec 05:34
33f1c4b
Compare
Choose a tag to compare
Pre-release

Tooling

  • Added the enso install dependencies command to the launcher which installs
    any project dependencies, ensuring that enso run will not need to download
    any libraries (#1981).
    Additionally, made the library/preinstall endpoint able to install any
    transitive dependencies of the library.

Enso 0.2.31 (2021-10-01)

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.

Enso 0.2.30 (2021-09-23)

Interpreter/Runtime

  • Added support for reading the compiler's intermediate representation from
    disk, as well as round-tripping that IR
    (#1996). The compiler will now
    take advantage of cached IR where available to drastically reduce start-up
    time, and will write these caches if they do not exist or are invalid.

Known Issues

  • This is a beta release, so please see the
    issue tracker
    for issues opened before the release date.

Enso 0.2.29 (2021-09-16)

Interpreter/Runtime

  • Added support for serializing the compiler's intermediate representation to
    disk (#1991). This is currently
    disabled by default, but in the future will allow much faster startup of the
    runtime.

Libraries

  • Added support for fetching tables from Google Spreadsheets.
    (#1976).
  • Added support for certain statistical functions of table columns
    (#1990).

Known Issues

  • This is a beta release, so please see the
    issue tracker
    for issues opened before the release date.

Enso Nightly 0.2.32-SNAPSHOT.2021-11-26

26 Nov 05:23
9ab4f45
Compare
Choose a tag to compare
Pre-release

Tooling

  • Added the enso install dependencies command to the launcher which installs
    any project dependencies, ensuring that enso run will not need to download
    any libraries (#1981).
    Additionally, made the library/preinstall endpoint able to install any
    transitive dependencies of the library.

Enso 0.2.31 (2021-10-01)

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.

Enso 0.2.30 (2021-09-23)

Interpreter/Runtime

  • Added support for reading the compiler's intermediate representation from
    disk, as well as round-tripping that IR
    (#1996). The compiler will now
    take advantage of cached IR where available to drastically reduce start-up
    time, and will write these caches if they do not exist or are invalid.

Known Issues

  • This is a beta release, so please see the
    issue tracker
    for issues opened before the release date.

Enso 0.2.29 (2021-09-16)

Interpreter/Runtime

  • Added support for serializing the compiler's intermediate representation to
    disk (#1991). This is currently
    disabled by default, but in the future will allow much faster startup of the
    runtime.

Libraries

  • Added support for fetching tables from Google Spreadsheets.
    (#1976).
  • Added support for certain statistical functions of table columns
    (#1990).

Known Issues

  • This is a beta release, so please see the
    issue tracker
    for issues opened before the release date.

Enso Engine 0.2.31

01 Oct 14:41
enso-0.2.31
a0b558d
Compare
Choose a tag to compare

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.

Enso Nightly 0.2.32-SNAPSHOT.2021-10-02

02 Oct 05:28
a924e16
Compare
Choose a tag to compare
Pre-release

Enso 0.2.31 (2021-10-01)

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.

Enso 0.2.30 (2021-09-23)

Interpreter/Runtime

  • Added support for reading the compiler's intermediate representation from
    disk, as well as round-tripping that IR
    (#1996). The compiler will now
    take advantage of cached IR where available to drastically reduce start-up
    time, and will write these caches if they do not exist or are invalid.

Known Issues

  • This is a beta release, so please see the
    issue tracker
    for issues opened before the release date.

Enso 0.2.29 (2021-09-16)

Interpreter/Runtime

  • Added support for serializing the compiler's intermediate representation to
    disk (#1991). This is currently
    disabled by default, but in the future will allow much faster startup of the
    runtime.

Libraries

  • Added support for fetching tables from Google Spreadsheets.
    (#1976).
  • Added support for certain statistical functions of table columns
    (#1990).

Known Issues

  • This is a beta release, so please see the
    issue tracker
    for issues opened before the release date.