Releases: liflab/synthia
Releases · liflab/synthia
Version 0.3.3
- Added
BufferedPicker
,Merge
andBoundedPickIf
- Bugfixes to
AllPickers
andPlayback
Version 0.3.2
- Bundles PetitPoucet 2.3 instead of 2.2
- Upgrades to build scripts
Version 0.3.1
Two minor fixes:
- Bundles PetitPoucet 2.2 instead of 2.0
- Compatibility bugfix to one unit test
Version 0.3
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
Compiled from the code at commit 8442ebf (May 2021). The compiled release is compatible with Java 1.6.
Version 0.2
- Composite pickers
Version 0.1.1
- 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 ofnull
Version 0.1
Very early version, released for testing purposes