Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Latest commit

 

History

History
72 lines (40 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

72 lines (40 loc) · 2.37 KB

Changelog

Date: 18 Mar 2020

This pre-release downgrade DaViz v0.2.x JDK from OpenJDK 11 to OpenJDK 1.8

Date: 03 Mar 2020

This pre-release do a fix in Tarry algorithm where it would fail to simulate in some cases.

Fix

  • #33 - Fix Tarry skipping some events on non-deterministic choices

Date: 29 Feb 2020

This pre-release provide a lightwave prototype of DaViz using native Java for the simulation. Tarry algorithm is implemented as starter of the native Java port.

Features

  • #28 - Add native Java prototype of the simulation

Fix

  • #26 - Fix UndefinedState label to Undefined

Date: 23 Feb 2020

This pre-release perform an entire refactoring in the simulation and glue module to prepare the application for a native Java implementation of the simulation.

The Frege simulation can still be used but the Java simulation module is however, not initiated yet.

Features

  • #16 - Prepare application to receive a java port

Date 8 Jan 2020

This release provides minor fixes and improvements, ensuring that the Tree and Echo algorithm can be simulated.

Fix

  • #3 - Attempt to fix class path libraries for any contributor
  • #4 - Fixes exceptions when trying to run simulations using the tree algorithm
  • #10 - Enable Echo algorithm

Docummentation

  • 8 - Describe Frege implementation of Tarry and Tree algorithms

Date: 9 Dec 2019

This release sets the beginning of versioning control and provides a functional prototype of DaViz and allows users to visualize and simulate the following wave algorithms:

Awerbuch Cidon DFS ( + Visited) Echo Tarry Tree (+ Ack)