Skip to content

Releases: liflab/synthia

Version 0.3.3

23 Apr 14:32
Compare
Choose a tag to compare
  • Added BufferedPicker, Merge and BoundedPickIf
  • Bugfixes to AllPickers and Playback

Version 0.3.2

10 May 23:13
Compare
Choose a tag to compare
  • Bundles PetitPoucet 2.3 instead of 2.2
  • Upgrades to build scripts

Version 0.3.1

17 Jan 20:36
Compare
Choose a tag to compare

Two minor fixes:

  • Bundles PetitPoucet 2.2 instead of 2.0
  • Compatibility bugfix to one unit test

Version 0.3

15 Jan 12:39
Compare
Choose a tag to compare

This version integrates bugfixes and additions of the last 15 months. Notable changes:

  • All libraries compiled with Java 8 compatibility
  • Big refactoring for the shrinking functionality and multiple fixes
  • Added Mutator abstract class
  • Added provenance support
  • Some renaming of classes (Interleave -> Knit, ElementPicker -> Choice, etc.)
  • Removed dependency to Apache Commons
  • Multiple new examples

Version 0.2.1

06 Sep 12:25
Compare
Choose a tag to compare

Compiled from the code at commit 8442ebf (May 2021). The compiled release is compatible with Java 1.6.

Version 0.2

24 Mar 21:26
Compare
Choose a tag to compare
Version 0.2 Pre-release
Pre-release
  • Composite pickers

Version 0.1.1

18 Mar 13:47
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release
  • The empty constructor of a RandomSource now picks a different seed every time
  • When reaching the end of the list, the Playback picker keeps outputting the last element instead of null

Version 0.1

17 Mar 19:43
Compare
Choose a tag to compare
Version 0.1 Pre-release
Pre-release

Very early version, released for testing purposes