xuang7 commented on code in PR #71: URL: https://github.com/apache/incubator-texera-site/pull/71#discussion_r3761841161
########## content/releases/1.2.0-incubating.md: ########## @@ -0,0 +1,114 @@ +--- +title: Apache Texera 1.2.0-incubating +date: 2026-08-11 +description: "Incremental, stabilization-focused release of Apache Texera with new cloud-native and AI-integration features, security and dependency updates." +tags: ["incubating", "1.x"] +docs_url: /docs/latest/ +artifacts_url: https://downloads.apache.org/incubator/texera/1.2.0-incubating/ +--- + +Apache Texera 1.2.0-incubating introduces new cloud-native deployment, AI-integration, and workflow features. + +[Source download](https://downloads.apache.org/incubator/texera/1.2.0-incubating/) · [Git tag `v1.2.0-incubating`](https://github.com/apache/texera/releases/tag/v1.2.0-incubating) · [Quick Start](/docs/getting-started/) + +## About Apache Texera + +Apache Texera (Incubating) is an open-source system for human-AI collaborative data science using visual workflows. It enables analysts to construct, execute, and refine data analysis tasks through an intuitive GUI, assisted by AI agents that understand natural-language instructions. Texera is well suited for a wide range of applications, including "AI for Science", by making advanced AI and data science capabilities accessible to a broader community. It can run on a laptop for local use or be deployed in the cloud to support scalable processing of large datasets. + +### Key features + +- Natural-language data science through AI chatbots +- Intuitive GUI-based workflows for data analysis +- Parallel backend engine for scalable big-data processing +- Real-time collaboration for workflow editing and execution +- User-defined functions in Python and Java +- Separation of compute and storage for flexible cloud deployment +- Runtime debugging and interactive workflow execution +- Cloud-native deployment support +- Multi-tenant support with workload isolation +- Extensible architecture for integrating external web services Review Comment: Sounds good! I will remove it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
