From 2867317082c7839109b9df4021121a0a97851727 Mon Sep 17 00:00:00 2001 From: Tomasz Kalinowski Date: Wed, 29 May 2024 10:05:19 -0400 Subject: [PATCH] `{keras3}` is the new permanent name. --- _posts/2024-05-21-keras3/introducing-keras3.Rmd | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/_posts/2024-05-21-keras3/introducing-keras3.Rmd b/_posts/2024-05-21-keras3/introducing-keras3.Rmd index 5a158c88..17857b9f 100644 --- a/_posts/2024-05-21-keras3/introducing-keras3.Rmd +++ b/_posts/2024-05-21-keras3/introducing-keras3.Rmd @@ -277,7 +277,7 @@ for example usage. ### Migrating from `{keras}` to `{keras3}` -`{keras3}` is ultimately a preview of the future `{keras}` package. +`{keras3}` supersedes the `{keras}` package. If you're writing new code today, you can start using `{keras3}` right away. @@ -297,14 +297,8 @@ hesitate to ask on or The `{keras}` and `{keras3}` packages will coexist while the community transitions. During the transition, `{keras}` will continue to receive patch updates for compatibility with Keras v2, which continues to be -published to PyPi under the package name `tf-keras`. - -`{keras3}` is intended as a transition package name. In a future update, -the `{keras}` package will begin emitting a package startup message, -announcing a deprecation period. After a notice period in the `{keras}` -package, `{keras3}` will be renamed to `{keras}`. At that time `{keras}` -(v2) will no longer be supported, and `{keras3}` will be an alias for -`{keras}`. +published to PyPi under the package name `tf-keras`. After `tf-keras` is +no longer maintained, the `{keras}` package will be archived. ## Summary