Skip to content

Releases: SimulationEverywhere/cadmium

First version of Cadmium Cell-DEVS

30 Nov 13:26
Compare
Choose a tag to compare
Pre-release
celldevs-v0.1

Added a better description to cell types

Removal of failing include in cmake for packaging

16 Oct 17:53
Compare
Choose a tag to compare
v0.2.8

Bumping version to 0.2.8

Improments in cmake install target

16 Oct 01:42
Compare
Choose a tag to compare
Pre-release

This release includes new changes in how to install using cmake

Added support to library to be installed as package

10 Oct 04:31
Compare
Choose a tag to compare

cadmium can now be deployed as a normal library to the system using the install target and consumed from other cmake projects by adding find only.

Bug fixes and improvements and concurrent engine

22 Jul 02:03
Compare
Choose a tag to compare

Bug fixes and improvements.
Adding parallel executor for engine.

Bug fixes and improvements and concurrent engine

22 Jul 00:49
Compare
Choose a tag to compare
0.2.5

release version 0.2.5

Rereleasing to enable Zenodo tracking

16 Feb 03:55
Compare
Choose a tag to compare
Pre-release
v0.2.4-zenodo

Preparing for release of version 0.2.4

New coupling at runtime and several improvements

16 Feb 03:27
Compare
Choose a tag to compare
  • Introduction of DynamicAtomic and DynamicCoupled classes, which allow the creation of models at runtime. The main purpose of them is to improve the built cycle for large topology models.
  • Improved CMake support.
  • Added badges to Readme for license and coverage metrics.
  • Pushed standard requirement to C++17 and started refactoring codebase to take advantage of C++17 features.
  • Improvements to log mechanics.
  • Reduced dependencies.
  • Simplification of helper engine functions.
  • Bug fixes.

Special thanks to @Laouen on this release !!! Dynamic support and many improvements coming from him.

Bug fixes + Cmake support

08 Nov 23:07
Compare
Choose a tag to compare
Pre-release
  • Support for running "build" tests checking static-asserts and other model checks done a compile time on CMake build.
  • Fix to a failing build-test related to checking couplings are tuples.

Bug fixes for routing messages in multi level models

03 Nov 23:41
Compare
Choose a tag to compare

A bug failed to route properly some messages in particular scenarios involving models with more than 2 levels of coupling.