You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update releases-0.5.0 to latest main branch (#1532)
## What does this PR do?
This PR update `releases-0.5.0` branch to lastest `main` branch and bump
version to `0.5.0`.
This PR also diabled automatic python release since we don't release
python wheel for 0.5.0
## Related issues
#1389
## Does this PR introduce any user-facing change?
<!--
If any user-facing interface changes, please [open an
issue](https://github.com/apache/incubator-fury/issues/new/choose)
describing the need to do so and update the document if necessary.
-->
- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?
## Benchmark
<!--
When the PR has an impact on performance (if you don't know whether the
PR will have an impact on performance, you can submit the PR first, and
if it will have impact on performance, the code reviewer will explain
it), be sure to attach a benchmark data here.
-->
---------
Signed-off-by: LiangliangSui <[email protected]>
Co-authored-by: PJ Fanning <[email protected]>
Co-authored-by: LiangliangSui <[email protected]>
Co-authored-by: Twice <[email protected]>
Co-authored-by: Nikita Ivchenko <[email protected]>
Co-authored-by: PAN <[email protected]>
Co-authored-by: weipeng <[email protected]>
**If this is your first time opening a PR on fury, you can refer to [CONTRIBUTING.md](https://github.com/apache/incubator-fury/blob/main/CONTRIBUTING.md).**
5
+
6
+
Contribution Checklist
7
+
8
+
- The **Apache Fury (incubating)** community has restrictions on the naming of pr titles. You can also find instructions in [CONTRIBUTING.md](https://github.com/apache/incubator-fury/blob/main/CONTRIBUTING.md).
9
+
10
+
- Fury has a strong focus on performance. If the PR you submit will have an impact on performance, please benchmark it first and provide the benchmark result here.
11
+
-->
12
+
13
+
## What does this PR do?
14
+
15
+
<!-- Describe the purpose of this PR. -->
16
+
17
+
18
+
## Related issues
19
+
20
+
<!--
21
+
Is there any related issue? Please attach here.
22
+
23
+
- #xxxx0
24
+
- #xxxx1
25
+
- #xxxx2
26
+
-->
27
+
28
+
29
+
## Does this PR introduce any user-facing change?
30
+
31
+
<!--
32
+
If any user-facing interface changes, please [open an issue](https://github.com/apache/incubator-fury/issues/new/choose) describing the need to do so and update the document if necessary.
33
+
-->
34
+
35
+
-[ ] Does this PR introduce any public API change?
36
+
-[ ] Does this PR introduce any binary protocol compatibility change?
37
+
38
+
39
+
## Benchmark
40
+
41
+
<!--
42
+
When the PR has an impact on performance (if you don't know whether the PR will have an impact on performance, you can submit the PR first, and if it will have impact on performance, the code reviewer will explain it), be sure to attach a benchmark data here.
0 commit comments