This is an automated email from the ASF dual-hosted git repository.
glauesppen pushed a commit to branch main-release
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
The following commit(s) were added to refs/heads/main-release by this push:
new f90b3b7d Preparing release notes
f90b3b7d is described below
commit f90b3b7d11504eaa56c59b9837b5754079d25825
Author: Glaucia Esppenchutz <[email protected]>
AuthorDate: Sun Oct 6 20:55:14 2024 +0100
Preparing release notes
---
RELEASE_NOTES | 56 ++++++++++++++++++--------------------------------------
1 file changed, 18 insertions(+), 38 deletions(-)
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index cfab47b3..bfeb939c 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -6,35 +6,6 @@ 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
-- ...
-
-
-==============================================================
-Apache Wayang (incubating) 0.7.1
-==============================================================
-
-This is a patch/bugfix release of Apache Wayang (incubating).
-
-This release supports the following frameworks:
-- This patch version fixes a problem in the artifact gpg encrypting key.
-
Previous updates that are included in this release:
- Apache Flink v1.7.1
- Apache Giraph v1.2.0-hadoop2
@@ -51,16 +22,25 @@ could be different.
New Features
------------
-[WAYANG-34] Terasort
-[WAYANG-IDE] Recognition of Scala code in IDE
-[WAYANG-8] Inclusion of Python as platform of processing
-[WAYANG-211] JVM-platform inside of Python-API
-Grep Benchmark
-Test classes and operators for Flink
-Support for S3 files locations
-Initial version of the SQL API and suppport for joins
+Jdbc/Postgres join operators
+Wayang-api-json module that allows creation of WayangPlans via REST API in
json format
+Explain functionality that displays information about plans
+Tensorflow operator support to the Scala-API
+Python-API that allows creating WayangPlans from Python
+Abstraction for cost-models for the cost-based optimzier that allows users to
plug their own cost-models into Wayang
+SqlContext extension of WayangContext to allow specifying platforms for SQL
execution
+
+Fixes
+------------
+Fixed the CardinalityRepository that now allows to write actually sampled
cardinalities during runtime
+
+
+Deprecated features
+------------
+Deprecated support for Scala 2.11 for all modules
+Deprecated support for Java8
-Basic SQL support
Incompatible changes
--------------------
+NONE