0.3 postponed
The version 0.3 was planned for this month, but we haven't yet completed some works, so this version is delayed to the end of August.
The main work in this version is a new job management system, access to simulation distribution feature, and a better integration between the IDE and this job management system. Concretly, this new version will be faster than the 0.2.
Stay tuned …
SimExplorer 0.2 is out
We are happy to announce that the first stable version of SimExplorer has been published today (see changelog).
Let's download this new version and follow our tutorials? to discover the software.
If have any question, don't hesitate to contact us, or post a comment with the form below !
0.2.RC7 is out
A new release candidate before releasing the final 0.2 soon.
Main Improvements :
- Many IHM bug fix #122 #125 #135 #137
- New plan: Groovy plan to build your own plan
- Add jar to your groovy script
- New font for the groovy editor
RC7 needs xml application migration. It concerns <GroovyProcessor> nodes. <groovyCode> nodes and <localjars> nodes need to be encapsulated into a <groovyShellProxy> node.
for example:
GroovyProcessor node in RC6
...
<org.simexplorer.methods.processors.GroovyProcessor>
<metadata>
<name>GroovyProcessor</name>
</metadata>
<state>READY</state>
<localjars class="linked-list">
...
</localjars>
<jars class="linked-list"/>
<groovyCode>
...
</groovyCode>
</org.simexplorer.methods.processors.GroovyProcessor>
GroovyProcessor node in RC7:
...
<org.simexplorer.methods.processors.GroovyProcessor>
<metadata>
<name>GroovyProcessor</name>
</metadata>
<state>READY</state>
<groovyShellProxy>
<localjars class="linked-list">
...
</localjars>
<groovyCode>
...
</groovyCode>
</groovyShellProxy>
<jars class="linked-list"/>
</org.simexplorer.methods.processors.GroovyProcessor>
0.2.RC4 is out
A new release candidate before releasing the final 0.2 on next week.
Main Improvements :
- Better data structure displaying and editing.
- Better groovy script error
- Information system had broken dependencies
- Empty metadata doesn't make bug
- bugfix in LHS editor
Download !
0.2.RC3 is out
Less than one week after the RC2, the RC3 is available for download. This new release candidate fixes some bugs :
- files handling problems on Windows systems #117
- a dependency was missing when trying to run an exploration #115
- better logs management
- better archive building for Unix and MacOSX #114
- reporting tool wasn't correctly included
Let's download this new version and follow our tutorials? to discover the software.
0.2.RC2 is out
We're happy to announce the availability of SimExplorer IDE 0.2.RC2 !
This release candidate is the last step before releasing the first stable and interesting version 0.2. So we need your feedback !
You can right now download this version and try our 2 minutes tutorial?, and then the other more complete tutorials?.

rss




