Skip to content

Lingua Franca 0.9.0

Latest
Compare
Choose a tag to compare
@francabot francabot released this 31 Oct 19:04
· 8 commits to master since this release
v0.9.0
ab19988

v0.9.0 (2024-10-31)

Highlights

This release of Lingua Franca adds support for reusable and publishable packages, providing the necessary infrastructure to develop a community-driven ecosystem of Lingua Franca packages. The VS code extension now features an integrated package explorer, and the diagrams provide colored highlighting for selected diagram edges. Other new features include C support for a new hardware platform called Patmos, several minor syntax and API improvements, and a new Alpine-based default Docker image for Python. This release also includes numerous bug fixes, such as preventing hangs during timeouts, addressing issues in decentralized coordination, improving error handling, and fixing concurrency issues in the C runtime.

🚀 New Features

✨ Enhancements

🔧 Fixes

Submodule lf-lang/reactor-c

🚀 New Features

✨ Enhancements

🔧 Fixes

🚧 Maintenance and Refactoring

Submodule lf-lang/reactor-cpp

  • Fix clang-tidy configuration and tidy up code #60 (@cmnrd)

Submodule lf-lang/reactor-rs

  • No Changes