This is an automated email from the ASF dual-hosted git repository. zkaoudi pushed a commit to branch release-1.0.0-RC4-SNAPSHOT in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit e5362c696f03c3372d1afe9ceabb8708c9f6a6b2 Author: Zoi <[email protected]> AuthorDate: Fri Jan 17 14:42:53 2025 +0100 release notes --- RELEASE_NOTES | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index cfab47b3..a95d56d2 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -6,24 +6,22 @@ This is a major release of Apache Wayang (incubating). Based on this release the projects wants to continue the path towards becoming an Apache TLP. -This release supports the following frameworks: -- ... - -Previous updates that are included in this release: -- ... - -NOTE: depending on the scala version the list of the supported platforms available -could be different. - - -New Features ------------- -[WAYANG-...] ... - -Incompatible changes --------------------- -NONE -- ... +This release supports the following new features: +- Support for Tensorflow Java as a platform (Note: this platform is not compatible with Apple's M1 chip) +- Support for Kafka source/sink +- Python API +- MultiContext for federated data processing +- Explain utility for displaying execution plans +- Abstracted cost model to be pluggable +- Retired Java 8/Scala 2.11 +- Added Join operator for JDBC and Postgres platforms +- Support for any JDBC-supported database +- Added ML4all abstraction + +Several bug fixes are also included: +- Aligned Flink versions +- Fixed CardinalityRepository to sample measured cardinalities +- Copied cost models for different configurations ==============================================================
