Skip to content

[DOC] - update Java + cuDF docs with STABLE (26.06) on https://docs.rapids.ai/api/ #792

@rockhowse

Description

@rockhowse

Report needed documentation

Report needed documentation
We have released cuDF jar 26.06.0 on https://repo1.maven.org/maven2/ai/rapids/cudf/26.06.0

Could you please update the Javadoc on https://docs.rapids.ai/api

Describe the documentation you'd like
It looks like we need to add the STABLE (26.06) to the Java + cuDF section as it only currently has LEGACY (26.04)

Image

The documentation should look similar to what is being done in the cuDF section (Example shown below)

Image

Steps taken to search for needed documentation

It appears that these things are controlled via a .json file:

And cudf-java only has the legacy entry

  "cudf-java": {
    "legacy": "26.04"
  },

Ideally we should be able to update this .json to include the following, and run through some of the scripts/README.md's in the repo to complete the update

  "cudf-java": {
    "legacy": "26.04"
    "stable":"26.06"
  },

Metadata

Metadata

Assignees

Labels

No fields configured for Enhancement.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions