This is an automated email from the ASF dual-hosted git repository. sejer pushed a commit to branch rel/1.1.0-rc1 in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit 8c8fee55d94adba2c52605eb1eea37509605e9b2 Author: mspruc <madsse...@gmail.com> AuthorDate: Mon Jun 23 11:09:14 2025 +0200 update RELEASE_NOTES --- RELEASE_NOTES | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 072bdf669..896c11cce 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 ==============================================================