Skip to content

Commit 0d8e4fa

Browse files
authored
Merge pull request #505 from apache/rel/1.0.0-rc5
Rel/1.0.0 rc5
2 parents c33cb20 + b2ec280 commit 0d8e4fa

File tree

2,617 files changed

+208
-863884
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,617 files changed

+208
-863884
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ You first have to build the binaries as shown [here](guides/tutorial.md).
6161
Once you have the binaries built, follow these steps to install Wayang:
6262

6363
```shell
64-
tar -xvf wayang-0.7.1-snapshot.tar.gz
65-
cd wayang-0.7.1-SNAPSHOT
64+
tar -xvf wayang-1.0.0-snapshot.tar.gz
65+
cd wayang-1.0.0-SNAPSHOT
6666
```
6767

6868
In linux
@@ -101,7 +101,7 @@ Wayang is available via Maven Central. To use it with Maven, include the followi
101101
<dependency>
102102
<groupId>org.apache.wayang</groupId>
103103
<artifactId>wayang-***</artifactId>
104-
<version>0.7.1</version>
104+
<version>1.0.0</version>
105105
</dependency>
106106
```
107107
Note the `***`: Wayang ships with multiple modules that can be included in your app, depending on how you want to use it:

RELEASE_NOTES

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,22 @@ This is a major release of Apache Wayang (incubating).
66
Based on this release the projects wants to continue the path towards becoming an
77
Apache TLP.
88

9-
This release supports the following frameworks:
10-
- ...
11-
12-
Previous updates that are included in this release:
13-
- ...
14-
15-
NOTE: depending on the scala version the list of the supported platforms available
16-
could be different.
17-
18-
19-
New Features
20-
------------
21-
[WAYANG-...] ...
22-
23-
Incompatible changes
24-
--------------------
25-
NONE
26-
- ...
9+
This release supports the following new features:
10+
- Support for Tensorflow Java as a platform (Note: this platform is not compatible with Apple's M1 chip)
11+
- Support for Kafka source/sink
12+
- Python API
13+
- MultiContext for federated data processing
14+
- Explain utility for displaying execution plans
15+
- Abstracted cost model to be pluggable
16+
- Retired Java 8/Scala 2.11
17+
- Added Join operator for JDBC and Postgres platforms
18+
- Support for any JDBC-supported database
19+
- Added ML4all abstraction
20+
21+
Several bug fixes are also included:
22+
- Aligned Flink versions
23+
- Fixed CardinalityRepository to sample measured cardinalities
24+
- Copied cost models for different configurations
2725

2826

2927
==============================================================

docs/allclasses-index.html

Lines changed: 0 additions & 5463 deletions
This file was deleted.

docs/allclasses.html

Lines changed: 0 additions & 956 deletions
This file was deleted.

0 commit comments

Comments
 (0)