Skip to content

Commit

Permalink
Moving Aggregation to Java (#3364)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdunkerley authored Apr 4, 2022
1 parent 3c5f8d7 commit a4dbc9a
Show file tree
Hide file tree
Showing 48 changed files with 2,563 additions and 259 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
- [Implemented `Panic.catch` and helper functions for handling errors. Added a
type parameter to `Panic.recover` to recover specific types of errors.][3344]
- [Added warning handling to `Table.aggregate`][3349]
- [Improved performance of `Table.aggregate` and full warnings implementation]
[3364]

[debug-shortcuts]:
https://github.com/enso-org/enso/blob/develop/app/gui/docs/product/shortcuts.md#debug
Expand Down Expand Up @@ -137,6 +139,7 @@
[3346]: https://github.com/enso-org/enso/pull/3346
[3349]: https://github.com/enso-org/enso/pull/3349
[3361]: https://github.com/enso-org/enso/pull/3361
[3364]: https://github.com/enso-org/enso/pull/3364

#### Enso Compiler

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1582,8 +1582,8 @@ lazy val `std-table` = project
Compile / packageBin / artifactPath :=
`table-polyglot-root` / "std-table.jar",
libraryDependencies ++= Seq(
"com.ibm.icu" % "icu4j" % icuVersion,
"com.univocity" % "univocity-parsers" % "2.9.0",
"org.graalvm.sdk" % "graal-sdk" % graalVersion % "provided",
"org.apache.poi" % "poi-ooxml" % "5.0.0",
"org.apache.xmlbeans" % "xmlbeans" % "5.0.1"
),
Expand Down
5 changes: 5 additions & 0 deletions distribution/lib/Standard/Table/0.0.0-dev/THIRD-PARTY/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ The license file can be found at `licenses/BSD-3-Clause`.
Copyright notices related to this dependency can be found in the directory `com.github.virtuald.curvesapi-1.06`.


'icu4j', licensed under the Unicode/ICU License, is distributed with the Table.
The license information can be found along with the copyright notices.
Copyright notices related to this dependency can be found in the directory `com.ibm.icu.icu4j-67.1`.


'univocity-parsers', licensed under the Apache 2, is distributed with the Table.
The license file can be found at `licenses/APACHE2.0`.
Copyright notices related to this dependency can be found in the directory `com.univocity.univocity-parsers-2.9.0`.
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit a4dbc9a

Please sign in to comment.