From 396f4b834a0136032367f8c16bd88e08fc9a7419 Mon Sep 17 00:00:00 2001 From: zachary sun <70642955+sunzhongkai588@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:58:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B02.4.1=20release=20note=20?= =?UTF-8?q?(#5586)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 更新2.4.1 release note * Update release_note_cn.md --- docs/release_note_cn.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release_note_cn.md b/docs/release_note_cn.md index ba1781e0317..d8864319f7c 100644 --- a/docs/release_note_cn.md +++ b/docs/release_note_cn.md @@ -1,3 +1,10 @@ +# 2.4.1 Release Note + + +去除飞桨对 python.so 的依赖,修复在包括 conda 在内的特定的环境下,因无法找到 python.so 而造成运行失败的 Bug。 + + + # 2.4.0 Release Note ## 1. 重要更新 From 331fa4674936353dff9b075102d1703fd27951e0 Mon Sep 17 00:00:00 2001 From: zachary sun <70642955+sunzhongkai588@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:56:40 +0800 Subject: [PATCH 2/2] Update release_note_en.md (#5587) update 2.4.1 release --- docs/release_note_en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release_note_en.md b/docs/release_note_en.md index 2e8012249b7..9f9bec6a0a0 100644 --- a/docs/release_note_en.md +++ b/docs/release_note_en.md @@ -1,3 +1,9 @@ +# 2.4.1 Release Note + + +Remove the dependence of the Paddle on python.so, and fix the bug that fails to execute due to the inability to find python.so in specific environments, including conda. + + # 2.4.0 Release Note ## 1. Important Updates