Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Sirius/0.9.0"

(Availability)
(New & Noteworthy)
Line 19: Line 19:
  
 
See [[Sirius/Improvements 2013]] for an overview of the changes in 2013.
 
See [[Sirius/Improvements 2013]] for an overview of the changes in 2013.
 +
 +
=== Diagram Definition ===
 +
 +
Sirius 0.9 allows the definition of Diagram representation including: nodes, containers, edges, edge on edges, layers, filters and many much more.
 +
 +
=== Table Definition ===
 +
 +
Sirius 0.9 enables the definition of Table representation: Edition table having instances as lines and attributes as colums, and matrices having instances on both sides.
 +
 +
=== Tree Definition ===
 +
 +
This release enables the definition of arbitrary tree-like representations not bound to the model structure.
 +
 +
=== Common Infrastructure ===
 +
 +
Sirius 0.9 provides a common infrastructure for managing models through the modeling project, handling the lifecycle of the files regarding to the Eclipse Workspace.
 +
 +
=== Adopt the Eclipse.org infrastructure ===
 +
 +
The 0.9 release also saw the ramping up of the team on the Eclipse.org infrastructure. CBI based builds and continuous integration, git and gerrit, bugzilla, setting up the website, filling the wiki.
 +
 +
=== Viewpoint based definition and customization ===
 +
 +
Sirius 0.9 provides the ability to define Viewpoints. Viewpoints can either define new editors and/or customize existing ones. They can be enabled or disabled by the end-user on a per-project basis.
  
 
[[Category:Sirius]]
 
[[Category:Sirius]]

Revision as of 10:51, 10 December 2013

Sirius 0.9.0 is the first release of Sirius as an official Eclipse project. The project is still in incubation at this time.

Availability

Sirius 0.9.0 is available from the following update sites. It is recommended you use the update-site matching the version of Eclipse you use to avoid potential issues at runtime.

Compatibility

Sirius 0.9.0 is compatible with the following versions of Eclipse:

  • Eclipse 3.8/4.2 (Juno)
  • Eclipse 4.3 (Kepler)

A version of Sirius built against the current milestone for the unreleased Eclipse 4.4 (Luna) is also available.

New & Noteworthy

See Sirius/Improvements 2013 for an overview of the changes in 2013.

Diagram Definition

Sirius 0.9 allows the definition of Diagram representation including: nodes, containers, edges, edge on edges, layers, filters and many much more.

Table Definition

Sirius 0.9 enables the definition of Table representation: Edition table having instances as lines and attributes as colums, and matrices having instances on both sides.

Tree Definition

This release enables the definition of arbitrary tree-like representations not bound to the model structure.

Common Infrastructure

Sirius 0.9 provides a common infrastructure for managing models through the modeling project, handling the lifecycle of the files regarding to the Eclipse Workspace.

Adopt the Eclipse.org infrastructure

The 0.9 release also saw the ramping up of the team on the Eclipse.org infrastructure. CBI based builds and continuous integration, git and gerrit, bugzilla, setting up the website, filling the wiki.

Viewpoint based definition and customization

Sirius 0.9 provides the ability to define Viewpoints. Viewpoints can either define new editors and/or customize existing ones. They can be enabled or disabled by the end-user on a per-project basis.

Back to the top