Skip to content

Releases: INTO-CPS-Association/into-cps-application

INTO-CPS Application 4.0.1

15 Jan 14:19
Compare
Choose a tag to compare

INTO-CPS Application 4.0.1 Release (January 15, 2021)

What's New?

Its official 4.0.1 is out!

This release features an upgrade of Electron from 4.0.0 to 10.1.3! There are more docs, upgrades, and changes to the DSE view layout. We are progressing with the testing and expect to release 4.0.2 in February... Stay tuned!

Bugfixes

Please note that the interactive list is at https://github.com/INTO-CPS-Association/into-cps-application/milestone/7

Requirements

In order to open projects from Git, including the public examples import, you will need to have Git installed and available in your system path.

If you want to run co-simulations, you will need the COE. It can be downloaded from the download manager inside the app. In order to run the COE, you need to have Java 8 or 11 installed. Java 8 to 11 is also required to co-simulate FMUs exported from Overture.

To run Design Space Exploration Experiments, Python 2.7 is required.

The app has no other dependencies and no installation is required. Simply unzip and run. On Windows, the app cannot be run from a mapped network drive.

Known Issues

There are a few known issues with the app:

  • We are having troubles running the COE in some Java and Mac OS versions.

  • Regarding the Catalina GUI partial rendering issues caused by OpenGL deprecation (check: electron/electron#20944), we have the following workaround. Launch the app from a console with the flag --disable-gpu

  • When creating/importing projects, no check is made for the root path. The project will not open/import correctly if given an invalid path.

  • When importing examples or projects through Git, if you import an already imported project to the same location, the download manager will sometimes hang at 0% progress.

  • The app has no explicit setting for proxies. In order to use it behind a proxy, please set the HTTP_PROXY environment variable (see https://github.com/INTO-CPS-Association/into-cps-application/wiki/Working-with-a-proxy)

For the full list, see https://github.com/INTO-CPS-Association/into-cps-application/issues.

Problems and Troubleshooting

If you run into any problems, please use the issue tracker at https://github.com/INTO-CPS-Association/into-cps-application/issues. The tracker is also available from within the app itself via Help > Report Issue

Other Resources

INTO-CPS Application 4.0.1 Release Candidate

13 Nov 14:52
Compare
Choose a tag to compare

INTO-CPS Application 4.0.1 Release candidate (November 13, 2020)

What's New?

Its official 4.0.1-rc is out!

This release candidate features an upgrade of Electron from 4.0.0 to 10.1.3! There are more docs, upgrades, and changes to the DSE view layout. We are progressing with the testing and expect to release 4.0.1 soon... Stay tuned!

Requirements

In order to open projects from Git, including the public examples import, you will need to have Git installed and available in your system path.

If you want to run co-simulations, you will need the COE. It can be downloaded from the download manager inside the app. In order to run the COE, you need to have Java 8 or 11 installed. Java 8 to 11 is also required to co-simulate FMUs exported from Overture.

To run Design Space Exploration Experiments, Python 2.7 is required.

The app has no other dependencies and no installation is required. Simply unzip and run. On Windows, the app cannot be run from a mapped network drive.

Known Issues

There are a few known issues with the app:

  • We are having troubles running the COE in some Java and Mac OS versions.

  • Regarding the Catalina GUI partial rendering issues caused by OpenGL deprecation (check: electron/electron#20944), we have the following workaround. Launch the app from a console with the flag --disable-gpu

  • When creating/importing projects, no check is made for the root path. The project will not open/import correctly if given an invalid path.

  • When importing examples or projects through Git, if you import an already imported project to the same location, the download manager will sometimes hang at 0% progress.

  • The app has no explicit setting for proxies. In order to use it behind a proxy, please set the HTTP_PROXY environment variable (see https://github.com/INTO-CPS-Association/into-cps-application/wiki/Working-with-a-proxy)

For the full list, see https://github.com/INTO-CPS-Association/into-cps-application/issues.

Problems and Troubleshooting

If you run into any problems, please use the issue tracker at https://github.com/INTO-CPS-Association/into-cps-application/issues. The tracker is also available from within the app itself via Help > Report Issue

Other Resources

INTO-CPS Application 4.0.0

17 Apr 10:02
Compare
Choose a tag to compare

INTO-CPS Application 4.0.0 (April 17, 2020)

What's New?

Its official 4.0.0 is out!

This release features a major overhaul of the app. It consists of major changes to the app code base, upgrading the building process/system, and GitHub Actions based release process.

Most of the app dependencies versions were bumped. Thanks to @Unsongheroes who lead the upgrading task. Among the changes we have:

Although not interfering with the App usage itself, the gulp build script and
the system itself were greatly upgraded.

The dependencies upgrade introduced several breaks of functionality. For instance the traceability feature should not be working properly, but we tried to maintain most of the functionality used in the tutorials and typical app use cases.

This release marks also the addition of the Spectron testing by @Armina1506 . We plan to have a test step in the packaging pipeline soon. This version release process relied on good old manual testing. Please help us with that by trying out the tutorials in https://github.com/INTO-CPS-Association/training @pglvdm, @clegaard and @mdinc1972 will give it a first go.

@clegaard also added a new docs folder and is working on documentation. I would like to receive feedback on its usage, and whether we should keep it in this repo or move it somewhere else where it makes more sense.

The app overhaul is just beginning. There are many outstanding issues, and during the release
we detected several additional problems with the Mac version as discussed below. We expect a future major re-organization of the code base soon. Please stay tuned! Thanks to all of you for your contributions.

Requirements

In order to open projects from Git, including the public examples import, you will need to have Git installed and available in your system path.

If you want to run co-simulations, you will need the COE. It can be downloaded from the download manager inside the app. In order to run the COE, you need to have Java 8 installed. Java 8 is also required to co-simulate FMUs exported from Overture.

To run Design Space Exploration Experiments, Python 2.7 is required.

The app has no other dependencies and no installation is required. Simply unzip and run. On Windows, the app cannot be run from a mapped network drive.

Known Issues

There are a few known issues with the app:

  • We are having troubles running the COE in some Java and Mac OS versions.

  • Regarding the Catalina GUI partial rendering issues caused by OpenGL deprecation (check: electron/electron#20944), we have the following workaround. Launch the app from a console with the flag --disable-gpu

  • When creating/importing projects, no check is made for the root path. The project will not open/import correctly if given an invalid path.

  • When importing examples or projects through Git, if you import an already imported project to the same location, the download manager will sometimes hang at 0% progress.

  • The app has no explicit setting for proxies. In order to use it behind a proxy, please set the HTTP_PROXY environment variable (see https://github.com/INTO-CPS-Association/into-cps-application/wiki/Working-with-a-proxy)

For the full list, see https://github.com/INTO-CPS-Association/into-cps-application/issues.

Problems and Troubleshooting

If you run into any problems, please use the issue tracker at https://github.com/INTO-CPS-Association/into-cps-application/issues. The tracker is also available from within the app itself via Help > Report Issue

Other Resources

INTO-CPS Application Release Candidate 4.0.0

08 Apr 15:47
Compare
Choose a tag to compare

INTO-CPS Application Release Candidate 4.0.0 (April 8, 2020)

What's New?

This release features a major overhaul of the app. It consists of major changes to the app code base, upgrading the building process/system, and GitHub Actions based release process.

Most of the app dependencies versions were bumped. Thanks to @Unsongheroes who lead the upgrading task. Among the changes we have:

Although not interfering with the App usage itself, the gulp build script and
the system itself were greatly upgraded.

The dependencies upgrade introduced several breaks of functionality. For instance the traceability feature should not be working properly, but we tried to maintain most of the functionality used in the tutorials and typical app use cases.

This release marks also the addition of the Spectron testing by @Armina1506 . We plan to have a test step in the packaging pipeline soon. This version release process relied on good old manual testing. Please help us with that by trying out the tutorials in https://github.com/INTO-CPS-Association/training @pglvdm, @clegaard and @mdinc1972 will give it a first go.

@clegaard also added a new docs folder and is working on documentation. I would like to receive feedback on its usage, and whether we should keep it in this repo or move it somewhere else where it makes more sense.

The app overhaul is just beginning. There are many outstanding issues, and during the release
we detected several additional problems with the Mac version as discussed below. We expect a future major re-organization of the code base soon. Please stay tuned! Thanks to all of you for your contributions.

Requirements

In order to open projects from Git, including the public examples import, you will need to have Git installed and available in your system path.

If you want to run co-simulations, you will need the COE. It can be downloaded from the download manager inside the app. In order to run the COE, you need to have Java 8 installed. Java 8 is also required to co-simulate FMUs exported from Overture.

To run Design Space Exploration Experiments, Python 2.7 is required.

The app has no other dependencies and no installation is required. Simply unzip and run. On Windows, the app cannot be run from a mapped network drive.

Known Issues

There are a few known issues with the app:

  • We are having troubles running the COE in some Java and Mac OS versions.

  • Regarding the Catalina GUI partial rendering issues caused by OpenGL deprecation (check: electron/electron#20944), we have the following workaround. Launch the app from a console with the flag --disable-gpu

  • When creating/importing projects, no check is made for the root path. The project will not open/import correctly if given an invalid path.

  • When importing examples or projects through Git, if you import an already imported project to the same location, the download manager will sometimes hang at 0% progress.

  • The app has no explicit setting for proxies. In order to use it behind a proxy, please set the HTTP_PROXY environment variable (see https://github.com/INTO-CPS-Association/into-cps-application/wiki/Working-with-a-proxy)

For the full list, see https://github.com/INTO-CPS-Association/into-cps-application/issues.

Problems and Troubleshooting

If you run into any problems, please use the issue tracker at https://github.com/INTO-CPS-Association/into-cps-application/issues. The tracker is also available from within the app itself via Help > Report Issue

Other Resources

INTO-CPS Application Release 3.4.9

21 Sep 19:24
Compare
Choose a tag to compare

INTO-CPS Application Release 3.4.9 (September 21, 2019)

What's New?

Right-Click option to open webpage added to index.html files within the project browser by @mapalmieri

Requirements

In order to open projects from Git, including the public examples import, you will need to have Git installed and available in your system path.

If you want to run co-simulations, you will need the COE. It can be downloaded from the download manager inside the app. In order to run the COE, you need to have Java 8 installed. Java 8 is also required to co-simulate FMUs exported from Overture.

To run Design Space Exploration Experiments, Python 2.7 is required.

The app has no other dependencies and no installation is required. Simply unzip and run. On Windows, the app cannot be run from a mapped network drive.

Known Issues

There are a few known issues with the app:

For the full list, see https://github.com/INTO-CPS-Association/into-cps-application/issues.

Problems and Troubleshooting

If you run into any problems, please use the issue tracker at https://github.com/INTO-CPS-Association/into-cps-application/issues. The tracker is also available from within the app itself via Help > Report Issue

Other Resources

EXPERIMENTAL - 0.0.1

27 Feb 17:45
Compare
Choose a tag to compare
EXPERIMENTAL - 0.0.1 Pre-release
Pre-release

Experimental release with updated electron and angular versions based on the issue #33 and branch 33-ts-an
It is not fully tested.

INTO-CPS Application Release 3.4.8

13 Nov 09:07
Compare
Choose a tag to compare

INTO-CPS Application Release 3.4.8 (November 13, 2018)

What's New?

Updated links from former INTO-CPS repository to the INTO-CPS Association repository

Requirements

In order to open projects from Git, including the public examples import, you will need to have Git installed and available in your system path.

If you want to run co-simulations, you will need the COE. It can be downloaded from the download manager inside the app. In order to run the COE, you need to have Java 8 installed. Java 8 is also required to co-simulate FMUs exported from Overture.

To run Design Space Exploration Experiments, Python 2.7 is required.

The app has no other dependencies and no installation is required. Simply unzip and run. On Windows, the app cannot be run from a mapped network drive.

Known Issues

There are a few known issues with the app:

  • Historic live streaming is not working on all distributions of Ubuntu

For the full list, see https://github.com/INTO-CPS-Association/into-cps-application/issues.

Problems and Troubleshooting

If you run into any problems, please use the issue tracker at https://github.com/INTO-CPS-Association/into-cps-application/issues. The tracker is also available from within the app itself via Help > Report Issue

Other Resources

INTO-CPS Application Release 3.4.6

14 Feb 17:24
Compare
Choose a tag to compare

INTO-CPS Application Release 3.4.6 (14/02/2018)

What's New?

This release is the first under the INTO-CPS Association. There has been minor changes such that various links are changed to point to the new INTO-CPS Association repositories.

Requirements

In order to open projects from Git, including the public examples import, you will need to have Git installed and available in your system path.

If you want to run co-simulations, you will need the COE. It can be downloaded from the download manager inside the app. In order to run the COE, you need to have Java 8 installed. Java 8 is also required to co-simulate FMUs exported from Overture.

To run Design Space Exploration Experiments, Python 2.7 is required.

The app has no other dependencies and no installation is required. Simply unzip and run. On Windows, the app cannot be run from a mapped network drive.

Known Issues

There are a few known issues with the app:

  • When creating/importing projects, no check is made for the root path. The project will not open/import correctly if given an invalid path.
  • When importing examples or projects through Git, if you import an already imported project to the same location, the download manager will sometimes hang at 0% progress.
  • The app has no explicit setting for proxies. In order to use it behind a proxy, please set the HTTP_PROXY environment variable (see https://github.com/into-cps/intocps-ui/wiki/Working-with-a-proxy)

For the full list, see https://github.com/into-cps-association/into-cps-application/issues. Some issues have not been moved from the old repository at https://github.com/into-cps/intocps-ui/issues yet.

Problems and Troubleshooting

If you run into any problems, please use the issue tracker at https://github.com/into-cps-association/into-cps-application/issues. The tracker is also available from within the app itself via Help > Report Issue

Other Resources