mirror of
https://github.com/enso-org/enso.git
synced 2024-11-29 17:22:57 +03:00
5fad3558a6
* hack * make a column * add * no scale=0 on BD type * a test * wip * 3 arithmetic ops * / * wip * BigDecimalPowerOp * wip * mod test * NumericBinaryOpReturningBigDecimal * with scalar * misc arithmetic tests * fix integralBigDecimalToInteger * mixed columns * bigdecimal pow via double * cleanup * j2e on get * arithmetic exception * mod 0 * cleanup * fmt * changelog * check type first * merge * mc error message * add BD case to Builder.java * fmt * changelog * add BD case to StorageConverter.java * fmt * fix test
32 lines
1.2 KiB
Markdown
32 lines
1.2 KiB
Markdown
# Next Release
|
|
|
|
#### Enso Standard Library
|
|
|
|
- [Added Statistic.Product][10122]
|
|
- [Added Encoding.Default that tries to detect UTF-8 or UTF-16 encoding based on
|
|
BOM][10130]
|
|
- [Added `Decimal` column to the in-memory database, with some arithmetic
|
|
operations.][9950]
|
|
|
|
[debug-shortcuts]:
|
|
|
|
[9950]: https://github.com/enso-org/enso/pull/9950
|
|
[10122]: https://github.com/enso-org/enso/pull/10122
|
|
[10130]: https://github.com/enso-org/enso/pull/10130
|
|
|
|
<br/>![Release Notes](/docs/assets/tags/release_notes.svg)
|
|
|
|
#### Anonymous Data Collection
|
|
|
|
Please note that this release collects anonymous usage data which will be used
|
|
to improve Enso and prepare it for a stable release. We will switch to opt-in
|
|
data collection in stable version releases. The usage data will not contain your
|
|
code (expressions above nodes), however, reported errors may contain brief
|
|
snippets of out of context code that specifically leads to the error, like "the
|
|
method 'foo' does not exist on Number". The following data will be collected:
|
|
|
|
- Session length.
|
|
- Project management events (project open, close, rename).
|
|
- Errors (IDE crashes, Project Manager errors, Language Server errors, Compiler
|
|
errors).
|