Skip to content

Commit

Permalink
npm
Browse files Browse the repository at this point in the history
  • Loading branch information
MEM4GH committed Oct 22, 2024
1 parent 2b942a6 commit 0995cf2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 40 deletions.
2 changes: 1 addition & 1 deletion docs/whats-new/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/whats-new/may-2024-fe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/whats-new/may-2024-rn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
33 changes: 0 additions & 33 deletions docs/whats-new/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]`

0 comments on commit 0995cf2

Please sign in to comment.