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
commit c8229da3454bf8704dfa8b6d13d8612759706680 Author: mspruc <[email protected]> AuthorDate: Tue Jun 24 08:28:24 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
