This is an automated email from the ASF dual-hosted git repository. sejer pushed a commit to branch rel/1.1.0-rc2 in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
The following commit(s) were added to refs/heads/rel/1.1.0-rc2 by this push: new 32ea28b6b update release notes 32ea28b6b is described below commit 32ea28b6b7dab319f4c6c6708b952a2827e43af6 Author: mspruc <madsse...@gmail.com> AuthorDate: Tue Jun 24 09:03:20 2025 +0200 update release notes --- RELEASE_NOTES | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 072bdf669..2c55c9ea9 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,43 @@ +============================================================== +Apache Wayang (incubating) 1.1.0 +============================================================== + +This is a minor release of Apache Wayang (incubating). +Based on this release the project aims to move out of incubation. + +This release supports the following new features: + +general: +- migration to Java 17 +- migration to junit5 for tests +- better explain & json utils + +api-sql: +- sort operator +- cross joins +- joins with multiple equals conditions +- search arguments in filter WHERE clauses +- '+/-' algebra in filter statements +- calcite rules for more optimized SQL trees +- better support for sql-types for java udfs +- better serializability for java-based platforms + +wayang-basic: +- Parquet source operator +- LinearSVC operator +- LogisticRegression operator +- DecisionTreeRegression operator with time series +- GoogleCloudStorageSource operator +- NN Batch normalisation +- NN Convolutions +- NN MSE loss + +api-python: +- Parquet source operator + +wayang-api-scala-java: +- api for deep learning + ============================================================== Apache Wayang (incubating) 1.0.0 ============================================================== @@ -61,4 +101,4 @@ Initial version of the SQL API and suppport for joins Basic SQL support Incompatible changes --------------------- +-------------------- \ No newline at end of file