From 383cf54f67cd02e302d9cb56ab693edb9e28f5c2 Mon Sep 17 00:00:00 2001 From: Kuo-Song Wang Date: Wed, 23 Jul 2025 12:31:29 +0800 Subject: [PATCH 1/5] initial update --- .gitignore | 2 +- index.html | 143 ++++++++++++++++++++++------------------------------- 2 files changed, 60 insertions(+), 85 deletions(-) diff --git a/.gitignore b/.gitignore index 17f49e1..09ff66d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -.DS_Store images/.DS_Store +.DS_Store diff --git a/index.html b/index.html index 3800168..285339c 100644 --- a/index.html +++ b/index.html @@ -226,10 +226,10 @@

Cube Analysis and Rendering Tool for Astronomy, --> New - release: v5.0-beta.1 + release: v5.0-stable
February 2025 + style="color:rgb(10, 68, 140);font-weight: bold;font-size:18px; background-color: rgba(255, 255, 255, 0.5);;">July 2025 @@ -401,29 +401,21 @@

Release plan

-

Current release v4.1

+

Current release v5.0-stable

-

The current release is v4.1 (a maintenance release based on v4.0 to address core library update and critical bugs), released on 23rd of January 2024. - v4.0 was released on 12th of September 2023, with the following features: +

The current release is v5.0, released on 29th of July 2025, with the following features:


@@ -432,25 +424,20 @@

Current release v4.1

-

Next release v5-beta / v5-stable

+

Next release v6-beta

-

The next stable release will be v5.0-stable (Q2 2025) with the following major new features

+

The next beta release will be v6.0-beta with the following major features

-

See the detailed changelogs of v5-beta for the full list.

-
- -
@@ -459,27 +446,14 @@

Next release v5-beta / v5-stable

-

Future releases v6+

+

Future releases v7+

This is a non-exclusive list of features we would like to add in subsequent releases, but they are not 100% decided upon yet and depend on feedback from users, resourcing etc.:

@@ -506,14 +480,12 @@

Future releases v6+

INSTALLATION

Obtaining CARTA

-

v4.1

+

v5.0

Supported operating systems:

    -
  • Ubuntu Linux: 20.04 LTS (Focal Fossa), and 22.04 LTS (Jammy Jellyfish) - for amd64 and aarch64 architectures.
  • -
  • Red Hat Enterprise Linux: 7, 8 and 9 for x86_64 and aarch64 architectures.
  • -
  • macOS: 11 (Big Sur), 12 (Monterey), and 13 (Ventura) - for Intel and Apple Silicon architectures.
  • +
  • Ubuntu Linux: 22.04 LTS (Jammy Jellyfish), 24.04 LTS (Noble Numbat) for amd64 and aarch64 architectures.
  • +
  • Red Hat Enterprise Linux: 8 and 9 for x86_64 and aarch64 architectures.
  • +
  • macOS: 14 (Sonoma), and 15 (Sequoia) for Intel and Apple Silicon architectures. Earlier versions may work but not tested.