Releases: dice-project/DICE-Simulation
Releases · dice-project/DICE-Simulation
DICE Simulation tool 1.3.0
- Upgrade to Eclipse 2022-06 to avoid
org.w3c.dom.events
constraint violation - Upgrade to Papyrus 6.2
- Remove explicit dependencies from Papyrus and XWT
- Revert PNML dependency to 2.2.16, since 2.2.17 is not final, and may be subject to future changes in the Update Site, thus breaking the Eclipse installer-based installation
- Upgrade BIRT from version 4.6 to version 4.10. BIRT 4.6 includes an old version of Batik, causing an incompatibility between versions (version 1.6 and 1.14, which are resolved as dependencies of BIRT and GMF respectively)
- Disable PDF export in plot editor since dependency tree of
org.eclipse.birt.chart.device.pdf
is broken and fails with differentjava.lang.NoClassDefFoundError
s - Fix
product
archival process, usingmaven-assembly-plugin
instead ofarchive-products
, because, when compiling in Windows, we need to manually set exec permissions in the generated.tar.gz
product files for Linux and MacOSX - Use HTTPs in all dependencies' update sites
NOTE for Mac OS X users: The pre-compiled package is an unsigned application, and as such, Gatekeeper may consider it unsafe. In such a case, run the following command to mark the application as trusted: xattr -d com.apple.quarantine Eclipse.app
DICE Simulation tool 1.2.0
- Update PNML Framework dependency (2.2.16 -> 2.2.17).
- Add new
product
project, to generate pre-built distributions of the DICE Simulation tool ready to be executed.
DICE Simulation tool 1.1.1
- Fix bug in QVTO transformations, where the use of the "value" tagged value for
NFP_Duration
andNFP_Frequency
was generating invalid firing rates in the generated GSPN.
DICE Simulation tool 1.1.0
- Migrate to Eclipse 2021-09
- Changes in the dependencies and build system:
- Remove JBoss Tycho workaround to build the P2 Update Site
- Update Tycho to version 2.5.0 (which makes unnecessary the JBoss workaround)
- Add Papyrus update site explicitly to target platform and category.xml (since Papyrus seems to be randomly included/excluded from the "stable" releases of Eclipse)
- Add Eclipse XWT update site (required by Papyrus)
DICE Simulation tool 1.0.0
First major stable release.
Changelog:
- Add more example models to the DICE Simulation Examples project
- Improve documentation of the example projects
- Small changes and bugfixes in the DICE Simulation Examples wizard
- Upgrade Tycho (and other build dependencies) to version v2.2.0 (Java >= 14 bugfix)
- Remove some documentation from the sources (and migrate it to the Wiki)
- Improve tests and their documentation
- Allow enabling/disabling IConnectionProviders
- Improve the SSH connection mechanism for tests
DICE Simulation tool 0.7.2
Changelog:
- Change example project contents (use Posidonia simplified).
- Select as active the only scenario when there's only one by default
DICE Simulation tool 0.7.1
Minor release with no changes w.r.t. 0.7.0. Released only with the purpose of testing the update capabilities.
DICE Simulation tool 0.7.0
Changelog:
- Migrate to latest Eclipse version (2020-12) and increase required version numbers
- Maven build scripts cleanup and reorganization
- Dependencies reorganization and cleanup
- Build Acceleo sources with maven too
- Remove tests requiring GreatSPN from the deafult test suite
- Regenerate EMF code using the latest EMF templates
- Check and complete licensing and copyright comments in all source files
- Refactor Graphviz plug-in (and move it to DICE-Simulation-Utils)
- Fix #3
- Fix color issue in Invocations view when running the Simulation tool in desktops with a dark (or partly-dark) theme (e.g., Gnome default).
- Change default SSH auth provider from KEY to PASSWORD
- Add support for arrays in default values for variables in GaAnalysisContext
- Enable DICE Simulation items in quickstart page when not running in DICE IDE
- Change example project contents
- Add setup files to be used in Oomph
- Fix code parsing WNSIM output
- Other code and documentation enhancements and cleanups
DICE Simulation tool v0.6.5
This version includes:
- Bug fix: DICE Simulator can now process the results of new GreatSPN versions (i.e., DICE Simulator parses the stdout of the WNSIM binary)
DICE Simulation tool v0.6.4
This version includes:
- Improvement in the computation of the performance calculators for DPIM-Sequence Diagrams (i.e., response time and throughput).