Releases: forsyde/forsyde-shallow
Releases · forsyde/forsyde-shallow
forsyde-shallow-3.5.0.0
Changes:
- Fixed bug in firSY (function change)
- Added test for firSY
- Modified configuration file for Travis CI
forsyde-shallow-3.4.0.1
Changes:
- Fixed clash with new version of System.Random (function uniform)
- Update .cabal to new required format and version
NOTE: No functional changes
forsyde-shallow-3.4.0
Major changes since last release:
- adds and exports
SADF
andCSDF
as part of theForSyDe.Shallow.MoC
library (contribution by @ricardobonna ) - changes API/type signature for
SDF
actors with multiple outputs - changes API/type signature for
delaySDF
- integrates more regression tests
- enriches
Vector
API. AddsMatrix
type synonym and utilities BitVector
is moved fromCore
to theUtility
module. It is still being exported.