Skip to content

Commit

Permalink
Merge pull request #505 from apache/rel/1.0.0-rc5
Browse files Browse the repository at this point in the history
Rel/1.0.0 rc5
  • Loading branch information
2pk03 authored Feb 21, 2025
2 parents c33cb20 + b2ec280 commit 0d8e4fa
Show file tree
Hide file tree
Showing 2,617 changed files with 208 additions and 863,884 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ You first have to build the binaries as shown [here](guides/tutorial.md).
Once you have the binaries built, follow these steps to install Wayang:

```shell
tar -xvf wayang-0.7.1-snapshot.tar.gz
cd wayang-0.7.1-SNAPSHOT
tar -xvf wayang-1.0.0-snapshot.tar.gz
cd wayang-1.0.0-SNAPSHOT
```

In linux
Expand Down Expand Up @@ -101,7 +101,7 @@ Wayang is available via Maven Central. To use it with Maven, include the followi
<dependency>
<groupId>org.apache.wayang</groupId>
<artifactId>wayang-***</artifactId>
<version>0.7.1</version>
<version>1.0.0</version>
</dependency>
```
Note the `***`: Wayang ships with multiple modules that can be included in your app, depending on how you want to use it:
Expand Down
34 changes: 16 additions & 18 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -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


==============================================================
Expand Down
5,463 changes: 0 additions & 5,463 deletions docs/allclasses-index.html

This file was deleted.

956 changes: 0 additions & 956 deletions docs/allclasses.html

This file was deleted.

Loading

0 comments on commit 0d8e4fa

Please sign in to comment.