All Versions
4
Latest Version
Avg Release Cycle
513 days
Latest Release
1266 days ago
Changelog History
Changelog History
-
v1.1.0 Changes
December 09, 2019๐ New:
- minimization under bisimulation
- dynamic operators in formulas via
Data.Dynamic
- multipointed models, action models, structures and events
- โ added Cheryl's Birthday and Cheryl's Age examples
- experimental functions for epistemic planning (with small examples)
- โ more instances for QuickCheck, more tests
- โ add S5 to K conversion in
SMCDEL.Translations.Convert
- ๐ improvements to the web interface
๐ Changed:
- โก๏ธ polymorphic
update
replacesproductUpdate
,transform
,pubAnnounce
etc. - ๐ factual change by default: merge
Symbolic.S5.Change
intoSymbolic.S5
etc. - โ remove changeprops in (Kn)Trf to avoid redundancy with changelaw
- ๐ move BDD related functions to HasCacBDD (
substit
,substitSimul
) - avoid
Data.Map
in S5 modules, no longer depend onlens
- ๐ฆ replace
.cabal
file with apackage.yml
forhpack
-
v1.0.0 Changes
February 26, 2018๐ New:
- action models and transformers with factual change
NonS5
modules, now calledK
, are no longer experimental- separate types
State
andWorld
- โ automated testing and benchmarks
- ๐ lots of bugfixes
โ Removed:
- ๐ support for
robbed
,NooBDD
andZ3
- old Example files
-
v0.2 Changes
November 17, 2015๐ First release with a standalone-executable.
-
v0.1 Changes
September 21, 2015The first public version of SMCDEL. Note that this version does not contain a stand-alone executable. It can only be used as a Haskell library.