diff --git a/docs/whats-new/index.md b/docs/whats-new/index.md index 03c32ab9a6..bfc2cacf64 100644 --- a/docs/whats-new/index.md +++ b/docs/whats-new/index.md @@ -16,7 +16,7 @@ Discover the latest features and enhancements. Also see detailed release notes. See what's new in each release—and what's coming. -- [October 2024](./october-2024-fe.md) +- [November 2024](./november-2024-fe.md) - [May 2024](./may-2024-fe.md) ## Release notes diff --git a/docs/whats-new/may-2024-fe.md b/docs/whats-new/may-2024-fe.md index 14f30c43ae..95ab730008 100644 --- a/docs/whats-new/may-2024-fe.md +++ b/docs/whats-new/may-2024-fe.md @@ -8,7 +8,7 @@ pagination_prev: null pagination_next: null --- -# May 2024 | Features +# May 2024 features See what's in the initial release of the AI Unlimited paid public preview, and find out what's coming. diff --git a/docs/whats-new/may-2024-rn.md b/docs/whats-new/may-2024-rn.md index cc89251cef..94dbcaacd2 100644 --- a/docs/whats-new/may-2024-rn.md +++ b/docs/whats-new/may-2024-rn.md @@ -8,7 +8,7 @@ pagination_prev: null pagination_next: null --- -# May 2024 | Release notes +# May 2024 release notes See what's not currently supported and learn about known issues. diff --git a/docs/whats-new/october-2024-fe.md b/docs/whats-new/november-2024-fe.md similarity index 91% rename from docs/whats-new/october-2024-fe.md rename to docs/whats-new/november-2024-fe.md index 8e5e0057b2..f82c5744b8 100644 --- a/docs/whats-new/october-2024-fe.md +++ b/docs/whats-new/november-2024-fe.md @@ -1,14 +1,14 @@ --- -id: october-2024-fe -title: October 2024 features and enhancements +id: november-2024-fe +title: November 2024 features and enhancements description: Find out what's in the latest release of the AI Unlimited paid public preview. -sidebar_label: October 2024 features and enhancements +sidebar_label: November 2024 features and enhancements sidebar_position: 1 pagination_prev: null pagination_next: null --- -# October 2024 | Features and enhancements +# November 2024 features and enhancements See what's in this release of the AI Unlimited paid public preview, and find out what's coming. diff --git a/docs/whats-new/release-notes.md b/docs/whats-new/release-notes.md index db9b1e9793..54a38035de 100644 --- a/docs/whats-new/release-notes.md +++ b/docs/whats-new/release-notes.md @@ -10,36 +10,3 @@ pagination_next: null --- # Release notes - -As we continue to enhance AI Unlimited, please be aware of features not currently supported and known issues. - -For the latest features and updates, keep an eye on [What's new](./index.md). - - -## Paid public preview (launch) - May 2024 - -### Not supported - -- Update and Delete with predicates for Open Table Format (OTF) queries - -- Unbounded Array Framework (UAF) functions in SQL and teradataml - -- These teradataml functions: - - automl - - openml - - map_row - - map_partition - -- API_Request User Defined Function (UDF) - -- Vantage Analytics Library (VAL) - -### Known issues - -- The first invocation of Java User Defined Functions (UDFs) fails with this error: `Failure 7583 The secure mode processes had a set up error`. - -- teradataml - - Unbounded Array Framework (UAF) functions fail to run if the database name has special characters, such as a hyphen (-). - - Some SQLE and UAF functions fail to run due to issues with volatile table creation. The framework creates a volatile table if the keyword argument `Volatile` is set to True. However, volatile tables can not be created on other schemas. - - H2OPredict - One case for model type DAI failed with error: `H2OPredict failed in contract: 'license' column is missing from model input table. This column is required to score driverless AI models.` - - ONNXPredict failed with error: `E teradatasql.OperationalError: [Version 20.0.0.12] [Session 2078] [Teradata Database] [Error 7825] in UDF/XSP/UDM mldb.ONNXPredict: SQLSTATE [38U01] ONNXPredict failed with error:no onnxruntime in java.library.path: [/usr/pde/lib, /usr/tdbms/lib]` \ No newline at end of file