Skip to content

Releases: forsyde/forsyde-shallow

forsyde-shallow-3.5.0.0

19 Mar 10:12
Compare
Choose a tag to compare

Changes:

  • Fixed bug in firSY (function change)
  • Added test for firSY
  • Modified configuration file for Travis CI

forsyde-shallow-3.4.0.1

30 Jan 19:01
Compare
Choose a tag to compare

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

15 Jan 15:54
d990d27
Compare
Choose a tag to compare

Major changes since last release:

  • adds and exports SADF and CSDF as part of the ForSyDe.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. Adds Matrix type synonym and utilities
  • BitVector is moved from Core to the Utility module. It is still being exported.

forsyde-shallow-3.3.2

17 Jan 23:21
df2d8e9
Compare
Choose a tag to compare
forsyde-shallow-3.3.2 Pre-release
Pre-release

New in 3.3.2.0:

  • internal structure modified (#7). Does not break previous API
  • Code heavily refactored to avoid warnings
  • added unit test suite in the CI (#6).
  • Vector has 3 new skeletons: pipeV, reduceV and rotateV